Initial version -- added millennium read funcionality

This commit is contained in:
Pablo
2026-03-09 22:05:28 +01:00
commit 77c2ded482
2770 changed files with 141927 additions and 0 deletions
@@ -0,0 +1,16 @@
package com.google.maps.android.ktx;
import kotlin.Metadata;
import kotlin.jvm.internal.DefaultConstructorMarker;
/* JADX INFO: compiled from: GoogleMap.kt */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\b6\u0018\u00002\u00020\u0001B\u0007\b\u0004¢\u0006\u0002\u0010\u0002\u0082\u0001\u0004\u0003\u0004\u0005\u0006¨\u0006\u0007"}, d2 = {"Lcom/google/maps/android/ktx/CameraEvent;", "", "()V", "Lcom/google/maps/android/ktx/CameraIdleEvent;", "Lcom/google/maps/android/ktx/CameraMoveCanceledEvent;", "Lcom/google/maps/android/ktx/CameraMoveEvent;", "Lcom/google/maps/android/ktx/CameraMoveStartedEvent;", "maps-ktx_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
public abstract class CameraEvent {
public /* synthetic */ CameraEvent(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
private CameraEvent() {
}
}