On Nov 6, 8:43 pm, graceman9 <[email protected]> wrote:
> The problem is that geocoding is incredibly far from given points.
>
> Example:http://ezo.org.ua/code/maps/reverse-geocoding-inaccuracy/

I have no idea what this map is actually showing.

Reverse geocoding is dependent on the underlying data (of course: you
knew that), and it finds an address from a location. It may well be
that the nearest address [or the nearest point it can identify] is
some way from the coordinates given.

If you know the coordinates and want to get directions to that point,
use the coordinates. Don't reverse-geocode them -- or if you do in
order to find an address, only use that address for display purposes.
You can find directions to a named location like
  to: addr...@lat,lng
which will use the coordinates but display the address.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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-api?hl=en.

Reply via email to