Interface CanvasLayerOptions

Definitions of all options for a CanvasLayer.

Defined in: CanvasLayerOptions.js.

Interface Summary
Interface Attributes Interface Name and Description
 
Options for a CanvasLayer.
Field Summary
Field Attributes Field Name and Description
{boolean}
If true, updateHandler will be called repeatedly, once per frame. If false, updateHandler will only be called when a map property changes that could require the canvas content to be redrawn.
{google.maps.Map}
map
Map on which to overlay the canvas.
{string}
The name of the MapPane in which this layer will be displayed. See google.maps.MapPanes for the panes available. Default is "overlayLayer".
{function}
A function that is called whenever the canvas has been resized to fit the map.
{function}
A function that is called when a repaint of the canvas is required.