Click or drag to resize

RelativeSearchOperationPoiTypesForOuterQuery Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Convenience method for converting an outer query, such as "hotels", to an array of possible PoiType values to search for. Possible types are limited by those in the PoiTypes property of the search arguments.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public PoiType[] PoiTypesForOuterQuery(
	string outerQuery
)

Parameters

outerQuery
Type: SystemString
The outer query

Return Value

Type: PoiType
An array of POI types that match the outer query
See Also