TClickPayload: {
    coordinate: Coordinate;
    facades: Facade[];
    floors: Floor[];
    labels: default.Label[];
    markers: default.Marker[];
    models: default.Model[];
    objects: MapObject[];
    paths: default.Path[];
    pointerEvent: ClickPayload["pointerEvent"];
    spaces: Space[];
}

Type declaration

  • coordinate: Coordinate

    The coordinate of the interaction.

  • facades: Facade[]

    The interactive facades which the user interaction passed through.

  • floors: Floor[]

    The interactive floors which the user interaction passed through.

  • labels: default.Label[]

    The interactive labels which the user interaction passed through.

  • markers: default.Marker[]

    The markers which the user interaction passed through.

  • models: default.Model[]

    The models which the user interaction passed through.

  • objects: MapObject[]

    The interactive objects which the user interaction passed through.

  • paths: default.Path[]

    The interactive paths which the user interaction passed through.

  • pointerEvent: ClickPayload["pointerEvent"]

    Details about the pointer event which triggered the interaction.

  • spaces: Space[]

    The interactive spaces which the user interaction passed through.

MMNEPVFCICPMFPCPTTAAATR