package com.google.android.gms.internal.maps; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; /* JADX INFO: compiled from: com.google.android.gms:play-services-maps@@19.0.0 */ /* JADX INFO: loaded from: classes2.dex */ public abstract class zzai extends zzb implements zzaj { public zzai() { super("com.google.android.gms.maps.model.internal.IOnFeatureClickListener"); } @Override // com.google.android.gms.internal.maps.zzb protected final boolean zza(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException { zzm zzmVar; if (i != 1) { return false; } IBinder strongBinder = parcel.readStrongBinder(); if (strongBinder == null) { zzmVar = null; } else { IInterface iInterfaceQueryLocalInterface = strongBinder.queryLocalInterface("com.google.android.gms.maps.model.internal.IFeatureClickEventDelegate"); zzmVar = iInterfaceQueryLocalInterface instanceof zzm ? (zzm) iInterfaceQueryLocalInterface : new zzm(strongBinder); } zzc.zzd(parcel); zzb(zzmVar); parcel2.writeNoException(); return true; } }