lon property

  1. @ImcField('Destination Longitude WGS-84', 'lon', ImcType.typeFp64, units: 'rad')
double lon

WGS-84 Longitude of target waypoint.

Implementation

@ImcField('Destination Longitude WGS-84', 'lon', ImcType.typeFp64,
    units: 'rad')
double get lon;