WithLastLocation

A UnknownLocation, but there is a last known location

Parameters

reason

The Reason the location is unknown.

Constructors

Link copied to clipboard
constructor(lastKnownLocation: Location.KnownLocation, reason: Location.UnknownLocation.Reason)

Properties

Link copied to clipboard

Gets the Location.KnownLocation from a Location if it exists. Otherwise null is returned

Link copied to clipboard

The KnownLocation last received before the location became unknown.

Link copied to clipboard