Click or drag to resize

AutocompleteGeocoderExcludedResults Enumeration

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration of the different types of results that can be excluded from the results of an autocomplete geocoding operation.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[FlagsAttribute]
public enum ExcludedResults
Members
  Member nameValueDescription
None0 No results are excluded.
StreetsWithoutNumberMatch1 Streets where the a street number is included in the search query but where the number does not exist on the street.
Streets2 Street results.
Regions4 Region results.
PostCodes8 Postcode or zip code results.
CrossStreets16 Cross street results that form the intersection of two different streets.
See Also