A B C D E F G H I O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getA3LLocationProviderClient(Context) - Static method in class com.amazon.A3L.location.A3LLocationServices
-
Create a new instance of
A3LLocationProviderClient
. - getAllLocationRequests() - Method in class com.amazon.A3L.location.A3LLocationSettingsRequest
- getCurrentLocation(int, CancellationToken) - Method in class com.amazon.A3L.location.A3LLocationProviderClient
-
Returns a single location fix representing the best estimate of the current location of the device.
- getCurrentLocation(A3LCurrentLocationRequest, CancellationToken) - Method in class com.amazon.A3L.location.A3LLocationProviderClient
-
Returns a single location fix representing the best estimate of the current location of the device.
- getCurrentService(Context) - Static method in class com.amazon.A3L.location.A3LLocation
-
Method to get the current service, Google Fused Location or Android depending on current device
- getDurationMillis() - Method in class com.amazon.A3L.location.A3LCurrentLocationRequest
-
The duration in milliseconds of the location request used to derive the current location if no historical location satisfies the current location request.
- getDurationMillis() - Method in class com.amazon.A3L.location.A3LLocationRequest
- getExpirationTime() - Method in class com.amazon.A3L.location.A3LLocationRequest
-
Deprecated.Use
A3LLocationRequest.getDurationMillis()
instead. Using this method will return the duration added to the current elapsed realtime, which may give unexpected results. May be removed in a future release. - getFastestInterval() - Method in class com.amazon.A3L.location.A3LLocationRequest
-
Deprecated.Use
A3LLocationRequest.getMinUpdateIntervalMillis()
instead. May be removed in a future release. - getGranularity() - Method in class com.amazon.A3L.location.A3LCurrentLocationRequest
-
The
A3LGranularity
of locations returned for this request. - getGranularity() - Method in class com.amazon.A3L.location.A3LLastLocationRequest
-
The
A3LGranularity
of locations returned for this request. - getGranularity() - Method in class com.amazon.A3L.location.A3LLocationRequest
- getInterval() - Method in class com.amazon.A3L.location.A3LLocationRequest
-
Deprecated.Use
A3LLocationRequest.getIntervalMillis()
instead. May be removed in a future release. - getIntervalMillis() - Method in class com.amazon.A3L.location.A3LLocationRequest
- getLastLocation() - Method in class com.amazon.A3L.location.A3LLocationProviderClient
-
Returns the most recent historical location currently available.
- getLastLocation(A3LLastLocationRequest) - Method in class com.amazon.A3L.location.A3LLocationProviderClient
-
Returns the most recent historical location currently available according to the given request.
- getLocationAvailability() - Method in class com.amazon.A3L.location.A3LLocationProviderClient
-
Returns the estimated availability of location data.
- getLocationSettingsStates() - Method in class com.amazon.A3L.location.A3LLocationSettingsResponse
-
Retrieves the location settings states.
- getLocationSettingsStates() - Method in class com.amazon.A3L.location.A3LLocationSettingsResult
- getMaxUpdateAgeMillis() - Method in class com.amazon.A3L.location.A3LCurrentLocationRequest
-
The maximum age of any location returned for this request.
- getMaxUpdateAgeMillis() - Method in class com.amazon.A3L.location.A3LLastLocationRequest
-
The maximum age of any location returned for this request.
- getMaxUpdateAgeMillis() - Method in class com.amazon.A3L.location.A3LLocationRequest
- getMaxUpdateDelayMillis() - Method in class com.amazon.A3L.location.A3LLocationRequest
-
The longest a location update may be delayed.
- getMaxUpdates() - Method in class com.amazon.A3L.location.A3LLocationRequest
- getMaxWaitTime() - Method in class com.amazon.A3L.location.A3LLocationRequest
-
Deprecated.Use
A3LLocationRequest.getMaxUpdateDelayMillis()
instead. May be removed in a future release. - getMinUpdateDistanceMeters() - Method in class com.amazon.A3L.location.A3LLocationRequest
- getMinUpdateIntervalMillis() - Method in class com.amazon.A3L.location.A3LLocationRequest
- getNumUpdates() - Method in class com.amazon.A3L.location.A3LLocationRequest
-
Deprecated.Use
A3LLocationRequest.getMaxUpdates()
instead. May be removed in a future release. - getPriority() - Method in class com.amazon.A3L.location.A3LCurrentLocationRequest
-
The
A3LPriority
of the location request used to derive the current location if no historical location satisfies the current location request. - getPriority() - Method in class com.amazon.A3L.location.A3LLocationRequest
- getSettingsClient(Context) - Static method in class com.amazon.A3L.location.A3LLocationServices
- getSmallestDisplacement() - Method in class com.amazon.A3L.location.A3LLocationRequest
-
Deprecated.Use
A3LLocationRequest.getMinUpdateDistanceMeters()
instead. - getStatus() - Method in class com.amazon.A3L.location.A3LLocationSettingsResult
- GRANULARITY_COARSE - Static variable in annotation type com.amazon.A3L.location.A3LGranularity
-
The desired location granularity is always coarse, regardless of the client permission level.
- GRANULARITY_FINE - Static variable in annotation type com.amazon.A3L.location.A3LGranularity
-
The desired location granularity is always fine, regardless of the client permission level.
- GRANULARITY_PERMISSION_LEVEL - Static variable in annotation type com.amazon.A3L.location.A3LGranularity
-
The desired location granularity should correspond to the client permission level.
All Classes All Packages