11 lines
383 B
Java
11 lines
383 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;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-maps@@19.0.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public interface zzar extends IInterface {
|
|
void zzb(LatLng latLng) throws RemoteException;
|
|
} |