Geocode API

GeoUtils.Geocode Method (String, DB_TYPE, Int32, String, String, String, String, String, GEO_OPTIONS)

[This is preliminary documentation and subject to change.]

[Visual Basic]
Overloads Public Shared Function Geocode( _
   ByVal DbConnString As String, _
   ByVal DbType As DB_TYPE, _
   ByVal Number As Integer, _
   ByVal DirPrefix As String, _
   ByVal StreetName As String, _
   ByVal StreetType As String, _
   ByVal DirSuffix As String, _
   ByVal ZIP As String, _
   ByVal GOPTS As GEO_OPTIONS _
) As GeoResult
[C#]
public static GeoResult Geocode(
   string DbConnString,
   DB_TYPE DbType,
   int Number,
   string DirPrefix,
   string StreetName,
   string StreetType,
   string DirSuffix,
   string ZIP,
   GEO_OPTIONS GOPTS
);

See Also

GeoUtils Class | AGOV Namespace | GeoUtils.Geocode Overload List