GeoBoundingBox
Represents a bounding box for the map. It's defined in the WGS84 format.
Parameters
topLeft
Top left corner of the bounding box.
bottomRight
Bottom right corner of the bounding box.
Functions
Link copied to clipboard
Check whether this bounding box contains the other GeoBoundingBox described by the given parameter.
Checks whether this bounding box contains the given GeoPoint.
Link copied to clipboard
Creates a new bounding box using current bounds, but described with the given precision.
Link copied to clipboard
Get actual coordinates of the GeoBoundingBox which can be used to show the box on a map. Coordinates describe box coordinates in clockwise direction starting from the top left corner.