Class SpatialAnchorsConfiguration
Azure Spatial Anchors configuration.
Inheritance
SpatialAnchorsConfiguration
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SpatialAnchorsConfiguration : ISpatialLocalizationSettings
Constructors
SpatialAnchorsConfiguration()
Declaration
public SpatialAnchorsConfiguration()
Fields
AccessToken
Declaration
public string AccessToken
Field Value
AccountDomain
Declaration
public string AccountDomain
Field Value
AccountId
The Azure Spatial Anchors service Account Id from Azure portal. NOTE: These values should be used for development/prototyping.
In the shipping application its strongly recommended to use user-based or server-based AAD authentication approaches.
Declaration
Field Value
AccountKey
The Azure Spatial Anchors service Account Key from Azure portal. NOTE: These values should be used for development/prototyping.
In the shipping application its strongly recommended to use user-based or server-based AAD authentication approaches.
Declaration
Field Value
AuthenticationToken
The AAD Authentication Token to use for Azure Spatial Anchors. NOTE: An Authentication Token is not needed if the AccountDomain, AccountId and AccountKey have been populated.
Declaration
public string AuthenticationToken
Field Value
Properties
IsCoordinateCreator
Declaration
public bool IsCoordinateCreator { get; set; }
Property Value
Methods
Serialize(BinaryWriter)
Declaration
public void Serialize(BinaryWriter writer)
Parameters
Type |
Name |
Description |
BinaryWriter |
writer |
|
TryDeserialize(BinaryReader, out SpatialAnchorsConfiguration)
Declaration
public static bool TryDeserialize(BinaryReader reader, out SpatialAnchorsConfiguration configuration)
Parameters
Returns
Implements