module Geocoder::Lookup::AddSensisToStreetServices

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

Public Instance Methods

street_services() click to toggle source
Calls superclass method
# File lib/geocoder/sensis.rb, line 12
def street_services
  super + [:sensis_unstructured, :sensis_structured]
end