MapMatrix NetGIS Class Library

GeoCode Constructor (String, String, Int32, Int32, Int32)

Creates a new Geocode object

public GeoCode(
   string Address,
   string Zip,
   int Score,
   int MaxResults,
   int Spelling
);

Parameters

Address
Address to Geocode
Zip
Zipcode to Geocode
Score
Min matching score for parameters
MaxResults
Max number of results to return
Spelling
Spelling sensitivity

See Also

GeoCode Class | MapMatrix.MapControls Namespace | GeoCode Constructor Overload List