GeoXpSpot

interface GeoXpSpot {
    after?: string;
    id: string;
    label?: string;
    last?: boolean;
    notAfter?: string;
    position?: GeoXpSpotPosition;
}

Properties

after?: string

Spot can activacte only after this spot id has been visited

id: string

Spot id

label?: string

Spot label

last?: boolean

Marks last spot in pattern

notAfter?: string

Spot cannot activate after this spot id has been visited

Spot position