WebviewItinerary: {
    displayStep: boolean;
    end: ARCoordinates;
    feature: GeoJsonFeature;
    id: string;
    routeId: string;
    speedPonderation?: number;
    start: ARCoordinates;
    step: number;
    vectorLayer: string;
}

Intermediate type describing an intinerary that should be rendered within the Map Webview

Need to be converted to an ARFeature to be displayed

Type declaration

  • displayStep: boolean
  • end: ARCoordinates
  • feature: GeoJsonFeature
  • id: string
  • routeId: string
  • Optional speedPonderation?: number

    speedPonderation on this segment

  • start: ARCoordinates
  • step: number
  • vectorLayer: string

Generated using TypeDoc