interface ClickableMapComponent
Marks the map component which are not complex to provide action when they are clicked.
interface MapComponentClickCallback
The callback fired when center on map component view is clicked. |
abstract fun setOnMapComponentClickCallback(callback: ClickableMapComponent.MapComponentClickCallback!): Unit
The callback fired when center on map component view is clicked. |
interface CompassView : MapComponentView, ClickableMapComponent
Compass component. |
|
interface CurrentLocationView : MapComponentView, ClickableMapComponent
The current location view api. |