An object containing configuration parameters for the map.
Referenced by: mapIPSInfo
Properties
| Property | Details | 
|---|---|
| AppleIPS | Defines whether the AppleIPS capabilities for the configuration is turned on or not. | 
| GNSS | Defines whether the GNSS capabilities for the configuration is turned on or not. | 
| pathSnapping | Defines the path snapping properties for the configuration. | 
| smoothing | Defines whether the smoothing property for the configuration is turned on or not. | 
Example
{
  "pathSnapping": {
    "enabled": true,
    "distance": 5,
    "units": "meter"
  },
  "smoothing": {
    "enabled": true
  },
  "GNSS": {
    "enabled": true
  },
  "AppleIPS": {
    "enabled": true
  }
}