vote up 1 vote down star

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

flag

2 Answers

vote up 0 vote down

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

link|flag
You can edit your original question to add more information, rather than adding a new answer. – Cannonade Jul 7 at 13:01
vote up 0 vote down

I think the closest thing to what you are after is MyMaps. My maps lets you create map content ( or import KML, KMZ, or GeoRSS files), on maps.google.com. I think you can programaticaly create maps via the Google Data API.

I am not sure what your requirement is, but if your content is static you could create a MyMap up front and then load that url rather than maps.google.com.

link|flag
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 Jul 7 at 12:58
Hrm ... looks like this is exactly what you need (code.google.com/apis/maps/…). – Cannonade Jul 7 at 13:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.