Click or drag to resize

AutocompleteGeocoderBaseArgsIncrementalResultsCallback Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

A callback to receive incremental results as they are found, in addition to receiving the full results list on return. This property is deprecated, and is included only for backwards compatibility. If a callback is provided, it is called only once with the full results of the geocode operation.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute]
public Action<AutocompleteGeocoderPartialResult> IncrementalResultsCallback { get; set; }

Property Value

Type: ActionAutocompleteGeocoderPartialResult
See Also