Android.Locations.Address.FeatureName Property
Returns the feature name of the address, for example, "Golden Gate Bridge", or null if it is unknown

Syntax

[get: Android.Runtime.Register("getFeatureName", "()Ljava/lang/String;", "GetGetFeatureNameHandler")]
[set: Android.Runtime.Register("setFeatureName", "(Ljava/lang/String;)V", "GetSetFeatureName_Ljava_lang_String_Handler")]
public virtual string FeatureName { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the feature name of the address, for example, "Golden Gate Bridge", or null if it is unknown

Set method documentation [Android Documentation]

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