Skip to content

Commit

Permalink
Update Google Geocoding API link
Browse files Browse the repository at this point in the history
closes issue #21
  • Loading branch information
wyattdanger committed Mar 27, 2017
1 parent 9af4c80 commit 135df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -59,7 +59,7 @@ geocoder.reverseGeocode( 33.7489, -84.3789, function ( err, data ) {

Results will look like standard [Google JSON Output](http://code.google.com/apis/maps/documentation/geocoding/#JSON)

You can pass in an optional options hash as a last argument, useful for setting sensor to true (it defaults to false) and the language (default is empty which means that google geocoder will guess it by geo ip data). For details see the [Google Geocoding API Docs](http://code.google.com/intl/en-US/apis/maps/documentation/geocoding/#GeocodingRequests)
You can pass in an optional options hash as a last argument, useful for setting sensor to true (it defaults to false) and the language (default is empty which means that google geocoder will guess it by geo ip data). For details see the [Google Geocoding API Docs](https://developers.google.com/maps/documentation/javascript/geocoding)

###Testing:
`nodeunit test`
Expand Down

0 comments on commit 135df34

Please sign in to comment.