I\'m trying to place a series of overlays onto a Google Map. I\'m following along with the sample code for ground overlays, but that only allows me to dictate image placement u
I would draw and rotate in a <canvas> and then out that on. EDIT: place on canvas, ctx.rotate, c.toDataUrl(), and overlay that on your map.
<canvas>
ctx.rotate
c.toDataUrl()