Created
September 17, 2014 00:46
-
-
Save jraczak/03f8727cb926d644e51e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # geocoding service (see below for supported options): | |
| #Geocoder::Configuration.lookup = :google | |
| Geocoder.configure( | |
| :lookup => :google, | |
| :timeout => 5,) | |
| # # to use an API key: | |
| # Geocoder::Configuration.api_key = "Ar9yHS5vIiJdt5tR20SqpQn6OIRwDCDCoxSlVqRmF0IILfIE-UFdM9lQRlya1YP_" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment