CoordinateBounds(androidJvm)

A rectangular area as measured on a two-dimensional map projection.

open class CoordinateBounds(androidJvm) : Serializable

Constructors

CoordinateBounds
Link copied to clipboard
open fun CoordinateBounds(southwest: Point, northeast: Point, infiniteBounds: Boolean)
CoordinateBounds
Link copied to clipboard
open fun CoordinateBounds(southwest: Point, northeast: Point)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

infiniteBounds
Link copied to clipboard
private val infiniteBounds: Boolean
northeast
Link copied to clipboard
private val northeast: Point
southwest
Link copied to clipboard
private val southwest: Point