VerifyLocationResponse

data class VerifyLocationResponse(verified: Boolean, accuracy: Double?) : ResponseBody

Properties

accuracy
Link copied to clipboard
val accuracy: Double?
verified
Link copied to clipboard
val verified: Boolean