Geocode API

GeoUtils.ReverseGeocode Method (String, DB_TYPE, Double, Double, Int32, GEO_OPTIONS)

[This is preliminary documentation and subject to change.]

[Visual Basic]
Overloads Public Shared Function ReverseGeocode( _
   ByVal DbConnString As String, _
   ByVal DbType As DB_TYPE, _
   ByVal Longitude As Double, _
   ByVal Latitude As Double, _
   ByVal Bounds As Integer, _
   ByVal GOPTS As GEO_OPTIONS _
) As LocationCollection
[C#]
public static LocationCollection ReverseGeocode(
   string DbConnString,
   DB_TYPE DbType,
   double Longitude,
   double Latitude,
   int Bounds,
   GEO_OPTIONS GOPTS
);

See Also

GeoUtils Class | AGOV Namespace | GeoUtils.ReverseGeocode Overload List