MapCamera2dListenerInterface

abstract class MapCamera2dListenerInterface

Constructors

Link copied to clipboard
fun MapCamera2dListenerInterface()

Functions

Link copied to clipboard
abstract fun onMapInteraction()
Link copied to clipboard
abstract fun onRotationChanged(angle: Float)
Link copied to clipboard
abstract fun onVisibleBoundsChanged(visibleBounds: RectCoord, zoom: Double)