Click or drag to resize

LocalGeoCoder Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The LocalGeoCoder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberCode exampleGeoCode(ExtendedStructuredGeoCodeArgs)
Geocode an address to one or more GeocodeAddresses, using the given ExtendedStructuredGeoCodeArgs. Note that external geocoding is not supported when using ExtendedStructuredGeoCodeArgs.
Public methodStatic memberCode exampleGeoCode(OneLineGeoCodeArgs)
Geocode an address to one or more GeocodeAddresses, using the given OneLineGeoCodeArgs.
Public methodStatic memberCode exampleGeoCode(StructuredGeoCodeArgs)
Geocode an address to one or more GeocodeAddresses, using the given StructuredGeoCodeArgs.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberReverseGeoCode Obsolete.
Find an Address from a given LatLon.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also