Where in the Google Maps API docs can I find a table explaining the accuracy values of Geocode lookups?
Has the range of values changed in between V2 and V3?
|
Where in the Google Maps API docs can I find a table explaining the Has the range of values changed in between V2 and V3? |
||||
|
|
|
Here are the Google Maps API Docs. It contains a table with accuracy values... http://code.google.com/apis/maps/documentation/reference.html Constant | Description |
|||||||
|
|
@Pekka I don't know if you saw, but V3 does not include accuracy anymore. It seems that there is a different way though. If you add the results of the address_component elements you get a similar result. Disclaimer: I am not 100% sure about this but it looks like that they included the accuracy this way. I am currently doing some testing is this the way to go. Here an example: I searched for: 555 Pearl Street, Boulder Here the result with Address Level accuracy (8 levels deep).
|
|||||||
|
|
Here are the real status answers from You can output the
When passing the
|
|||||||||
|