Customizing Markers in Google Maps -


i new google map , want customize icon

marker = new google.maps.marker({   position:mycenter,   animation:google.maps.animation.bounce }); 

i want show marker http://www.youtube.com/watch?v=soihghqyfae have surrounding wave effect.

thanks in advance

currently animations can applied marker 'bounce' , 'drop'. however, can marker 1 in video creating animated gif. 1) create animated image of marker using image editing tools 2) add image project 3) set marker icon image

you may need set the marker property 'optimized' 'false'. here different question should once create animate image want use: .gif marker google maps


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -