As I’m experimenting with Google Maps, I though I’d try out using animated gif as image markers on the map. There’s an option in the image marker which by default renders the image as static, called optimized. Need to change that to false and all is well.
1 2 3 4 5 | var marker = new google.maps.Marker({ position: latLng, map: map, optimized: false }); |
출처 - http://mkhairul.sembangprogramming.com/2011/08/20/google-maps-animated-gif-as-image-marker/
'OpenSource > Map' 카테고리의 다른 글
google maps - 기본 (0) | 2012.12.15 |
---|---|
map - google maps api (0) | 2012.10.26 |
구글어스 KML, 세계 표준으로 채택 (0) | 2012.10.02 |
map - WGS84와 GRS80의 차이 (0) | 2012.08.26 |
map - 국토지리정보원, 최신 항공사진 분기별 공개 및 Open API 서비스 실시 (0) | 2012.08.26 |