eopeter / flutter_mapbox_navigation

Turn By Turn Navigation for Your Flutter Application
Apache License 2.0
217 stars 187 forks source link

Unit Option Does Not Work #304

Closed ayberkcal closed 1 year ago

ayberkcal commented 1 year ago

Problem: I want to use Kilometer metric instead of Mile on screen and voice directions. However it displayed mil and voice directions with mil

Plugin version: ^0.1.9

Mapbox option like that:

MapBoxOptions navigationOption = MapBoxNavigation.instance.getDefaultOptions()
    ..simulateRoute = true
    ..allowsUTurnAtWayPoints = true
    ..mode = MapBoxNavigationMode.drivingWithTraffic
    ..units = VoiceUnits.metric
    ..language = "en"
    ..bannerInstructionsEnabled = false;
eopeter commented 1 year ago

try the latest version 0.2.0 to see if this issue persist

ortegaxc commented 1 year ago

Hi @eopeter. i have the same issue with version 0.2.0.

Captura de pantalla 2023-09-26 a la(s) 14 47 45

Captura de pantalla 2023-09-26 a la(s) 14 48 27

Captura de pantalla 2023-09-26 a la(s) 14 49 49

eopeter commented 1 year ago

will look into this soon

eopeter commented 1 year ago

resolved in latest version 0.2.2