PhoneLocationState

data class PhoneLocationState(val permissionGranted: Boolean, val providerEnabled: Boolean, val location: PhoneLocation? = null)(source)

Constructors

Link copied to clipboard
constructor(permissionGranted: Boolean, providerEnabled: Boolean, location: PhoneLocation? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard