RelativeSearchOperationPoiTypesForOuterQuery Method | |
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
)
Public Function PoiTypesForOuterQuery (
outerQuery As String
) As PoiType()
Parameters
- outerQuery
- Type: SystemString
The outer query
Return Value
Type:
PoiTypeAn array of POI types that match the outer query
See Also