-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
desktopAffects Desktop in particular, or relates to Desktop specific codeAffects Desktop in particular, or relates to Desktop specific code
Description
What happened?
Other camera state fields work, but isCameraMoving remains false while a gesture is moving the map.
It's because each movement during a gesture is an IMMEDIATE mode movement that calls onCameraWillChange and onCameraDidChange each frame.
We should add separate callbacks for gesture start/end, and use those instead of MapObserver callbacks in immediate mode.
Affected Platforms
- Desktop (JVM)
Metadata
Metadata
Assignees
Labels
desktopAffects Desktop in particular, or relates to Desktop specific codeAffects Desktop in particular, or relates to Desktop specific code