Skip to content
Snippets Groups Projects
Commit 399906c7 authored by Alex Reisner's avatar Alex Reisner Committed by GitHub
Browse files

Merge pull request #1199 from jDeppen/patch-1

Link to configuration.rb in docs
parents 1a22d7f1 35aab557
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,7 @@ Some common configuration options are:
)
Please see `lib/geocoder/configuration.rb` for a complete list of configuration options. Additionally, some lookups have their own configuration options, some of which are directly supported by Geocoder. For example, to specify a value for Google's `bounds` parameter:
Please see [`lib/geocoder/configuration.rb`](https://github.com/alexreisner/geocoder/blob/master/lib/geocoder/configuration.rb) for a complete list of configuration options. Additionally, some lookups have their own configuration options, some of which are directly supported by Geocoder. For example, to specify a value for Google's `bounds` parameter:
# with Google:
Geocoder.search("Paris", :bounds => [[32.1,-95.9], [33.9,-94.3]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment