On Dec 7, 11:28 am, ranjitha <[email protected]> wrote:
> Can someone please help me?

Please bear in mind the global nature of the Group. You posted your
query at 5am GMT, midnight EST. Even now it's only 1130h GMT, 0630
EST, 0330 Pacific Time.

> On Dec 7, 10:10 am, ranjitha r gopal <[email protected]> wrote:
>
> > Hi,
>
> > Am using the API getPolyline() to get the polyine from my GDirections() and
> > "getVetrtex()" to get the latlongs of points on my polyline. Is there some
> > way by which along with the vertices, i can get the geographial names of the
> > places. I dont want the exact location name, just the name of the district/
> > State. If Geocoding is an option, I guess it has limitations on its max
> > capacity. Can anyone give me some insight on this reagrd?

Reverse geocoding is the way to do this. Using getLocations will
provide extended information which should include what you want
(although it might not, or its position in the data might change).
http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder.getLocations

There is a limit on the rate you can submit requests, and you can only
use one geocoder object for a single request (re-using it while it's
waiting for a response will wipe out the current query). One way
around both of these restrictions is to fire the next request from the
callback function which processes the results just returned.

Andrew

--

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