Accuracy in V2 just gave you a hint of the size of the feature matched, i.e.
building vs. road, country vs. province, etc.

In V3, you have the types array that will tell you that with greater detail:

Address Component Types
http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingAddressTypes

And when you know the size of the thing returned (e.g. premise vs.
postal_code) then you can also get an idea of whether the LatLng given is an
exact result or an approximation, geometry.location_type will tell you that:

Geocoding Results
http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingResults

Cheers,
Miguel

On Tue, Jun 8, 2010 at 14:50, mschipperheyn <[email protected]>wrote:

> Hi,
>
> I was talking about the geoAccuracy that was supplied in the v2
> version of the api and that seems to have disappeared.
>
> I guess we'll just have to roll our own. Shame.
>
> Kind regards,
>
> Marc
>
> On Jun 7, 5:58 pm, Rossko <[email protected]> wrote:
> > > I'm particularly curious how we are to determine a geoAccuracy from a
> > > response?
> >
> > Is this any help?
> http://groups.google.com/group/google-maps-js-api-v3/browse_thread/th...
> > I'm not sure what you mean by 'geoAccuracy'.  The response to "10,
> > Downing Street" could be considered accurate if it places the property
> > to within a few feet.  But if we give "10, Drowning Steet" and the
> > geocoder returns the lat/long for the unmangled address to within a
> > few feet ... is that accurate or not, in your terms?  How about a
> > response to just "Downing Street" or "London"?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to