I know I can do it with the Google Maps API, but do you know if there is a way to change the marker in an embedded Google Map?

I want to replace the default "A" button for a "B" button or the marker with just a dot in the middle.

link|improve this question

65% accept rate
Are you wanting to create a custom icon? Also check here for great Google Map API References: code.google.com/apis/ajax/playground – Frederico Jul 24 '09 at 4:13
no, just change the default icon for other of the Google Maps icons. I tought perhaps you can add a parameter to the iframe URL to specify the marker. – ana Jul 24 '09 at 4:38
feedback

1 Answer

up vote 12 down vote accepted

I haven't played around with embedding Google Maps before (I generally go straight to the API for stuff like this). I tried a couple of approaches:

  • I figured maybe the embed syntax would be the same as the static maps api. So I grabbed a static maps URL, copied the markers param from that and tried sticking it into the iFrame URL. This didn't work so much.

  • I created a Google MyPlaces and customized the marker to use the one your provided. This created a Test map which had the appropriate marker icon. I then grabbed the embed code and stuck it on a test page and voila!

link|improve this answer
1  
woow! ingenious! and it works for my project :) thanks for trying different ideas and even building demos!! – ana Jul 24 '09 at 9:28
Glad to hear that my solution was appropriate for your project :). – RedBlueThing Jul 24 '09 at 10:09
Google link broken now – paperjam Dec 1 '11 at 13:26
Thanks @paperjam. I can't find that question anymore, but just changed it to link to the MyPlaces page. – RedBlueThing Dec 1 '11 at 22:11
feedback

Your Answer

 
or
required, but never shown

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