OmhOnCameraMoveStartedListener

Abstraction to provide access to callback interface for when the camera motion starts.

Types

Link copied to clipboard
object Companion

int REASON_API_ANIMATION Non-gesture animation initiated in response to user actions. int REASON_DEVELOPER_ANIMATION Developer initiated animation. int REASON_GESTURE Camera motion initiated in response to user gestures on the map.

Functions

Link copied to clipboard
abstract fun onCameraMoveStarted(reason: Int)

Called when the camera starts moving after it has been idle or when the reason for camera motion has changed.