Module: SimpleGeocoder
- Defined in:
- lib/simple_geocoder/geocoder.rb,
lib/simple_geocoder/version.rb,
lib/simple_geocoder/exceptions.rb
Overview
Geocoding is a time and resource intensive task. Whenever possible, pre-geocode known addresses (using the Geocoding API described here or another geocoding service), and store your results in a temporary cache of your own design. (from Google Geocoding API docs)
Defined Under Namespace
Classes: Geocoder, ResponseError
Constant Summary collapse
- VERSION =
'0.0.3'