Skip to content
Snippets Groups Projects
user avatar
Bonias authored
Allow to set custom lookup option for Geocoder.search, Geocoder::Query.new and ActiveRecord::Base.(reverse_)geocoded_by

  Examples:

    class City < ActiveRecord::Base
      geocoded_by :address, :lookup => :nominatim
    end

    Geocoder.search("address", :lookup => :nominatim)
bf2f584c
History