Android.Locations.Address.Thoroughfare Property
Returns the thoroughfare name of the address, for example, "1600 Ampitheater Parkway", which may be null

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

Sets the 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 1