Files
adif-api-reverse-engineering/apk_decompiled/sources/com/google/android/gms/maps/zzat.java

62 lines
2.3 KiB
Java

package com.google.android.gms.maps;
import android.content.Context;
import android.os.RemoteException;
import android.view.ViewGroup;
import com.google.android.gms.common.GooglePlayServicesNotAvailableException;
import com.google.android.gms.dynamic.DeferredLifecycleHelper;
import com.google.android.gms.dynamic.ObjectWrapper;
import com.google.android.gms.dynamic.OnDelegateCreatedListener;
import com.google.android.gms.maps.internal.zzcc;
import com.google.android.gms.maps.model.RuntimeRemoteException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/* loaded from: classes3.dex */
final class zzat extends DeferredLifecycleHelper {
protected OnDelegateCreatedListener zza;
private final ViewGroup zzb;
private final Context zzc;
private final StreetViewPanoramaOptions zzd;
private final List zze = new ArrayList();
public zzat(ViewGroup viewGroup, Context context, StreetViewPanoramaOptions streetViewPanoramaOptions) {
this.zzb = viewGroup;
this.zzc = context;
this.zzd = streetViewPanoramaOptions;
}
@Override // com.google.android.gms.dynamic.DeferredLifecycleHelper
public final void createDelegate(OnDelegateCreatedListener onDelegateCreatedListener) {
this.zza = onDelegateCreatedListener;
zzb();
}
public final void zza(OnStreetViewPanoramaReadyCallback onStreetViewPanoramaReadyCallback) {
if (getDelegate() != null) {
((zzas) getDelegate()).getStreetViewPanoramaAsync(onStreetViewPanoramaReadyCallback);
} else {
this.zze.add(onStreetViewPanoramaReadyCallback);
}
}
public final void zzb() {
if (this.zza == null || getDelegate() != null) {
return;
}
try {
MapsInitializer.initialize(this.zzc);
this.zza.onDelegateCreated(new zzas(this.zzb, zzcc.zza(this.zzc, null).zzi(ObjectWrapper.wrap(this.zzc), this.zzd)));
Iterator it = this.zze.iterator();
while (it.hasNext()) {
((zzas) getDelegate()).getStreetViewPanoramaAsync((OnStreetViewPanoramaReadyCallback) it.next());
}
this.zze.clear();
} catch (RemoteException e4) {
throw new RuntimeRemoteException(e4);
} catch (GooglePlayServicesNotAvailableException unused) {
}
}
}