class Geocoder::Query

def reverse_geocode?


Should reverse geocoding be performed for this query?
#
def reverse_geocode?
  coordinates?
end