Exception: AP::Search::InvalidGeocodinates
- Inherits:
-
StandardError
- Object
- StandardError
- AP::Search::InvalidGeocodinates
- Defined in:
- lib/ap/search.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
9 |
# File 'lib/ap/search.rb', line 9 def to_s; "Latitude must be between -90 and 90 and longitude must be between -180 and 180"; end |