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/ enter image description here


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -