class GeoRb::CoordsError

Public Instance Methods

message() click to toggle source
# 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