Click or drag to resize

DataQueryBulkQueryLinks Method (BoundingBox)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Bulk requests for QueryLinks(BoundingBox), which queries the StreetLinks that lie underneath the given BoundingBox.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static StreetLink[][] BulkQueryLinks(
	BoundingBox[] bboxes
)

Parameters

bboxes
Type: Telogis.GeoBaseBoundingBox
An array of BoundingBoxes, where each BoundingBox is passed to a separate QueryLinks(BoundingBox) request.

Return Value

Type: StreetLink
An array of StreetLink arrays.
See Also