Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Replace InfoWindow with SymbolLayer #10449

Closed
tobrun opened this issue Nov 12, 2017 · 5 comments
Closed

Replace InfoWindow with SymbolLayer #10449

tobrun opened this issue Nov 12, 2017 · 5 comments
Assignees
Labels
Android Mapbox Maps SDK for Android archived Archived because of inactivity

Comments

@tobrun
Copy link
Member

tobrun commented Nov 12, 2017

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.

ezgif com-video-to-gif 3

@tobrun tobrun added the Android Mapbox Maps SDK for Android label Nov 12, 2017
@AlexLiuSheng
Copy link

Hi,In the case of only using marker instead of SymbolLayer,is there any way to change the hierarchy

@LukasPaczos
Copy link
Member

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

@stale
Copy link

stale bot commented Oct 29, 2018

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.

@stale stale bot added the archived Archived because of inactivity label Oct 29, 2018
@stale
Copy link

stale bot commented Dec 5, 2018

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

@stale stale bot closed this as completed Dec 5, 2018
@LukasPaczos
Copy link
Member

This is most likely going to be tackled in mapbox/mapbox-plugins-android#649.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android archived Archived because of inactivity
Projects
None yet
Development

No branches or pull requests

3 participants