class AP::Search::InvalidGeocodinates

Public Instance Methods

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