Skip to main content

MapPositionChangeEvent

Event emitted when the map camera position changes.

Inherits: Event

Properties

  • camera - Current camera snapshot after the change.
  • coordinates - Current center coordinates after the position change.
  • has_gesture - Whether this change was caused by a user gesture.

Properties

camerainstance-attribute

camera: Camera

Current camera snapshot after the change.

coordinatesinstance-attribute

coordinates: MapLatitudeLongitude

Current center coordinates after the position change.

has_gestureinstance-attribute

has_gesture: bool

Whether this change was caused by a user gesture.