Android.Locations.Address.SubThoroughfare Property
Returns the sub-thoroughfare name of the address, which may be null.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

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

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4