latitude property

  1. @ImcField('Latitude', 'latitude', ImcType.typeFp32, units: '°')
double latitude

Latitude of the system, in degrees.

Implementation

@ImcField('Latitude', 'latitude', ImcType.typeFp32, units: '°')
double get latitude;