getElevation method

double? getElevation()

Method to get the elevation in Meters.

@return Returns the elevation in Meters.

Implementation

double? getElevation() {
  return _elevation;
}