Point

open class Point : Point

Deprecated

Deprecated

since 0.2. Use com.google.maps.android.geometry.Point instead.

Constructors

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

Properties

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

Functions

Link copied to clipboard
open fun toString(): String