class Geocoder::Lookup::Mapzen

def endpoint

def endpoint
  configuration[:endpoint] || 'search.mapzen.com'
end

def name

def name
  'Mapzen'
end