Initial version -- added millennium read funcionality
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user