I'm THIS close I think!!!  I'm using EGeoXML to do things right now.
As of right now, I've got marker.openInfoWindowHtml(point+" "+i);
which shows the point and the number of the polygon.  I probably just
need some simple code that will get me the Name of the polygon.  I've
tried all sorts of logican things like:

marker.openInfoWindowHtml(exml.gpolygons[i].name);
marker.openInfoWindowHtml(exml.gpolygons[i].name());

All of the posts that I've seen show me how to find the appropriate
polygon, just not how to actually get the name and place it into the
bubble.

The page I'm working on is at:

http://www.alliedwasteidaho.com/trash-and-recycling/collection-map2.php?location=Ada%20County&location_uid=2a6517efa34fde04df9831efaa5ffe9b

--~--~---------~--~----~------------~-------~--~----~
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