Click or drag to resize

GeoCoderGeoCode Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
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 methodStatic memberCode exampleGeoCode(String, Country)
Geocode a string address to one or more GeocodeAddresses, within the given Country.
Public methodStatic memberCode exampleGeoCode(String, Country, Int32)
Geocode a string address to one or more GeocodeAddresses, within the given Country.
Public methodStatic memberCode exampleGeoCode(String, String, String, String, Country)
Geocode from address components.
Public methodStatic memberCode exampleGeoCode(String, String, String, String, Country, Int32)
Geocode from address components.
Public methodStatic memberCode exampleGeoCode(Int32, String, String, String, String, String, String, String, String, Country)
Use forward geocoding to resolve an address (specified as separate fields), city, region, postal code and Country to one or more GeocodeAddresses.
Public methodStatic memberCode exampleGeoCode(Int32, String, String, String, String, String, String, String, String, Country, Int32)
Use forward geocoding to resolve an address (specified as separate fields), city, region, postal code and Country to one or more GeocodeAddresses.
Top
See Also