Accuracy

class Accuracy

The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.

Link copied to clipboard

The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.

Functions

Link copied to clipboard
inline fun copy(block: Accuracy.Builder.() -> Unit = {}): Accuracy
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String