interface CurrentLocationViewAction
To override behavior for click on current location button implement interface.
abstract fun isValid(): Boolean |
|
abstract fun perform(actionContext: Context): Unit
Perform action. |
open class CurrentLocationClickAction : CurrentLocationViewAction
Class with listener to check if user clicked center on map component. |