ICopyrightsAccessor

Extends ICopyrightsProvider.

Interface for an object that provides access to user copyright information that was added to the map using the method map.Copyrights.add.

See map.Copyrights.add

Constructor | Fields | Events | Methods

Constructor

ICopyrightsAccessor()

Fields

Name

Type

Description

events

IEventManager

Event manager.

Inherited from IEventEmitter.

Events

Name

Description

copyrightschange

Event for changes to copyright information.

Inherited from ICopyrightsProvider.

Methods

Name

Returns

Description

getCopyrights(coords, zoom)

vow.Promise

Requests information about copyrights at the specified point with the specified zoom.

Inherited from ICopyrightsProvider.

remove()

Removes copyright information that was added via this object.

Inherited from ICopyrightsProvider.

setCopyrights(copyrights)

Sets a new value for the copyright information that was added via this object.

Inherited from ICopyrightsProvider.