Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
package com.google.maps.android.compose;
|
||||
|
||||
import com.google.android.gms.maps.GoogleMap;
|
||||
import kotlin.Metadata;
|
||||
import kotlin.Unit;
|
||||
import kotlin.jvm.functions.Function2;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* JADX INFO: compiled from: MapUpdater.kt */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
@Metadata(k = 3, mv = {2, 0, 0}, xi = 176)
|
||||
public final class MapUpdaterKt$MapUpdater$2$22 implements Function2<MapPropertiesNode, Boolean, Unit> {
|
||||
final /* synthetic */ GoogleMap $map;
|
||||
|
||||
public MapUpdaterKt$MapUpdater$2$22(GoogleMap googleMap) {
|
||||
this.$map = googleMap;
|
||||
}
|
||||
|
||||
@Override // kotlin.jvm.functions.Function2
|
||||
public /* bridge */ /* synthetic */ Unit invoke(MapPropertiesNode mapPropertiesNode, Boolean bool) {
|
||||
invoke(mapPropertiesNode, bool.booleanValue());
|
||||
return Unit.INSTANCE;
|
||||
}
|
||||
|
||||
public final void invoke(MapPropertiesNode set, boolean z) {
|
||||
Intrinsics.checkNotNullParameter(set, "$this$set");
|
||||
this.$map.getUiSettings().setTiltGesturesEnabled(z);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user