endLat property

  1. @ImcField('End Point -- WGS84 Latitude', 'end_lat', ImcType.typeFp64, units: 'rad')
double endLat

WGS-84 latitude of end point.

Implementation

@ImcField('End Point -- WGS84 Latitude', 'end_lat', ImcType.typeFp64,
    units: 'rad')
double get endLat;