WebView.FindAddress(String) Method

Definition

Caution

deprecated

Gets the first substring consisting of the address of a physical location.

[Android.Runtime.Register("findAddress", "(Ljava/lang/String;)Ljava/lang/String;", "")]
[System.Obsolete("deprecated")]
public static string? FindAddress (string? addr);
[<Android.Runtime.Register("findAddress", "(Ljava/lang/String;)Ljava/lang/String;", "")>]
[<System.Obsolete("deprecated")>]
static member FindAddress : string -> string

Parameters

addr
String

the string to search for addresses

Returns

String
Attributes

Remarks

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