onCameraMoveStarted

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.

Parameters

reason

the reason for the camera change. Possible values: REASON_GESTURE: User gestures on the map. REASON_API_ANIMATION: Default animations resulting from user interaction. REASON_DEVELOPER_ANIMATION: Developer animations.