RealityDataAccess Interface
Client wrapper to Reality Data Service. An instance of this class is used to extract reality data from the Reality Data API This class implements obtaining a specific reality data and extraction of the Azure blob address.
Properties
Name | Type | Description | |
---|---|---|---|
getRealityData | (accessToken: string, iTwinId: string, realityDataId: string) => Promise<RealityData> | ||
getRealityDataUrl | (iTwinId: string, realityDataId: string) => Promise<string> |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.