LocationRequest.Builder.ClearMinUpdateIntervalMillis Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears an explicitly set minimum update interval and reverts to an implicit minimum update interval.
[Android.Runtime.Register("clearMinUpdateIntervalMillis", "()Landroid/location/LocationRequest$Builder;", "", ApiSince=31)]
public Android.Locations.LocationRequest.Builder ClearMinUpdateIntervalMillis();
[<Android.Runtime.Register("clearMinUpdateIntervalMillis", "()Landroid/location/LocationRequest$Builder;", "", ApiSince=31)>]
member this.ClearMinUpdateIntervalMillis : unit -> Android.Locations.LocationRequest.Builder
Returns
This builder.
- Attributes
Remarks
The implicit minimum update interval is a sensible default between zero and the request interval.
Java documentation for android.location.LocationRequest.Builder.clearMinUpdateIntervalMillis().
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.