public interface OnLocationStaleListener
The time from the last location update that determines if a location update
is stale or not is provided by LocationComponentOptions.staleStateTimeout().
| Modifier and Type | Method and Description |
|---|---|
void |
onStaleStateChange(boolean isStale)
Called when the stale state changes.
|