getLongitude method
Gets the longitude value in decimal degrees.
Returns the longitude coordinate (-180.0 to +180.0)
Implementation
double? getLongitude() {
return longitude;
}
Gets the longitude value in decimal degrees.
Returns the longitude coordinate (-180.0 to +180.0)
double? getLongitude() {
return longitude;
}