From b4e6603159f3dbf72e16b7994f114ab0697f9070 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Tue, 29 Sep 2015 06:30:53 -0400 Subject: [PATCH] Add Google region param example to README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a9be25d..063d5ad3 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,10 @@ Please see the [source code for each lookup](https://github.com/alexreisner/geoc # with Nominatim: Geocoder.search("Paris", :params => {:countrycodes => "gb,de,fr,es,us"}) +Or, to search within a particular region with Google: + + Geocoder.search("...", :params => {:region => "..."}) + You can also configure multiple geocoding services at once, like this: Geocoder.configure( -- GitLab