Android.Locations.Address.CountryName Property
Returns the localized country name of the address, for example "Iceland", or null if it is unknown.

Syntax

[get: Android.Runtime.Register("getCountryName", "()Ljava/lang/String;", "GetGetCountryNameHandler")]
[set: Android.Runtime.Register("setCountryName", "(Ljava/lang/String;)V", "GetSetCountryName_Ljava_lang_String_Handler")]
public virtual string CountryName { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the localized country name of the address, for example "Iceland", or null if it is unknown.

Set method documentation [Android Documentation]

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