68 lines
1.8 KiB
Java
68 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.LatLng;
|
||
|
import com.google.android.gms.maps.model.PatternItem;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface zzw extends IInterface {
|
||
|
int getFillColor() throws RemoteException;
|
||
|
|
||
|
List getHoles() throws RemoteException;
|
||
|
|
||
|
String getId() throws RemoteException;
|
||
|
|
||
|
List<LatLng> getPoints() throws RemoteException;
|
||
|
|
||
|
int getStrokeColor() throws RemoteException;
|
||
|
|
||
|
int getStrokeJointType() throws RemoteException;
|
||
|
|
||
|
List<PatternItem> getStrokePattern() throws RemoteException;
|
||
|
|
||
|
float getStrokeWidth() 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 setFillColor(int i) throws RemoteException;
|
||
|
|
||
|
void setGeodesic(boolean z) throws RemoteException;
|
||
|
|
||
|
void setHoles(List list) throws RemoteException;
|
||
|
|
||
|
void setPoints(List<LatLng> list) throws RemoteException;
|
||
|
|
||
|
void setStrokeColor(int i) throws RemoteException;
|
||
|
|
||
|
void setStrokeJointType(int i) throws RemoteException;
|
||
|
|
||
|
void setStrokePattern(List<PatternItem> list) throws RemoteException;
|
||
|
|
||
|
void setStrokeWidth(float f) throws RemoteException;
|
||
|
|
||
|
void setVisible(boolean z) throws RemoteException;
|
||
|
|
||
|
void setZIndex(float f) throws RemoteException;
|
||
|
|
||
|
boolean zzb(zzw zzwVar) throws RemoteException;
|
||
|
|
||
|
void zze(IObjectWrapper iObjectWrapper) throws RemoteException;
|
||
|
|
||
|
int zzj() throws RemoteException;
|
||
|
|
||
|
IObjectWrapper zzk() throws RemoteException;
|
||
|
}
|