Constructor BeaconScanner
BeaconScanner(IndoorPositioningDefinition)
Initializes a new instance of the BeaconScanner class using the information contained in the provided IndoorPositioningDefinition.
Declaration
public BeaconScanner(IndoorPositioningDefinition definition)
Parameters
Type | Name | Description |
---|---|---|
IndoorPositioningDefinition | definition | The IndoorPositioningDefinition from an IPS-aware map. |
Remarks
BeaconScanner uses the 'Beacons' feature layer from the ArcGIS Indoors Information Model,
which is stored in IndoorPositioningDefinition, to perform scans for a list of beacons.
For a map to be IPS-aware, one of the following must be true
:
- A reference to an indoor positioning data service is defined in the web map properties.
- It contains an "ips_positioning" feature table.
If a map is IPS-aware, an IndoorPositioningDefinition can be returned using IndoorPositioningDefinition.
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 |