latitude property

double? latitude
getter/setter pair

Latitude of the device antenna location in degrees relative to the WGS 84 datum.

The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.

Implementation

core.double? latitude;