maps-utils-ktx / com.google.maps.android.ktx.utils.geometry / com.google.maps.android.geometry.Point

Extensions for com.google.maps.android.geometry.Point

component1

Returns the x value of this Point.

operator fun Point.component1(): Double

component2

Returns the y value of this Point.

operator fun Point.component2(): Double