Click or drag to resize

GeoCodeArgs Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A base class used to provide fields for structured and one-line geocode arguments.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class GeoCodeArgs

The GeoCodeArgs type exposes the following members.

Constructors
  NameDescription
Public methodGeoCodeArgs
Initializes a new instance of the GeoCodeArgs class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCountry
The country to search.
Public fieldMaxResults
The maximum number of results to return.
Public fieldUseExternalGeocoder
Use external geocoder if available
Public fieldUseInternalGeocoder
Use the built-in geocoder
Top
See Also