Exception: GeoRb::LatitudeMismatch

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/geo_rb/distance.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



74
75
76
# File 'lib/geo_rb/distance.rb', line 74

def message
  "Calculating distance between points with different altitudes is not supported"
end