Click or drag to resize

ISearchArgs Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An interface for the arguments supplied to a search operation.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface ISearchArgs

The ISearchArgs type exposes the following members.

Properties
  NameDescription
Public propertyCountries
A list of countries in which to search.
Public propertyLocationHint
An optional LatLon value that adds a bias towards nearby results.
Public propertyResultsLimit
The maximum number of results that can be returned by any one search.
Public propertyTimeout
Specifies how long the search should continue before terminating prematurely.
Top
See Also