getLastLocation

Gets the last known location. This call will never activate hardware to obtain a new location, and will only return a cached location. Note, that the returned location may be quite old, so the timestamp of the location should always be checked.

Return

cancelable object to stop callback from being invoked

Parameters

callback

A callback to return the last known location from a cache or a error if it fails.