CoordinateBoundsZoom

class CoordinateBoundsZoom : Serializable

A coordinate bounds and zoom.

Constructors

CoordinateBoundsZoom
Link copied to clipboard
open fun CoordinateBoundsZoom(@NonNull bounds: CoordinateBounds, zoom: Double)

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

bounds
Link copied to clipboard
private val bounds: CoordinateBounds
zoom
Link copied to clipboard
private val zoom: Double