Class CopyrightElementHandler

Helper class that maintains up-to-date MapView copyright information in DOM element.

Example

// HTML snippet
<div id="copyrightNotice" style="position:absolute; right:0; bottom:0; z-index:100"></div>

// JavaScript
const mapView = new MapView({ ... });
CopyrightElementHandler.install("copyrightNotice", mapView);

Hierarchy

  • CopyrightElementHandler

Constructors

Properties

staticInfo: undefined | CopyrightInfo[]

Static copyright info.

Use when MapView's DataSource's do not provide proper copyright information.

Methods

Generated using TypeDoc