LocationType

Indicates how the geographic information was determined.

Properties

Link copied to clipboard
const val GPS: Byte = 1
Link copied to clipboard
const val IP_LOOKUP: Byte = 2
Link copied to clipboard
const val USER_PROVIDED: Byte = 3