RouteTracker.IsConnected Property

Definition

Checks whether the first hop of the route has been established.

public bool IsConnected { [Android.Runtime.Register("isConnected", "()Z", "")] get; }
[<get: Android.Runtime.Register("isConnected", "()Z", "")>]
member this.IsConnected : bool

Property Value

true if the first hop has been established; otherwise, false.

Attributes

Remarks

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