AutocompleteGeocoderSearchDepth Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines the desired behavior when hitting the results limit; higher depths result in more
effort finding better results. Use SearchDepth.Low to return the first results found.
SearchDepth.Medium and SearchDepth.High can take longer to find results, but the average quality
is higher. Note that two AutoCompleteGeocoder calls with the same AutocompleteGeocoderArgs may
produce different results when using a AutocompleteGeocoder.SearchDepth value other than SearchDepth.Low.
Namespace:
Telogis.GeoBase.Geocoding
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration SearchDepth
Members
| Member name | Value | Description |
---|
| Low | 0 | |
| Medium | 10 | |
| High | 20 | |
See Also