On Mar 29, 10:30 pm, ED <[email protected]> wrote: > Given an XML file with multiple objects corresponding to the same > location, how can I aggregate their description data into the > description field of a single marker? > > My intuition is to do this during XML parsing -- check if an overlay > exists for the parsed latitude and longitude, and if so, add to its > description data rather than create a new marker. The trouble is, I > can't tell if the API has a method like map.getOverlay(lat,long). > > Does it? Any other approaches? >
Here is an example from a previous thread doing it in javascript: http://www.geocodezip.com/ufmapdev2_tabsD.asp from this thread: http://groups.google.com/group/Google-Maps-API/browse_frm/thread/2d7c32bcdc71889/76455717251f6a13 -- 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 -~----------~----~----~----~------~----~------~--~---
