setMaxUpdateDelayMillis

@NonNull
open fun setMaxUpdateDelayMillis(@IntRange(from = 0) maxUpdateDelayMillis: Long): @NonNull LocationRequestCompat.Builder(source)

Sets the maximum time any location update may be delayed, and thus grouped with following updates to enable location batching. If the maximum update delay is equal to or greater than twice the interval, then location providers may provide batched results. Defaults to 0, which represents no batching allowed.