package com.google.maps.android.ktx; import com.google.android.gms.maps.GoogleMap; import kotlin.Metadata; import kotlin.Result; import kotlin.Unit; import kotlinx.coroutines.CancellableContinuation; /* JADX INFO: compiled from: GoogleMap.kt */ /* JADX INFO: loaded from: classes2.dex */ @Metadata(d1 = {"\u0000\u0013\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002*\u0001\u0000\b\n\u0018\u00002\u00020\u0001J\b\u0010\u0002\u001a\u00020\u0003H\u0016J\b\u0010\u0004\u001a\u00020\u0003H\u0016ยจ\u0006\u0005"}, d2 = {"com/google/maps/android/ktx/GoogleMapKt$awaitAnimateCamera$2$1", "Lcom/google/android/gms/maps/GoogleMap$CancelableCallback;", "onCancel", "", "onFinish", "maps-ktx_release"}, k = 1, mv = {1, 8, 0}, xi = 176) public final class GoogleMapKt$awaitAnimateCamera$2$1 implements GoogleMap.CancelableCallback { final /* synthetic */ CancellableContinuation $continuation; /* JADX WARN: Multi-variable type inference failed */ public GoogleMapKt$awaitAnimateCamera$2$1(CancellableContinuation cancellableContinuation) { this.$continuation = cancellableContinuation; } @Override // com.google.android.gms.maps.GoogleMap.CancelableCallback public void onFinish() { CancellableContinuation cancellableContinuation = this.$continuation; Result.Companion companion = Result.INSTANCE; cancellableContinuation.resumeWith(Result.m8388constructorimpl(Unit.INSTANCE)); } @Override // com.google.android.gms.maps.GoogleMap.CancelableCallback public void onCancel() { CancellableContinuation.DefaultImpls.cancel$default(this.$continuation, null, 1, null); } }