Click or drag to resize

AutocompleteGeocoderBaseArgsAllowedMatches Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines how strictly address candidates are matched against the search query. For example, MatchLevel.Strict can be used when results must closely match the search query, not allowing for errors like spelling mistakes or nearby regions. The default is AllowedMatches.Permissive, which does not impose any restrictions on candidate matching.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public AutocompleteGeocoderAllowedMatches AllowedMatches { get; set; }

Property Value

Type: AutocompleteGeocoderAllowedMatches
See Also