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

Type declaration

  • coordinates: GpsPosition

    GPS coordinates of the marker

  • Optional id?: string

    Unique identifier for the SelectHotspot event

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

    Tooltip visible on the map

Generated using TypeDoc