A B C D E F G H I O P R S T W 
All Classes All Packages

S

setAlwaysShow(boolean) - Method in class com.amazon.A3L.location.A3LLocationSettingsRequest.Builder
Whether or not location is required by the calling app in order to continue.
setDurationMillis(long) - Method in class com.amazon.A3L.location.A3LCurrentLocationRequest.Builder
Sets the duration in milliseconds of the location request used to derive the current location if no historical location satisfies the current location request.
setDurationMillis(long) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the duration of this request.
setExpirationDuration(long) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setDurationMillis(long) instead. May be removed in a future release.
setExpirationTime(long) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setDurationMillis(long) instead. Using this method will express the expiration time in terms of duration, which may give unexpected results. May be removed in a future release.
setFastestInterval(long) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setMinUpdateIntervalMillis(long) instead. May be removed in a future release.
setGranularity(int) - Method in class com.amazon.A3L.location.A3LCurrentLocationRequest.Builder
Sets the Granularity of locations returned for this request.
setGranularity(int) - Method in class com.amazon.A3L.location.A3LLastLocationRequest.Builder
Sets the Granularity of locations returned for this request.
setGranularity(int) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the A3LGranularity of locations returned for this request.
setInterval(long) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setIntervalMillis(long) instead. May be removed in a future release.
setIntervalMillis(long) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the desired interval of location updates.
setMaxUpdateAgeMillis(long) - Method in class com.amazon.A3L.location.A3LCurrentLocationRequest.Builder
Sets the maximum age of any location returned for this request.
setMaxUpdateAgeMillis(long) - Method in class com.amazon.A3L.location.A3LLastLocationRequest.Builder
Sets the maximum age of any location returned for this request.
setMaxUpdateAgeMillis(long) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the maximum age of an initial historical location delivered for this request.
setMaxUpdateDelayMillis(long) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the longest a location update may be delayed.
setMaxUpdates(int) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the maximum number of updates delivered to this request.
setMaxWaitTime(long) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setMaxUpdateDelayMillis(long) instead. May be removed in a future release.
setMinUpdateDistanceMeters(float) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the minimum distance required between consecutive location updates.
setMinUpdateIntervalMillis(long) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the fastest allowed interval of location updates.
setNeedBle(boolean) - Method in class com.amazon.A3L.location.A3LLocationSettingsRequest.Builder
Sets whether the client wants BLE scan to be enabled.
setNumUpdates(int) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setMaxUpdates(int) instead. May be removed in a future release.
setPriority(int) - Method in class com.amazon.A3L.location.A3LCurrentLocationRequest.Builder
Sets the Priority of the location request used to derive the current location if no historical location satisfies the current location request.
setPriority(int) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
Sets the A3LPriority of the location request.
setPriority(int) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setPriority(int) instead. May be removed in a future release.
setSmallestDisplacement(float) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setMinUpdateDistanceMeters(float) instead. May be removed in a future release.
SETTINGS_CHANGE_UNAVAILABLE - Static variable in class com.amazon.A3L.location.A3LLocationSettingsStatusCodes
 
setWaitForAccurateLocation(boolean) - Method in class com.amazon.A3L.location.A3LLocationRequest.Builder
If set to true and this request is A3LPriority.PRIORITY_HIGH_ACCURACY, this will delay delivery of initial low accuracy locations for a small amount of time in case a high accuracy location can be delivered instead.
setWaitForAccurateLocation(boolean) - Method in class com.amazon.A3L.location.A3LLocationRequest
Deprecated.
Use A3LLocationRequest.Builder.setWaitForAccurateLocation(boolean) instead. May be removed in a future release.
A B C D E F G H I O P R S T W 
All Classes All Packages