Android.Webkit.WebView.FindAddress Method
Gets the first substring consisting of the address of a physical location.

Syntax

[Android.Runtime.Register("findAddress", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string FindAddress (string addr)

Parameters

addr
the string to search for addresses

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the first substring consisting of the address of a physical location. Currently, only addresses in the United States are detected, and consist of:

  • a house number
  • a street name
  • a street type (Road, Circle, etc), either spelled out or abbreviated
  • a city name
  • a state or territory, either spelled out or two-letter abbr
  • an optional 5 digit or 9 digit zip code
All names must be correctly capitalized, and the zip code, if present, must be valid for the state. The street type must be a standard USPS spelling or abbreviation. The state or territory must also be spelled or abbreviated using USPS standards. The house number may not exceed five digits.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1