Hello, I have implemented a rotating polygon that has a marker placed at each vertex. Each marker has a custom image specified (using the MarkerImage class). I'm looking for the best approach to dynamically rotating each marker's image by some angle theta (as the polygon is rotated).
One way to accomplish this would be to create a sprite image containing the image rotated each degree, create an array MarkerImages, and set the marker's icon to the appropriate MarkerImage for the angle. Any other suggestions? Thanks, Matt -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
