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.LatLngBounds; /* loaded from: classes2.dex */ public interface zzk extends IInterface { float getBearing() throws RemoteException; LatLngBounds getBounds() throws RemoteException; float getHeight() throws RemoteException; String getId() throws RemoteException; LatLng getPosition() throws RemoteException; float getTransparency() throws RemoteException; float getWidth() throws RemoteException; float getZIndex() throws RemoteException; boolean isClickable() throws RemoteException; boolean isVisible() throws RemoteException; void remove() throws RemoteException; void setBearing(float f) throws RemoteException; void setClickable(boolean z) throws RemoteException; void setDimensions(float f) throws RemoteException; void setPosition(LatLng latLng) throws RemoteException; void setPositionFromBounds(LatLngBounds latLngBounds) throws RemoteException; void setTransparency(float f) throws RemoteException; void setVisible(boolean z) throws RemoteException; void setZIndex(float f) throws RemoteException; void zza(float f, float f2) throws RemoteException; boolean zzb(zzk zzkVar) throws RemoteException; void zze(IObjectWrapper iObjectWrapper) throws RemoteException; void zzf(IObjectWrapper iObjectWrapper) throws RemoteException; int zzj() throws RemoteException; IObjectWrapper zzk() throws RemoteException; }