Constructor IndoorsLocationDataSource
IndoorsLocationDataSource(String)
Initializes a new instance of the Indoors
Declaration
public IndoorsLocationDataSource(string databasePath)
Parameters
Type | Name | Description |
---|---|---|
System. |
databasePath | A path to the SQLite database containing data about indoor beacons (fingerprint database). The database must use the schema from indoo.rs system |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.13 - 100.15 |
Xamarin.Android | 100.13 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 100.15 |
IndoorsLocationDataSource(FeatureTable, ArcGISFeatureTable)
Initializes a new instance of the Indoors
Declaration
public IndoorsLocationDataSource(FeatureTable positioningTable, ArcGISFeatureTable pathwaysTable)
Parameters
Type | Name | Description |
---|---|---|
Feature |
positioningTable | The "ips_positioning" feature table from an IPS-enabled map. |
Arc |
pathwaysTable | An Arc |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.13 - 100.15 |
Xamarin.Android | 100.13 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 100.15 |
IndoorsLocationDataSource(FeatureTable, ArcGISFeatureTable, Guid)
Initializes a new instance of the Indoors
Declaration
public IndoorsLocationDataSource(FeatureTable positioningTable, ArcGISFeatureTable pathwaysTable, Guid positioningId)
Parameters
Type | Name | Description |
---|---|---|
Feature |
positioningTable | The "ips_positioning" feature table from an IPS-enabled map. |
Arc |
pathwaysTable | A Arc |
System. |
positioningId | An ID which identifies a specific row in the Arc |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.13 - 100.15 |
Xamarin.Android | 100.13 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 100.14 |