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

component1

operator fun Point.component1(): Double

Returns the x value of this Point.

e.g.

val (x, _) = point