MMKCameraUpdateReason

enum MMKCameraUpdateReason : NSUInteger {}

The reason of the camera update.

Summary

Enum cases

MMKCameraUpdateReasonGestures
User manipulation, for example: zoom, scroll, rotate, fling

MMKCameraUpdateReasonApplication
Application, by calling the map::move method

Enum cases

MMKCameraUpdateReasonGestures

MMKCameraUpdateReasonGestures

User manipulation, for example: zoom, scroll, rotate, fling.


MMKCameraUpdateReasonApplication

MMKCameraUpdateReasonApplication

Application, by calling the map::move method.