heightSea property

  1. @ImcField('Height above sea level', 'height_sea', ImcType.typeFp32, units: 'm')
double heightSea

Height Above Sea Level.

Implementation

@ImcField('Height above sea level', 'height_sea', ImcType.typeFp32,
    units: 'm')
double get heightSea;