You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The onTap (and probably the rest of the handlers in MapOptions) callback in the Markers page in the example does not add the marker to the location tapped, if that location is not in the main world. It adds it to the closest point in the main world.
Note that this bug does not yet exist in a released version.
How can we reproduce it?
Zoom out in the Markers example, so that a world is not the main 'focus' (centered) in the view. Tap to add a marker to this world. It is added along the anti-meridian at the same latitude, in the main world.
Do you have a potential solution?
No response
Platforms
All (unreleased)
Severity
Minimum: Allows normal functioning
The text was updated successfully, but these errors were encountered:
What is the bug?
The
onTap
(and probably the rest of the handlers inMapOptions
) callback in the Markers page in the example does not add the marker to the location tapped, if that location is not in the main world. It adds it to the closest point in the main world.See #2000 (review).
Note that this bug does not yet exist in a released version.
How can we reproduce it?
Zoom out in the Markers example, so that a world is not the main 'focus' (centered) in the view. Tap to add a marker to this world. It is added along the anti-meridian at the same latitude, in the main world.
Do you have a potential solution?
No response
Platforms
All (unreleased)
Severity
Minimum: Allows normal functioning
The text was updated successfully, but these errors were encountered: