what-the-bank/sources/com/google/android/gms/internal/maps/zzz.java

69 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 com.google.android.gms.maps.model.LatLng;
import com.google.android.gms.maps.model.PatternItem;
import java.util.List;
/* loaded from: classes2.dex */
public interface zzz extends IInterface {
int getColor() throws RemoteException;
Cap getEndCap() throws RemoteException;
String getId() throws RemoteException;
int getJointType() throws RemoteException;
List<PatternItem> getPattern() throws RemoteException;
List<LatLng> getPoints() throws RemoteException;
Cap getStartCap() throws RemoteException;
float getWidth() throws RemoteException;
float getZIndex() throws RemoteException;
boolean isClickable() throws RemoteException;
boolean isGeodesic() throws RemoteException;
boolean isVisible() throws RemoteException;
void remove() throws RemoteException;
void setClickable(boolean z) throws RemoteException;
void setColor(int i) throws RemoteException;
void setEndCap(Cap cap) throws RemoteException;
void setGeodesic(boolean z) throws RemoteException;
void setJointType(int i) throws RemoteException;
void setPattern(List<PatternItem> list) throws RemoteException;
void setPoints(List<LatLng> list) throws RemoteException;
void setStartCap(Cap cap) throws RemoteException;
void setVisible(boolean z) throws RemoteException;
void setWidth(float f) throws RemoteException;
void setZIndex(float f) throws RemoteException;
boolean zzb(zzz zzzVar) throws RemoteException;
void zze(IObjectWrapper iObjectWrapper) throws RemoteException;
int zzj() throws RemoteException;
IObjectWrapper zzk() throws RemoteException;
}