I'm using "HERE SDK for iOS" to implement turn-by-turn navigation in my app. I have one issue when I display the distance in GuidanceManeuverView and GuidanceEstimatedArrivalView. All measurements are showing in feet, yards, and miles. However, in US we don’t use yards, but just miles and feet. The only way to configure measurementSystem is navigationManager.voicePackageMeasurementSystem = .imperialUS
but it only change the voice sentences.
Is there anyway to change units of measurement to imperialUS?