WebviewText: {
    entityType?: AREntityType;
    id: string;
    isDragAndDropable?: boolean;
    isSelectable?: boolean;
    label: string;
    offsetY?: number;
    pos: ARPos;
    vectorLayer?: string;
}

Intermediate type describing a Text that should be rendered within the Map Webview

Need to be converted to an ARFeature to be displayed

Type declaration

  • Optional entityType?: AREntityType
  • id: string
  • Optional isDragAndDropable?: boolean
  • Optional isSelectable?: boolean
  • label: string
  • Optional offsetY?: number
  • pos: ARPos
  • Optional vectorLayer?: string

Generated using TypeDoc