MapPoint

data class MapPoint(val x: Double, val y: Double) : Parcelable

Represents the result of projecting a Geographic coordinate onto a 2D plane, typically within the range of 0,1

Since

0.0.86

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
operator fun minus(other: MapPoint): MapVector2
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)