class Geocoder::Query

def initialize(text, options = {})

def initialize(text, options = {})
  self.text = text
  self.options = options
end