Share via


Address.SubThoroughfare Property

Definition

Returns the sub-thoroughfare name of the address, which may be null. -or- Sets the sub-thoroughfare name of the address, which may be null.

public virtual string? SubThoroughfare { [Android.Runtime.Register("getSubThoroughfare", "()Ljava/lang/String;", "GetGetSubThoroughfareHandler")] get; [Android.Runtime.Register("setSubThoroughfare", "(Ljava/lang/String;)V", "GetSetSubThoroughfare_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getSubThoroughfare", "()Ljava/lang/String;", "GetGetSubThoroughfareHandler")>]
[<set: Android.Runtime.Register("setSubThoroughfare", "(Ljava/lang/String;)V", "GetSetSubThoroughfare_Ljava_lang_String_Handler")>]
member this.SubThoroughfare : string with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns the sub-thoroughfare name of the address, which may be null. This may correspond to the street number of the address.

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

Property setter documentation:

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

Java documentation for android.location.Address.setSubThoroughfare(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