| Interface | Description |
|---|---|
| FusedLocationProviderApi | |
| Geofence |
Represents a circular graphical region which can be used to monitor when a user enters/exits
a designated area.
|
| GeofencingApi | |
| LocationCallback |
Used for receiving notifications from the FusedLocationProviderApi when the device location has
changed or can no longer be determined.
|
| LocationListener |
Used for receiving notifications from the FusedLocationProviderApi when the location has changed.
|
| LostApiClient | |
| LostApiClient.ConnectionCallbacks | |
| Result | |
| ResultCallback<R extends Result> |
Interface for receiving
Result asynchronously when calling a LocationServices
API method. |
| SettingsApi |
| Class | Description |
|---|---|
| Geofence.Builder |
Builder class for
Geofence. |
| GeofencingEvent | |
| GeofencingIntentSender |
Handles generating an intent populated with relevant extras from an
Intent fired by
LocationManager.addProximityAlert(double, double, float, long,
PendingIntent) |
| GeofencingRequest |
Used to specify
Geofences to monitor when using the GeofencingApi. |
| GeofencingRequest.Builder |
Builder for creating
GeofencingRequests. |
| LocationAvailability |
Status on the availability of location data.
|
| LocationRequest | |
| LocationResult |
A data class representing a geographic location result from the fused location provider.
|
| LocationServices |
Entry point for API interaction.
|
| LocationSettingsRequest |
Specifies the types of location services the client is interested in using.
|
| LocationSettingsRequest.Builder |
Builder class for constructing
LocationSettingsRequests. |
| LocationSettingsResult |
Result of checking settings via
SettingsApi.checkLocationSettings(LostApiClient,
LocationSettingsRequest). |
| LocationSettingsStates |
Contains detailed information on all the current states of the location settings for a user's
device.
|
| LostApiClient.Builder |
LostApiClient builder class for creating and configuring new instances. |
| PendingResult<R extends Result> |
Represents a result from calling an API method in
LocationServices. |
| Status |
Represents the result of a
LocationServices API call. |