Click or drag to resize

LocationSearchSourceCreateSearchOperation Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create and return a new search operation for the search source, using the provided arguments. The search operation should be returned unstarted.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract LocationSearchOperation CreateSearchOperation(
	LocationSearchBaseArgs args
)

Parameters

args
Type: Telogis.GeoBase.GeocodingLocationSearchBaseArgs
The location search arguments.

Return Value

Type: LocationSearchOperation
A new search operation.
See Also