72 lines
1.8 KiB
Java
72 lines
1.8 KiB
Java
package com.google.android.gms.internal.maps;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
import com.google.android.gms.maps.model.Cap;
|
|
import java.util.List;
|
|
import javax.annotation.Nullable;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-maps@@19.0.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public interface zzap extends IInterface {
|
|
void zzA(boolean z) throws RemoteException;
|
|
|
|
void zzB(float f) throws RemoteException;
|
|
|
|
void zzC(float f) throws RemoteException;
|
|
|
|
boolean zzD(@Nullable zzap zzapVar) throws RemoteException;
|
|
|
|
boolean zzE() throws RemoteException;
|
|
|
|
boolean zzF() throws RemoteException;
|
|
|
|
boolean zzG() throws RemoteException;
|
|
|
|
float zzd() throws RemoteException;
|
|
|
|
float zze() throws RemoteException;
|
|
|
|
int zzf() throws RemoteException;
|
|
|
|
int zzg() throws RemoteException;
|
|
|
|
int zzh() throws RemoteException;
|
|
|
|
IObjectWrapper zzi() throws RemoteException;
|
|
|
|
Cap zzj() throws RemoteException;
|
|
|
|
Cap zzk() throws RemoteException;
|
|
|
|
String zzl() throws RemoteException;
|
|
|
|
List zzm() throws RemoteException;
|
|
|
|
List zzn() throws RemoteException;
|
|
|
|
List zzo() throws RemoteException;
|
|
|
|
void zzp() throws RemoteException;
|
|
|
|
void zzq(boolean z) throws RemoteException;
|
|
|
|
void zzr(int i) throws RemoteException;
|
|
|
|
void zzs(Cap cap) throws RemoteException;
|
|
|
|
void zzt(boolean z) throws RemoteException;
|
|
|
|
void zzu(int i) throws RemoteException;
|
|
|
|
void zzv(@Nullable List list) throws RemoteException;
|
|
|
|
void zzw(List list) throws RemoteException;
|
|
|
|
void zzx(List list) throws RemoteException;
|
|
|
|
void zzy(Cap cap) throws RemoteException;
|
|
|
|
void zzz(IObjectWrapper iObjectWrapper) throws RemoteException;
|
|
} |