Display the info window of a Google map marker
Posted
by Keyslinger
on Stack Overflow
See other posts from Stack Overflow
or by Keyslinger
Published on 2010-05-28T06:18:20Z
Indexed on
2010/05/28
6:21 UTC
Read the original article
Hit count: 279
I have succeeded in loading a Google map using the gMap jQuery plugin and making it display several markers passed to it in a JSON object using the pattern demonstrated here under "Map with marker and info window". So far, so good.
Now I want to have a link on the same page which, when clicked, displays the info window for a marker on the map.
How is this done?
© Stack Overflow or respective owner