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

Getting the current travel speed #502

Open basvdijk opened 4 weeks ago

basvdijk commented 4 weeks ago

Is there a way to get the current travel speed of the user?

basvdijk commented 2 weeks ago

Currently solved by using https://pub.dev/packages/location It feels a bit redundant since MapBox should also be able to determine the current speed.