heightType property

String? heightType
getter/setter pair

Specifies how the height is measured. Possible string values are:

  • "HEIGHT_TYPE_UNSPECIFIED" : Unspecified height type.
  • "HEIGHT_TYPE_AGL" : AGL height is measured relative to the ground level.
  • "HEIGHT_TYPE_AMSL" : AMSL height is measured relative to the mean sea level.

Implementation

core.String? heightType;