VCanvasSource

CanvasSource component.

<v-canvas-source
  ref="canvasRef"
  id="canvas-source-id"
  :animate="animate"
  :coordinates="coordinates"
/>

Example

Init Map

Render v-canvas-source component.

Property

PropertyRequiredTypeDescription
idtruestringsource id
reffalseHTMLElementexpose canvas from component to operate canvas
animatetruebooleanis animating when mounted
coordinatestruelngLat[]canvas coordinates
Last Updated:
Contributors: timeroute