BoundingBox
BoundingBox
Type: public class
A class that defines a bounding box
BoundingBox(Coordinates northEast, Coordinates southWest)
Type: public
| Parameter Name | Type | Description | 
|---|---|---|
| northEast | Coordinates | the north east point | 
| southWest | Coordinates | the south west point | 
BoundingBox(double west, double south, double east, double north)
Type: public
| Parameter Name | Type | Description | 
|---|---|---|
| west | double | west longitude | 
| south | double | south latitude | 
| east | double | east longitude | 
| north | double | north latitude | 
getNorthEast()
Type: public [Coordinates](/docs/android/Model/Coordinates) 
Get the north east point of the BoundingBox
Returned Value: the north east point
getSouthWest()
Type: public [Coordinates](/docs/android/Model/Coordinates) 
Get the south west point of the BoundingBox
Returned Value: the south west point