A listener for receiving notifications from the FusedLocationProviderClient.
| abstract void |
Called when a new Location
is available. The location will generally be as fresh as possible given the parameters
of the associated LocationRequest
and the state of the device, but this does not imply that it will always represent the
current location. Clients may wish to reference the time associated with the
location.
| location | The latest location. |
|---|