BoundingBox

class BoundingBox(val southwest: Point, val northeast: Point)

A bounding box is a rectangular area of a map.

See also

Constructors

Link copied to clipboard
constructor(southwest: Point, northeast: Point)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String