lat property
final
Latitude coordinate in decimal degrees.
Valid range: -90.0 to 90.0
- Positive values represent North latitude
- Negative values represent South latitude
- 0.0 represents the Equator
Implementation
final double lat;
Latitude coordinate in decimal degrees.
Valid range: -90.0 to 90.0
final double lat;