getLongitude method

double getLongitude()

@return Returns the longitude.

Implementation

double getLongitude() {
  return _longitude;
}