Reputation: 10407
Hey, does anyone know of a way to embed a Google map on a webpage write all the points on the map to a table on the page, where if they're clicked they will be displayed on the map?
Thanks
Upvotes: 1
Views: 222
Reputation: 17169
I think you are looking for something like this google-maps-slider
The demo attaches an onMouseOver event but i am sure you can change that to onClick event.
Upvotes: 1