get Formatted Length
Creates a LocalizedString that contains a text with a length
Parameters
meters
the length in m
fun getFormattedLength(meters: Double, unitValue: Double, precision: Int, tailingFractionZeros: Boolean): LocalizedString
Creates a LocalizedString that contains a text with a length
Parameters
meters
the length in mContent copied to clipboard
unit Value
factor that determines the technical postfix (1=m, 1000=km, 0.001=mm, ...).
For automatic selection, pass the same value as for `meters`.Content copied to clipboard
precision
see [LocalizedStringNumber.precision]Content copied to clipboard
tailing Fraction Zeros
see [LocalizedStringNumber.tailingFractionZeros]Content copied to clipboard