mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

Manage z order of symbols and DirectionRoute object #1144

Open ilpeppone7 opened 4 years ago

ilpeppone7 commented 4 years ago

Hello, i'm trying to develop a map with your sdk. I managed to add symbols via SymbolManager, but when i put on the mapView the DirectionRoute object, the ruote line overlaps the marker, creating a bag visual effect. Is there a way to add symbol with a specific Z parameter, to make symbols be "highier" than the current ruote line.

Thank you to whoever replies to me.