@vcmap/core
    Preparing search index...

    Class VectorTilePanoramaImpl

    represents an implementation for a Layer for a specific Map

    Hierarchy (View Summary)

    Implements

    Index

    Accessors

    • get className(): string

      Returns string

    • get initialized(): boolean

      Whether this implementation has been initialized (e.g. activated at least once)

      Returns boolean

    Constructors

    Methods

    Properties

    _currentImage: PanoramaImage | undefined
    _primitiveCollection: PrimitiveCollection = ...
    _state: LayerState = LayerState.INACTIVE
    "[moduleIdSymbol]"?: string
    headers?: Record<string, string>
    isDestroyed: boolean
    name: string

    unique Name

    properties: Record<string, unknown>
    source: VectorSource<Feature<Geometry, { [x: string]: any }>> = ...
    url: string | undefined