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,29 @@
package com.google.maps.android.compose;
import com.google.maps.android.compose.MapNode;
import kotlin.Metadata;
/* JADX INFO: compiled from: MapApplier.kt */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\\u0002\u0018\u00002\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0002\u0010\u0003¨\u0006\u0004"}, d2 = {"Lcom/google/maps/android/compose/MapNodeRoot;", "Lcom/google/maps/android/compose/MapNode;", "<init>", "()V", "maps-compose_release"}, k = 1, mv = {2, 0, 0}, xi = 48)
final class MapNodeRoot implements MapNode {
public static final MapNodeRoot INSTANCE = new MapNodeRoot();
private MapNodeRoot() {
}
@Override // com.google.maps.android.compose.MapNode
public void onAttached() {
MapNode.DefaultImpls.onAttached(this);
}
@Override // com.google.maps.android.compose.MapNode
public void onCleared() {
MapNode.DefaultImpls.onCleared(this);
}
@Override // com.google.maps.android.compose.MapNode
public void onRemoved() {
MapNode.DefaultImpls.onRemoved(this);
}
}