UnknownLocation
An location where the current coordinates are unknown.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class WithLastLocation(val lastKnownLocation: Location.KnownLocation, val reason: Location.UnknownLocation.Reason) : Location.UnknownLocation
A UnknownLocation, but there is a last known location
Link copied to clipboard
data class WithoutLastLocation(val reason: Location.UnknownLocation.Reason) : Location.UnknownLocation
An UnknownLocation where there is no last known location
Properties
Link copied to clipboard
Gets the Location.KnownLocation from a Location if it exists. Otherwise null
is returned
Link copied to clipboard
The Reason the location is unknown.
Functions
Link copied to clipboard
Converts a Location into a Location.UnknownLocation given a Location.UnknownLocation.Reason