Address.Url Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.