DataQueryBulkQueryLinks Method (BoundingBox, Int32) | |
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
)
Public Shared Function BulkQueryLinks (
bboxes As BoundingBox(),
batchSize As Integer
) As StreetLink()()
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:
StreetLinkAn array of
StreetLink arrays.
See Also