I'm building a simple appliacation using the Google Maps API and I'm trying to import locations from user-generated maps. You know the ones on maps.google.com where you can add locations and share it with others. I want to display these locations on an external page using the Google Maps API. Is this possible?
As there was no obvious way of sharing map data from the map page itself, I thought maybe I could pull the location data out of the RSS feed. But no luck. It seems this only has the name of the locations and no lat/long data :(