YMKCameraUpdateReason

enum YMKCameraUpdateReason : UInt, @unchecked Sendable

The reason of the camera update.

Summary

Enum cases

case gestures = 0
User manipulation, for example: zoom, scroll, rotate, fling

case application = 1
Application, by calling the map::move method

Enum cases

gestures

case gestures = 0

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


application

case application = 1

Application, by calling the map::move method.