Page 1 of 1

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

Posted: Thu Nov 21, 2013 12:50 am
by James6431818

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!


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

Posted: Thu Nov 21, 2013 1:02 am
by maxkatz

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