Click or drag to resize

AutocompleteGeocoderResultsHintStatus Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Information on how the search terminated, i.e. whether it completed successfully, timed out, or was canceled.

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

Property Value

Type: SearchResult
Remarks
If constructed using a partial result set (for example, provided to an incremental results callback), this should be set to TooManyResults.
See Also