Google Maps: How to add HTML elements to specific coordinates ?

Posted by Christian Toma on Stack Overflow See other posts from Stack Overflow or by Christian Toma
Published on 2010-01-27T22:14:02Z Indexed on 2010/05/26 17:51 UTC
Read the original article Hit count: 361

I would like to know how and if I can add standard HTML elements (div, button) to a specific set of coordinates on the map ?

For example I have a set of coordinates and I would like to attach a custom balloon notification to them

Google Maps with custom styled element attached to a set of coordinates

and when I pan away from the coordinates the element should disappear and when I pan back to them, the element should reappear.

Is it possible to do this with Google Maps ?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about google-maps