Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1 KB

File metadata and controls

13 lines (9 loc) · 1 KB

Proximity

Proximity ID represents a fixed geographical zone in a discrete global grid within which the device is observed.

Properties

Name Type Description Notes
Id string A stable privacy-preserving identifier for a given proximity zone. [default to null]
PrecisionRadius int32 The radius of the proximity zone’s precision level, in meters. [default to null]
Confidence float32 A value between 0 and 1 representing the likelihood that the true device location lies within the mapped proximity zone. * Scores closer to 1 indicate high confidence that the location is inside the mapped proximity zone. * Scores closer to 0 indicate lower confidence, suggesting the true location may fall in an adjacent zone. [default to null]

[Back to Model list] [Back to API list] [Back to README]