Click or drag to resize

ExtendedStructuredGeoCodeArgs Fields

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

The ExtendedStructuredGeoCodeArgs type exposes the following members.

Fields
  NameDescription
Public fieldCity
The city to be searched.
Public fieldCountry
The country to search.
(Inherited from GeoCodeArgs.)
Public fieldMaxResults
The maximum number of results to return.
(Inherited from GeoCodeArgs.)
Public fieldName
A string representing the street name.
Public fieldNumber
An integer representing the street number.
Public fieldPostalCode
The postal code to be searched.
Public fieldPrefix
A string representing the street prefix, such as 'chemin' or 'north'.
Public fieldRegion
The region to be searched.
Public fieldStreetTypeAfter
A string representing the street type (after), such as 'street', 'avenue' or 'road'.
Public fieldStreetTypeBefore
A string representing the street type (before), such as 'rue' or 'boulevard'.
Public fieldSuffix
A string representing the street suffix, such as 'north', 'central' or 'loop'.
Public fieldUseExternalGeocoder
Use external geocoder if available
(Inherited from GeoCodeArgs.)
Public fieldUseInternalGeocoder
Use the built-in geocoder
(Inherited from GeoCodeArgs.)
Top
See Also