PlanHotspot: PlanHotspotStyle & {
    coordinates: GpsPosition;
    id?: string;
    tooltip?: string | { className?: string; content: string };
}

Type declaration

  • coordinates: GpsPosition

    GPS coordinates of the marker

  • Optionalid?: string

    Unique identifier for the SelectHotspot event

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

    Tooltip visible on the map