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

    The image's url

    Returns string

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.