mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
245 stars 93 forks source link

How to show traffic on version 1? #491

Closed readyiman closed 1 month ago

readyiman commented 1 month ago

What equivalent with this MapboxStyles.TRAFFIC_DAY ?

evil159 commented 1 month ago

Hi, this style is not one of the MapStyles constants in v1, but you are free to use its style URI instead: mapbox://styles/mapbox/traffic-day-v2. Feel free to reopen this issue if you have any questions.