Constructor IndoorsLocationDataSource
IndoorsLocationDataSource(String)
Initializes a new instance of the IndoorsLocationDataSource class.
Declaration
public IndoorsLocationDataSource(string databasePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | 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 IndoorsLocationDataSource class from the given feature table. The IndoorsLocationDataSource will try to determine the latest row in the table and use that to set up IPS.
Declaration
public IndoorsLocationDataSource(FeatureTable positioningTable, ArcGISFeatureTable pathwaysTable)
Parameters
Type | Name | Description |
---|---|---|
FeatureTable | positioningTable | The "ips_positioning" feature table from an IPS-enabled map. |
ArcGISFeatureTable | pathwaysTable | An ArcGISFeatureTable that contains pathways as per the ArcGIS Indoors Information Model. Setting this property enables path snapping of locations provided by the IndoorsLocationDataSource. |
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 IndoorsLocationDataSource class from the given feature table and row in the FeatureTable.
Declaration
public IndoorsLocationDataSource(FeatureTable positioningTable, ArcGISFeatureTable pathwaysTable, Guid positioningId)
Parameters
Type | Name | Description |
---|---|---|
FeatureTable | positioningTable | The "ips_positioning" feature table from an IPS-enabled map. |
ArcGISFeatureTable | pathwaysTable | A ArcGISFeatureTable that contains pathways as per the ArcGIS Indoors Information Model. Setting this property enables path snapping of locations provided by the IndoorsLocationDataSource. |
System.Guid | positioningId | An ID which identifies a specific row in the ArcGISFeatureTable that should be used for setting up IPS. |
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 |