On Apr 22, 11:30 am, ThaStark <[email protected]> wrote: > I've read here that we must store reference to markers we create in > our mash-ups and that the Google Maps API provides no way to interact > with markers that are loaded VIA GGeoXml. > > However consider this: > > - My users want to maintain a My Maps map where they can add their own > markers. > > - I get access to the kml file using this > url:http://maps.google.com/maps/ms?ie=UTF8&hl=en&vps=1&jsv=155c&oe=UTF8&m... > > - However, the last parameter above, output=kml is forcing me to get > kml data when I want JSON (I cannot load the remote xml because of the > same origin policy).
Use a proxy. > I change the output=kml to output=json which > I've seen in other services and all it does is redirect me to the html > version google maps (tried doing this in HttpSpy's > etc.):http://maps.google.com/maps/ms?ie=UTF8&hl=en&vps=1&jsv=155c&oe=UTF8&m... > > - I can't find documentation on thehttp://maps.google.com/maps/ms > service but I want this data in JSON so that the mashup can run 100% > in the browser rather than having a server side proxy grab the kml > file from google and pass it up the chain to the client. Albeit I > would already be done if I'd gone that route. > > Alternatively, if anyone is aware of how to get Markers out of the map > (which to my first statement, is a great feature that was depreciated) > please let me know. > > Thanks, > > Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
