DashCameraBounds

@Serializable
class DashCameraBounds(val southwest: Point, val northeast: Point)

Constructors

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

Properties

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

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