Mappedin JS - v6.14.0
    Preparing search index...

    Interface Image3DView

    Class representing an Image on the MapView.

    interface Image3DView {
        target: IAnchorable;
        get id(): string;
        get url(): string;
    }
    Index

    Properties

    Accessors

    Properties

    target: IAnchorable

    The image's target

    Accessors

    • get id(): string

      The image's id

      Returns string

    • get url(): string

      Gets the url of the image with SAS token if available.

      Returns string

      The url of the image.