getLongitude method

double? getLongitude()

Returns the longitude value of this coordinate.

@return the longitude value of this coordinate.

Implementation

double? getLongitude() {
  return this.longitude;
}