Exception: GeoRb::CoordsError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



86
87
88
# File 'lib/geo_rb/distance.rb', line 86

def message
  "In order to calculate the distance between points it is necessary to have at least latitude and longitude"
end