Address.Url Property

Definition

Returns the public URL for the address if known, or null if it is unknown. -or- Sets the public URL associated with this address.

public virtual string? Url { [Android.Runtime.Register("getUrl", "()Ljava/lang/String;", "GetGetUrlHandler")] get; [Android.Runtime.Register("setUrl", "(Ljava/lang/String;)V", "GetSetUrl_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getUrl", "()Ljava/lang/String;", "GetGetUrlHandler")>]
[<set: Android.Runtime.Register("setUrl", "(Ljava/lang/String;)V", "GetSetUrl_Ljava_lang_String_Handler")>]
member this.Url : string with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns the public URL for the address if known, or null if it is unknown.

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

Property setter documentation:

Sets the public URL associated with this address.

Java documentation for android.location.Address.setUrl(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