FusedLocation
open class FusedLocation : GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener
Interface for using Google's FusedLocationAPI.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Sets up FusedLocation Updates and chooses the best reading among `maxTries` samples.
Link copied to clipboard
Checks FusedLocation's last known location and checks to see if the the time the location was sampled and the accuracy of the sample is within specified limits.
Link copied to clipboard
Link copied to clipboard
onLocationResult is only called to provide the latest Location result based on the LocationRequest.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Runs when a GoogleApiClient object successfully connects.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Callback that fires when the location changes.
Link copied to clipboard
Link copied to clipboard
Function to show settings alert dialog On pressing Settings button will lauch Settings Options
Link copied to clipboard
Requests location updates from the FusedLocationApi.
Link copied to clipboard
Removes location updates from the FusedLocationApi.