views:

26

answers:

1

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!!

A: 

See if GData Maps API is what you need.

Jorge
sorry if I wasn't clear but I referred to that API in my question - I want to know if I can use it to manipulate manually created public maps on http://maps.google.com/
rutherford
actually you are right and I am wrong :) don't know how I overlooked the javascript api - http://code.google.com/apis/maps/documentation/mapsdata/developers_guide_javascript.html
rutherford