Class Image3DView

Class representing an Image on the MapView.

Properties

Accessors

Methods

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.

Methods

  • Checks if the provided instance is of type Image3DView.

    Parameters

    • instance: object

      The instance to check.

    Returns instance is Image3DView

    True if the instance is an Image3DView, false otherwise.