Hi, I've used the v3 API to put various icon overlays on a map, zoom and center it so they're all visible, and display some details using info windows. Simple stuff, and works great — now, I'd like to export all that to the regular Google Maps site, but haven't found a good way to do so.
Things that would probably work, but strike me as kludgy: A) generate a KML file, have people download it (e.g., through Content- Disposition) and instruct them to log in to Google Maps, go to My Maps and Import it. B) generate a KML file, then temporarily put it on a public web server and generate a ?q= URL that points Google Maps to it. What I'd like to do is something along the lines of: A) use HTTP POST to send a KML file to Google Maps. B) Base64-encode the KML file and generate a URL for Google Maps. C) Best yet, have the API do the heavy work, with an Export() function of sorts. The goal is to let people see the map, click a link that opens it in regular Google Maps, and plan routes with it, ideally even sending off a link to their Blackberries, iPhones and whathaveyou. Does this require Premier? Is this not possible at all? Code available upon request, though it works fine and doesn't do anything exciting. :) Thanks in advance, Sören Kuklau -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
