On Dec 18, 6:01 am, "[email protected]" <[email protected]> wrote: > I am currently using the Google API map to view a simple map with an > overlay GGeoXml. Users can also search by address to add a marker and > recenter the map at a given point (I use GClientGeocoder). > > I wish the coordinate returned by GClientGeocoder (Example: 48, -72) > can also return the contents <description> </ description> of the > polygon in which the coordinate is located.
You have 2 options: 1. try using GGeoXml with an "interceptor" Part 36 Tricks with GGeoXml http://econym.org.uk/gmap/interceptor.htm (contains this warning: Warning: This trick relies on undocumented details of the GGeoXml behaviour. It may well fail to work in future releases.) 2. use a 3rd party GeoXml parser, which will give you access to the polygons GeoXml http://econym.org.uk/gmap/extensions.htm#GeoXml EGeoXml http://econym.org.uk/gmap/extensions.htm#EGeoXml -- Larry -- 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.
