Markers animation test

We consider several ways to show animated google maps markers. They are: native markers, custom div overlay and custom canvas overlay. Perfomance measuring is based on requestAnimationFrame method.

Draw settings
Native engine uses google maps markers and google maps polylines as markers tracks.
Div engine uses custom overlay and draws each marker as a small div, tracks (if shown) use native google maps polylines.
Canvas engine uses one big canvas layer as a custom overlay, that refreshes and redraws all markers and tracks every frame.
Canvas tile engine splits one big canvas to tiles and uses custom map type. The advantage is that tiles with tracks do not redraw on map drag.
Generator settings
Measurer
FPS: