Address.FeatureName Property

Definition

Returns the feature name of the address, for example, "Golden Gate Bridge", or null if it is unknown -or- Sets the feature name of the address to the given String, which may be null

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

Property Value

String
Attributes

Remarks

Property getter documentation:

Java documentation for android.location.Address.getFeatureName().

Property setter documentation:

Java documentation for android.location.Address.setFeatureName(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to