setMinUpdateIntervalMillis
@NonNull
Sets an explicit minimum update interval. If location updates are available faster than the request interval then an update will only occur if the minimum update interval has expired since the last location update. Defaults to no explicit minimum update interval set, which means the minimum update interval is the same as the interval.
Note: Some allowance for jitter is already built into the minimum update interval, so you need not worry about updates blocked simply because they arrived a fraction of a second earlier than expected.
Note: When build is invoked, the minimum of the interval and the minimum update interval will be used as the minimum update interval of the built request.