Display .gif image marker in google maps V3

前端 未结 1 750
时光取名叫无心
时光取名叫无心 2021-01-23 07:35

Google Maps V2 supported all gif image markers to display in map. Now I\'m migrating from V2 to gwt-maps-3.8.0 where .gif markers are displaying as constant markers. I found som

相关标签:
1条回答
  • 2021-01-23 07:55

    To use animated .gif images, see this post .gif marker google maps

    I don't know GWT, but this should work with the Google Maps API v3

    marker.setOptions({optimized: false});
    
    0 讨论(0)
提交回复
热议问题