Address.Thoroughfare Property

Definition

Returns the thoroughfare name of the address, for example, "1600 Ampitheater Parkway", which may be null -or- Sets the thoroughfare name of the address, which may be null.

public virtual string? Thoroughfare { [Android.Runtime.Register("getThoroughfare", "()Ljava/lang/String;", "GetGetThoroughfareHandler")] get; [Android.Runtime.Register("setThoroughfare", "(Ljava/lang/String;)V", "GetSetThoroughfare_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getThoroughfare", "()Ljava/lang/String;", "GetGetThoroughfareHandler")>]
[<set: Android.Runtime.Register("setThoroughfare", "(Ljava/lang/String;)V", "GetSetThoroughfare_Ljava_lang_String_Handler")>]
member this.Thoroughfare : string with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns the thoroughfare name of the address, for example, "1600 Ampitheater Parkway", which may be null

Java documentation for android.location.Address.getThoroughfare().

Property setter documentation:

Sets the thoroughfare name of the address, which may be null.

Java documentation for android.location.Address.setThoroughfare(java.lang.String).

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