11 lines
301 B
Java
11 lines
301 B
Java
package com.google.android.gms.internal.maps;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.maps.model.Tile;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface zzaf extends IInterface {
|
|
Tile getTile(int i, int i2, int i3) throws RemoteException;
|
|
}
|