Google MAP API v3: Link markers to an external list
Posted
by meo
on Stack Overflow
See other posts from Stack Overflow
or by meo
Published on 2010-05-04T10:24:53Z
Indexed on
2010/05/04
10:28 UTC
Read the original article
Hit count: 224
JavaScript
|google-maps
Given is a database with locations, we feed those tho the google map api and all points are displayed. Now there is a list of this location right next to the google map. How can i link the places in the list to the dots on the map?
Like this: http://www.local.ch/en/q/ubs.html
I want to light up the point on the map on the list item hover and open the info-box by clicking on the list item.
Can anyone point me into the right direction?
© Stack Overflow or respective owner