Module: Geokit

Defined in:
lib/geokit/mappable.rb,
lib/geokit.rb,
lib/geokit/version.rb,
lib/geokit/geocoders.rb,
lib/geokit/inflectors.rb,
lib/geokit/services/ip.rb,
lib/geokit/services/fcc.rb,
lib/geokit/services/ripe.rb,
lib/geokit/multi_geocoder.rb,
lib/geokit/services/yahoo.rb,
lib/geokit/services/google.rb,
lib/geokit/services/yandex.rb,
lib/geokit/services/google3.rb,
lib/geokit/services/maxmind.rb,
lib/geokit/services/geonames.rb,
lib/geokit/services/geo_plugin.rb,
lib/geokit/services/ca_geocoder.rb,
lib/geokit/services/us_geocoder.rb,
lib/geokit/services/openstreetmap.rb

Overview

Geocoder Us geocoder implementation. Requires the Geokit::Geocoders::GEOCODER_US variable to contain true or false based upon whether authentication is to occur. Conforms to the interface set by the Geocoder class.

Defined Under Namespace

Modules: Geocoders, Inflector, Mappable Classes: Bounds, GeoLoc, LatLng, Polygon, TooManyQueriesError

Constant Summary collapse

VERSION =
'1.7.1'
@@default_units =

These defaults are used in Geokit::Mappable.distance_to and in acts_as_mappable

:miles
@@default_formula =
:sphere