Accuracy

object Accuracy

Accuracy of observed locations.

Types

Link copied to clipboard

Properties

Link copied to clipboard
const val HIGH: Int = 3

High accuracy requirement.

Link copied to clipboard
const val HIGHEST: Int = 4

The highest possible accuracy requirement that uses additional sensors (if possible) to facilitate navigation use case.

Link copied to clipboard
const val LOW: Int = 1

Low accuracy requirement (typically greater than 500 meters).

Link copied to clipboard
const val MEDIUM: Int = 2

Medium accuracy requirement (typically between 100 and 500 meters).

Link copied to clipboard
const val PASSIVE: Int = 0

Passive only accuracy request, does not trigger any active locations or power usage itself, but may receive locations generated in response to other requests.