FormattedDistanceData
Represents a distance that has been formatted and potentially rounded for display purposes.
Parameters
distance
the calculated distance value
distanceAsString
a rounded string representation of the distance. For example a distance value of 19.3121 might result in a string value of '19'
distanceSuffix
a suffix that goes with the string value of the distance like 'km' for kilometers, 'ft' for foot/feet, 'mi' for miles etc. depending on the Locale and the UnitType
unitType
indicates if the values represented are metric or imperial