views:

504

answers:

2

So i made a custom map with a couple of placemarks on it. I has copied html code and pasted into my web page. Everything works fine. The map and placemarks are displayed correctly. And when i press the bottom left corner button "Click to see this area on Google Maps" i can see my map directly on maps.google.com but the placemarks get disappear. Is it possible to show the placemarks on my map right on the maps.google.com ? or Can i manage placemarks for my custom map directly on maps.google.com using API ?

Thnx in adv -))

A: 
Cannonade
I haven't used the Maps Data API, but if I get a chance, I'll try it out and let you know how I go.
Cannonade
Hrm ... looks like this is exactly what you need (http://code.google.com/apis/maps/documentation/mapsdata/developers_guide_protocol.html#CreatingAccount).
Cannonade
A: 

Here is the example of what i need -)

We send request to maps.google.com to show some area (sending latitude, longtitude, zoom) and then we specify the placemarks we want, not by hand (using MyMaps) but using API. And we need to do it directly on the maps.google.com, not on my own site or home page with embeded or even programm builded map.

Thanks to Cannonade. The links you've shared helps me a lot -)

You can edit your original question to add more information, rather than adding a new answer.
Cannonade