Unique id of the copyright holder.
id
s should be unique. It is recommended to build them from unique identifiers like
registered domain names.
Examples:
openstreetmap.org
- for data originating from OpenStreetMap projectnaturalearthdata.com
- for data originating from Natural Earth datasetNote: DataSource may return CopyrightInfo
with only id
, thus defining only holder
of copyright, however, valid attribution may require proper label
and link
.
Entries with same id
are deduplicated by mergeArrays.
Optional
labelCopyright text to display after the copyright symbol on the map.
If undefined, id
is used as text label.
Set it to empty string to not render a copyright info.
Optional
linkOptional URL pointing to further copyright information.
Optional
yearOptional, copyright notice year.
Generated using TypeDoc
Copyright info attached to data displayed on map. Provided by DataSource and attached to Tiles.
In most cases, an application should display this information on MapView to conform with licencing terms of its map data providers.
See
CopyrightElementHandler