interface CurrentLocationViewAction
To override behavior when clicking on the 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. |