BeaconScanner

constructor(definition: IndoorPositioningDefinition)

Creates a new BeaconScanner object using the information contained in the provided IndoorPositioningDefinition. 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 com.arcgismaps.mapping.ArcGISMap.indoorPositioningDefinition.

Since

200.6.0

Parameters

definition

The IndoorPositioningDefinition from an IPS-aware map.