interface OnMapDragListener
The communication between the core and API interface.
abstract fun onMapDragEnded(): Unit
Called when the map drag ended. |
|
abstract fun onMapDragging(focusDelta: PointF!): Unit
Called when the map drag ongoing. |
|
abstract fun onMapDragStarted(): Unit
Called when the map drag started. |