react-native-mapbox-navigation icon indicating copy to clipboard operation
react-native-mapbox-navigation copied to clipboard

Metric system

Open raikasdev opened this issue 2 years ago • 2 comments

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

raikasdev avatar Sep 11 '21 13:09 raikasdev

I would also need this for my implentation.

ZanPerse avatar Oct 28 '21 17:10 ZanPerse

 NavigationOptions.Builder(context)
                    .accessToken(accessToken)
                    .distanceFormatterOptions(
                        DistanceFormatterOptions.Builder(context).unitType(UnitType.METRIC).build())
                    .build()

farruxx avatar Jun 26 '22 13:06 farruxx