Constructors

Properties

getFromFeature: ((feature, arState) => AROperation[]) = getFromFeature

Type declaration

    • (feature, arState): AROperation[]
    • get Operations from given Feature

      if feature is an Activity, get All Operations from Activity

      if feature is an Operation, get an array of one operation

      Parameters

      Returns AROperation[]

getFromFeatures: ((features, arState) => AROperation[]) = getFromFeatures

Type declaration

    • (features, arState): AROperation[]
    • get Operations from given Features

      Parameters

      Returns AROperation[]

getPOI: (<T>(mapId, arState, operation) => WebviewPOI) = getPOI

Type declaration

    • <T>(mapId, arState, operation): WebviewPOI
    • convert an Operation to a WebviewPOI

      Type Parameters

      • T extends ARBaseState

      Parameters

      Returns WebviewPOI

Generated using TypeDoc