startLat property

  1. @ImcField('Start Point -- Latitude WGS-84', 'start_lat', ImcType.typeFp64, units: 'rad')
double startLat

WGS-84 latitude of start point. This will be ignored unless the 'START' flag is set.

Implementation

@ImcField('Start Point -- Latitude WGS-84', 'start_lat', ImcType.typeFp64,
    units: 'rad')
double get startLat;