开发者

Most effective way to draw smooth animations over google maps?

开发者 https://www.devze.com 2022-12-26 07:31 出处:网络
I\'m trying to draw an animation over google maps, hopefully using html5\'s canvas element. Is this possible? The animatio开发者_如何学Gon is just along the lines of moving and rotating rectangles (si

I'm trying to draw an animation over google maps, hopefully using html5's canvas element. Is this possible? The animatio开发者_如何学Gon is just along the lines of moving and rotating rectangles (simulating transit flows/traffic patterns), nothing fancy, but not something I see supported directly in the google maps API.

Are there alternative map API's that may support this? Would I be better off trying to do this in google earth instead?

I'm not much of a webgeek, so I apologize if this seems like an odd question!


Yes, you can use the HTML5 <canvas> element to draw and transform elements on top of Google Maps. You may want to check out the following Stack Overflow post for a short example showing how to rotate an icon on Google Maps using the <canvas> element:

  • Show wind direction on Google Maps
0

精彩评论

暂无评论...
验证码 换一张
取 消