API access to a manually-created Google Map

Posted by rutherford on Stack Overflow See other posts from Stack Overflow or by rutherford
Published on 2010-04-23T18:06:24Z Indexed on 2010/04/23 18:13 UTC
Read the original article Hit count: 293

I have a number of public custom Google Maps created via http://maps.google.com/ - obviously associated with my google account.

Can I access these maps via the Google Maps javascript api? The api doesn't appear to work with the manually created maps located on maps.google.com from what I can tell?

And if not, is there another way to store overlay data (markers, etc) that the javascript api can grab and load into the map on the client's browser?

Am thinking a service like dabbleDB, except that I don't think they offer write access via javascript (this would be necessary for the user adding markers to the map, for example)

Obviously I could create a db layer on my server, but am looking for a 'cloud' solution that removes the strain from my databases!!

© Stack Overflow or respective owner

Related posts about google-maps-api-3

Related posts about google-maps-api