ARMapEventShowTooltip: ARMapBaseEvent & {
    payload: {
        content: TooltipContent;
        coords: ARCoordinates;
    };
    type: SHOW_TOOLTIP;
}

Type declaration

  • payload: {
        content: TooltipContent;
        coords: ARCoordinates;
    }
    • content: TooltipContent

      the tooltip content to show

    • coords: ARCoordinates

      the coordinates to show the tooltip at

  • type: SHOW_TOOLTIP

Generated using TypeDoc