DashCameraBounds

@Serializable
class DashCameraBounds(val southwest: Point? = null, val northeast: Point? = null, val minZoom: Double = MapConstants.MIN_ZOOM, val maxZoom: Double = MapConstants.MAX_ZOOM, val maxPitch: Double = MapConstants.MAX_PITCH)

Constructors

Link copied to clipboard
constructor(southwest: Point? = null, northeast: Point? = null, minZoom: Double = MapConstants.MIN_ZOOM, maxZoom: Double = MapConstants.MAX_ZOOM, maxPitch: Double = MapConstants.MAX_PITCH)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = PointAsJsonSerializer::class)
val northeast: Point? = null
Link copied to clipboard
@Serializable(with = PointAsJsonSerializer::class)
val southwest: Point? = null

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