> I'm working on a Tracking application where i got to plot a vehicle on
> map with its current location.
> The same is implemented using reverse GClientGeocoder where i pass
> the
> latitude and longitude.The problem is about the accuracy.
> I heard bufferzone concept can be used to check current latitude and
> longitude points with the near by other points/landmarks

The Google geocoder in used in reverse tries to turn a lat/long into a
postal address.  So it does have a look "nearby", but you don't get
any control over how near is near enough.
It doesn't ever look for landmarks.
Perhaps the Local Search API is what you need.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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