Closed ayberkcal closed 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;
try the latest version 0.2.0 to see if this issue persist
Hi @eopeter. i have the same issue with version 0.2.0.
will look into this soon
resolved in latest version 0.2.2
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: