Android.Locations.Address.Locality Property
Returns the locality of the address, for example "Mountain View", or null if it is unknown.

Syntax

[get: Android.Runtime.Register("getLocality", "()Ljava/lang/String;", "GetGetLocalityHandler")]
[set: Android.Runtime.Register("setLocality", "(Ljava/lang/String;)V", "GetSetLocality_Ljava_lang_String_Handler")]
public virtual string Locality { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the locality of the address, for example "Mountain View", or null if it is unknown.

Set method documentation [Android Documentation]

Sets the locality of the address to the given String, 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