Google Maps Marker Click Event
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-03-22T01:09:00Z
Indexed on
2010/03/22
1:11 UTC
Read the original article
Hit count: 435
I'd like to populate a google map with several markers. When the user clicks on a marker I would like it to send the user to a different webpage which is designated for that location. (for example: lets say the markers represent homes, when you click on a marker it takes you to a page with more information about the home)
What is the simplest way to do this?
© Stack Overflow or respective owner