An object containing configuration parameters for the map.

Referenced by: mapIPSInfo

Properties

PropertyDetails
AppleIPSDefines whether the AppleIPS capabilities for the configuration is turned on or not.
GNSSDefines whether the GNSS capabilities for the configuration is turned on or not.
pathSnappingDefines the path snapping properties for the configuration.
smoothingDefines 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
}
}