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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
With upcoming releases of the android SDK binding, we are aiming at removing all overlain synchronised views. These views suffer from jiggling when you translate the map, this is because the view tries to catch up after the camera position has been moved.
The solution to resolve this kind of jiggling is moving to gl-drawn content instead. For markers we advice moving to Marker/SymbolLayer. Below you can see POC around the callout/infowindow paradigm.
The text was updated successfully, but these errors were encountered:
Postponing this one until we have a better way of updating already existing GeoJsonSource instead of reloading it (which makes SymbolLayer based InfoWindows flicker on state change). Refs. #7376
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
With upcoming releases of the android SDK binding, we are aiming at removing all overlain synchronised views. These views suffer from jiggling when you translate the map, this is because the view tries to catch up after the camera position has been moved.
The solution to resolve this kind of jiggling is moving to gl-drawn content instead. For markers we advice moving to Marker/SymbolLayer. Below you can see POC around the callout/infowindow paradigm.
The text was updated successfully, but these errors were encountered: