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

Type declaration

  • Point
  • { distance: number; yaw: number | string }
  • Optionalid?: string

    Unique identifier for the SelectHotspot event

  • Optionaltooltip?: string | { className?: string; content: string }

    Tooltip visible on the map