latitude property

double? latitude
getter/setter pair

The latitude specified as any value in the range of -90.0 through +90.0, both inclusive.

Values outside these bounds will be rejected.

Implementation

core.double? latitude;