Click or drag to resize

DataQueryBulkQueryLinks Method (BoundingBox, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

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

Parameters

bboxes
Type: Telogis.GeoBaseBoundingBox
An array of BoundingBoxes, where each BoundingBox is passed to a separate QueryLinks(BoundingBox) request.
batchSize
Type: SystemInt32
The maximum size of each batch of requests.

Return Value

Type: StreetLink
An array of StreetLink arrays.
See Also