Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An object that represents distance in a specific unti of measure.

Field

Type

Description

uom

String

(constant)string

The unit of measure. This is a string constant.

Inches = IN

centimeters = CM

value

number

The value of the distance in the specified unit of measure.

...