LatestLocation

data class LatestLocation(val location: Location) : LatestLocationState

Constructors

Link copied to clipboard
fun LatestLocation(location: Location)

Properties

Link copied to clipboard
val location: Location