I need to display the integer from km/h values using the MeasurementFormatter on Objective-C.
Is there any sample available?
NSMeasurementFormatter *formatter = [[NSMeasurementFormatter alloc] init];
formatter.unitStyle = MKDistanceFormatterUnitStyleAbbreviated;
Here is some example