AutocompleteGeocoderExcludedResults Enumeration | |
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
<FlagsAttribute>
Public Enumeration ExcludedResults
Members
| Member name | Value | Description |
---|
| None | 0 |
No results are excluded.
|
| StreetsWithoutNumberMatch | 1 |
Streets where the a street number is included in the search query but where the number does not exist on the street.
|
| Streets | 2 |
Street results.
|
| Regions | 4 |
Region results.
|
| PostCodes | 8 |
Postcode or zip code results.
|
| CrossStreets | 16 |
Cross street results that form the intersection of two different streets.
|
See Also