• Converts what the world is using as a measurement unit to feet.

    Parameters

    • value: number

      The value (in the world's measurement unit) to convert back.

    • type: string = "ft"

      The target type to convert back to. Either 'ft' (feet, default) or 'mi' (miles, in which case the expected given value should be in km (metric))

    Returns number

    The resulting value.

Generated using TypeDoc