get Formatted Area
Creates a LocalizedString that contains a text with an area
Parameters
square Meters
the area in m²Content copied to clipboard
fun getFormattedArea(squareMeters: Double, unitValue: Double, precision: Int, tailingFractionZeros: Boolean): LocalizedString
Creates a LocalizedString that contains a text with an area
Parameters
square Meters
the area in m²Content copied to clipboard
unit Value
factor that determines the technical postfix (1=m², 1000000=km², 0.000001=mm², ...).
For automatic selection, pass the same value as for `squareMeters`.Content copied to clipboard
precision
see [LocalizedStringNumber.precision]Content copied to clipboard
tailing Fraction Zeros
see [LocalizedStringNumber.tailingFractionZeros]Content copied to clipboard