GeoBoundingBox
data class GeoBoundingBox(val topLeft: GeoCoordinate, val bottomRight: GeoCoordinate)
Content copied to clipboard
Represents a bounding box for the map. It's defined in the WGS84 format.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
topLeft
Top left corner of the bounding box.
bottomRight
Bottom right corner of the bounding box.
Constructors
Types
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 GeoCoordinate.
Link copied to clipboard
Creates a new bounding box using current bounds, but described with the given precision.