20 lines
947 B
Java
20 lines
947 B
Java
package com.google.maps.android.ktx.utils.geometry;
|
|
|
|
import com.google.maps.android.geometry.Point;
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* JADX INFO: compiled from: Point.kt */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
@Metadata(d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\u0006\n\u0002\u0018\u0002\n\u0002\b\u0002\u001a\r\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0086\n\u001a\r\u0010\u0003\u001a\u00020\u0001*\u00020\u0002H\u0086\n¨\u0006\u0004"}, d2 = {"component1", "", "Lcom/google/maps/android/geometry/Point;", "component2", "maps-utils-ktx_release"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
|
public final class PointKt {
|
|
public static final double component1(Point point) {
|
|
Intrinsics.checkNotNullParameter(point, "<this>");
|
|
return point.x;
|
|
}
|
|
|
|
public static final double component2(Point point) {
|
|
Intrinsics.checkNotNullParameter(point, "<this>");
|
|
return point.y;
|
|
}
|
|
} |