Search code examples
androidmapboxmapbox-android

Mapbox Navigation SDK - Using Kilometers Instead of Miles


Quick question - does the Android Mapbox Navigation SDK allow the unit to be changed from Miles to Kilometers?


Solution

  • Looking to build this into the SDK in the near future, for now, you will find the TurfHelper.convertDistance method useful. This issue is being used to track progress here.