IndoorsLocationDataSourceConfiguration

Stores configuration settings for an IndoorsLocationDataSource.

Since

200.4.0

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

True to enable GNSS position, false otherwise. Default is true.

Link copied to clipboard

True to enable snapping to the IPS area, false otherwise. If enabled, IndoorsLocationDataSource will snap Bluetooth and WiFi-based positions to the IPS area that is currently defined by the positioning file or indoor positioning data service. Default is true.

Link copied to clipboard

True to enable motion smoothing, false otherwise. If enabled, IndoorsLocationDataSource uses an average of the last N positions to display the position with smoother motion and smaller jumps between updates. Default is true.

Link copied to clipboard

True to enable path snapping, false otherwise. If enabled, IndoorsLocationDataSource will snap the position to the closest point on the pathways. Default is true.

Link copied to clipboard

A tolerance within which the position is snapped to the nearest point on a path. This is a map distance in meters and must be greater than zero. Default is 5 meters. If set with a value less than or equal to zero, the value will be overwritten with the default.