VerifyLocationRequest

data class VerifyLocationRequest(lat: Double, lon: Double, threshold: Double)

Properties

lat
Link copied to clipboard
val lat: Double

The latitude of the location to be verified.

lon
Link copied to clipboard
val lon: Double

The longitude of the location to be verified.

threshold
Link copied to clipboard
val threshold: Double

The maximum location offset / inaccuracy in meters.