Module: Geocoder::Lookup::AddSensisToStreetServices

Included in:
Geocoder::Lookup
Defined in:
lib/geocoder/sensis.rb

Overview

Yuck. Geocoder gem doesn’t offer a straightforward way to register new implementations. This module patches the ‘sensis’ lookup method into the known geocoders array

Instance Method Summary collapse

Instance Method Details

#street_servicesObject



12
13
14
# File 'lib/geocoder/sensis.rb', line 12

def street_services
  super + [:sensis_unstructured, :sensis_structured]
end