getLatitude method
Gets the latitude value in decimal degrees.
Returns the latitude coordinate (-90.0 to +90.0)
Implementation
double? getLatitude() {
return latitude;
}
Gets the latitude value in decimal degrees.
Returns the latitude coordinate (-90.0 to +90.0)
double? getLatitude() {
return latitude;
}