Constructors

Properties

getActivityTexts: ((arState) => WebviewText[]) = getActivityTexts

Type declaration

    • (arState): WebviewText[]
    • get all activities from routes within referencePlanning as WebviewText

      text value is the step as a number on the activity parent route (the one that will be displayed above the activity icon)

      Parameters

      Returns WebviewText[]

getFromFeature: ((feature, arState) => ARActivity) = getFromFeature

Type declaration

    • (feature, arState): ARActivity
    • get activity from feature

      Parameters

      Returns ARActivity

getPOIs: ((mapId, arState) => WebviewPOI[]) = getPOIs

Type declaration

    • (mapId, arState): WebviewPOI[]
    • get all activities from routes within referencePlanning as WebviewPOI

      Parameters

      Returns WebviewPOI[]

Generated using TypeDoc