Click or drag to resize

NWFPoiSearchResult Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a new instance of the NWFPoiSearchResult class

Namespace:  Telogis.GeoBase.GeoStream.Server.NWF.Models.PoiSearch
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public NWFPoiSearchResult(
	LocationSearchSuggestion[] suggestions,
	NWFPagination pagination,
	SearchResult status,
	string[] errors
)

Parameters

suggestions
Type: Telogis.GeoBase.GeocodingLocationSearchSuggestion
pagination
Type: Telogis.GeoBase.GeoStream.Server.NWF.Models.PoiSearchNWFPagination
status
Type: Telogis.GeoBaseSearchResult
errors
Type: SystemString
See Also