Geocode API

GeoUtils.ParseAddress Method 

[This is preliminary documentation and subject to change.]

Attempts to parse an Address class out of a string.

Currently, the address must contain a zip code.

[Visual Basic]
Public Shared Function ParseAddress( _
   ByVal AddressString As String _
) As Address
[C#]
public static Address ParseAddress(
   string AddressString
);

Parameters

AddressString

Return Value

Example

Some of the acceptable formats:

Number Street StreetType City State ZIP

or

Number Street StreetType ZIP

or

Street StreetType ZIP

Common punctuation is also recognized so address in formats like:

Number Street StreetType, City, State, ZIP

or

Street StreetType, ZIP

or

Number Street StreetType City, State ZIP

are recognized.

See Also

GeoUtils Class | AGOV Namespace