Property Configuration
Configuration
Gets or sets the configuration settings for IndoorsLocationDataSource that are stored with a map's properties.
Declaration
public IndoorsLocationDataSourceConfiguration Configuration { get; set; }
Property Value
Type | Description |
---|---|
IndoorsLocationDataSourceConfiguration | Configuration settings for IndoorsLocationDataSource that are stored with a map's properties. |
Remarks
If not null
, this IndoorsLocationDataSourceConfiguration is automatically applied to all
IndoorsLocationDataSource objects that are created using this IndoorPositioningDefinition.
When modifying properties of Configuration or Configuration,
be aware that they share the same object and changes made to one will affect the other. To prevent unintended modifications
and ensure the original configuration is preserved, use the Clone()
method when adjusting the configuration.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |