Share via


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

Attributes

Remarks

Property getter documentation:

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

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

Property setter documentation:

Sets the feature name of the address to the given String, which may be null

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