Adds a minimap on the viewer

Hierarchy

Constructors

Properties

component: MapComponent
viewer: Viewer
VERSION: string = PKG_VERSION

Expected version of the core DO NOT USE on custom plugins

id: "map" = 'map'

Unique identifier of the plugin

readonlyOptions: (keyof MapPluginConfig)[] = ...

Methods

  • Changes the image of the map

    Parameters

    • url: string
    • Optional center: Point

      Also change the position on the map

      Optional
    • Optional rotation: string | number

      Also change the image rotation

      Optional

    Returns void

Generated using TypeDoc