Class representing an Image on the MapView.

Properties

Accessors

Methods

Properties

target: Coordinate | Space | Door

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 Image"

    Parameters

    • instance: object

      The instance to check.

    Returns instance is Image

    True if the instance is a Image, false otherwise.