scottdejonge / map-icons

An icon font for use with Google Maps API and Google Places API using SVG markers and icon labels
http://map-icons.com/
MIT License
1.05k stars 198 forks source link

Marker animation works incorrectly #24

Closed skhvan1111 closed 9 years ago

skhvan1111 commented 9 years ago

When I`m trying to add google.maps.Animation.BOUNCE animation to marker, marker background starts bouncing as expected but without icon. Does someone have experience with that issue? Thanks!

scottdejonge commented 9 years ago

Icon label is pined to marker location sitting absolute above the map canvas, rather than being drawn onto the marker itself. Sucks I know. I don't have a workaround at this time.