Hey guys,
I have a Google map that I'm embedding with a few markers which works fine. What's annoying however is having the marker show up with stuff like "Last updated", "Get directions", "Search nearby', and "Send".
If you take a look
http://www.tech-recipes.com/rx/2572/easy_way_to_embed_and_customize_google_map_without_using_the_api/ the embedded map they have there has markers that just show the title.
How do I accomplish this? Those markers seem to be a different "type" to what I can put down on my own map?
Posts
http://gmaps-samples.googlecode.com/svn/trunk/simplewizard/makestaticmap.html
I'd just use the wizard above to create the basics of what you want, and then customize the url that is given to you at the bottom of the page. The details of customizing the url can be found in the reference docs:
http://code.google.com/apis/maps/documentation/staticmaps/
Thanks, but that's not what I'm looking for. I specifically want interactivity.