getLatitude method

double? getLatitude()

Returns the latitude value of this coordinate.

@return the latitude value of this coordinate.

Implementation

double? getLatitude() {
  return this.latitude;
}