11 lines
302 B
Java
11 lines
302 B
Java
package com.google.android.gms.maps.internal;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.maps.model.LatLng;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface zzan extends IInterface {
|
|
void onMapLongClick(LatLng latLng) throws RemoteException;
|
|
}
|