javascript - How to implement div as marker in to google maps api -
is there possibilities in google maps api implement **div* marker. have seen similar 1 in national geographic website. unfortunately keep on fail when implement function in map :(
does work when use opened infoindow ?
var options = { zoom: 14, center: mycity, maptypeid: google.maps.maptypeid.roadmap }; my work http://jsfiddle.net/gbqzq/2/
looking working demo:-http://natgeo125.appspot.com/ 
Comments
Post a Comment