Android.Locations.Address.AdminArea Property
Returns the administrative area name of the address, for example, "CA", or null if it is unknown

Syntax

[get: Android.Runtime.Register("getAdminArea", "()Ljava/lang/String;", "GetGetAdminAreaHandler")]
[set: Android.Runtime.Register("setAdminArea", "(Ljava/lang/String;)V", "GetSetAdminArea_Ljava_lang_String_Handler")]
public virtual string AdminArea { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the administrative area name of the address, for example, "CA", or null if it is unknown

Set method documentation [Android Documentation]

Sets the administrative area name 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