Routing API v7 Developer's Guide

BoundingBoxType

A BoundingBoxType defines a rectangular area in a geographic coordinate system by specifying the top left and bottom right corners of the area. Parameter representation:

bbbox = TopLeft + BottomRight
Parameter component Description
TopLeft

Top-left corner of the rectangular area. Latitude WGS-84 degrees between -90 and 90. Longitude WGS-84 degrees between -180 and 180. Altitude in meters.

Latitude, Longitude, [Altitude]

bbox=37.7902858,
-122.4027371;
37.7890649,
-122.3993039
BottomRight

Bottom-right corner of the rectangular area. Latitude WGS-84 degrees between -90 and 90. Longitude WGS-84 degrees between -180 and 180. Altitude in meters.

Latitude, Longitude, [Altitude]

bbox=37.7902858,
-122.4027371;
37.7890649,
-122.3993039