James6431818
Posts: 0
Joined: Thu Nov 21, 2013 12:50 am

How do I link a point on a google map to a page?

I have a map which contains some points.
Each point is a monument.

I am looking to do the following.

  • User clicks on the point (monument) on Google map.

  • A page opens which contains details of the monument. (html, text, image etc.)

    Any help or documentation links would be much appreciated!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How do I link a point on a google map to a page?

You would use JavaScript to add a click event to that element and navigate to another page in that action.

Return to “Issues”