Location.IsComplete Property

Definition

Return true if this location is considered complete.

public virtual bool IsComplete { [Android.Runtime.Register("isComplete", "()Z", "GetIsCompleteHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isComplete", "()Z", "GetIsCompleteHandler", ApiSince=33)>]
member this.IsComplete : bool

Property Value

Attributes

Remarks

Return true if this location is considered complete. A location is considered complete if it has a non-null provider, accuracy, and non-zero time and elapsed realtime. The exact definition of completeness may change over time.

All locations supplied by the LocationManager are guaranteed to be complete.

Java documentation for android.location.Location.isComplete().

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.

Applies to