Contains indoor positioning system information for the map. Defines indoor position data service and related properties that help applications compute device location inside a building.
Referenced by: Webmap
Properties
| Property | Details | 
|---|---|
| configuration | Define the configuration parameters for the map. | 
| positioningService | Defines the portal item for the positioning data service. | 
mapIPSInfo Example
{
  "positioningService": {
    "itemId": "bd89d000dfd84e00015505b1c127da80"
  },
  "configuration": {
    "pathSnapping": {
      "enabled": true,
      "distance": 5,
      "units": "meter"
    },
    "smoothing": {
      "enabled": true
    },
    "GNSS": {
      "enabled": true
    },
    "AppleIPS": {
      "enabled": true
    }
  }
}