getCanvas method
Returns the map's <canvas>
element.
@returns {HTMLCanvasElement} The map's <canvas>
element.
@see Measure distances
@see Display a popup on hover
@see Center the map on a clicked symbol
Implementation
CanvasElement getCanvas() => jsObject.getCanvas();