Skip to content
Snippets Groups Projects
Commit 1c0ce90a authored by Alex Reisner's avatar Alex Reisner
Browse files

Fix README: wrong method name.

parent b16060ed
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,7 @@ Every <tt>Geocoder::Result</tt> object, +result+, provides the following data: ...@@ -211,7 +211,7 @@ Every <tt>Geocoder::Result</tt> object, +result+, provides the following data:
* <tt>result.state</tt> - string * <tt>result.state</tt> - string
* <tt>result.state_code</tt> - string * <tt>result.state_code</tt> - string
* <tt>result.postal_code</tt> - string * <tt>result.postal_code</tt> - string
* <tt>result.country_name</tt> - string * <tt>result.country</tt> - string
* <tt>result.country_code</tt> - string * <tt>result.country_code</tt> - string
If you're familiar with the results returned by the geocoding service you're using you can access even more data, but you'll need to be familiar with the particular <tt>Geocoder::Result</tt> object you're using and the structure of your geocoding service's responses. (See below for links to geocoding service documentation.) If you're familiar with the results returned by the geocoding service you're using you can access even more data, but you'll need to be familiar with the particular <tt>Geocoder::Result</tt> object you're using and the structure of your geocoding service's responses. (See below for links to geocoding service documentation.)
......
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