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? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
