ScreenCoordinate(androidJvm)

Describes the coordinate on the screen, measured from top to bottom and from left to right. Note: the `map` uses screen coordinate units measured in `platform pixels`.

class ScreenCoordinate(androidJvm) : Serializable

Constructors

ScreenCoordinate
Link copied to clipboard
open fun ScreenCoordinate(x: Double, y: 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

x
Link copied to clipboard
private val x: Double
y
Link copied to clipboard
private val y: Double