getLatitude method

double getLatitude()

@return Returns the latitude.

Implementation

double getLatitude() {
  return _latitude;
}