MapHotspot: (Point | {
    distance: number;
    yaw: number | string;
}) & MapHotspotStyle & {
    id?: string;
    tooltip?: string | {
        className?: string;
        content: string;
    };
}

Type declaration

  • Optional id?: string

    Unique identifier for the SelectHotspot event

  • Optional tooltip?: string | {
        className?: string;
        content: string;
    }

    Tooltip visible on the map

Generated using TypeDoc