react-native-mapbox-navigation
react-native-mapbox-navigation copied to clipboard
Metric system
I would need metric for my implementation. https://stackoverflow.com/questions/60814316/how-to-change-the-distance-format-of-mapbox-navigation-sdk-from-imperial-to-metr shows some type of how to make that. Thanks
I would also need this for my implentation.
NavigationOptions.Builder(context)
.accessToken(accessToken)
.distanceFormatterOptions(
DistanceFormatterOptions.Builder(context).unitType(UnitType.METRIC).build())
.build()