package com.google.android.gms.maps.internal; import android.location.Location; import android.os.IInterface; import android.os.RemoteException; /* JADX INFO: compiled from: com.google.android.gms:play-services-maps@@19.0.0 */ /* JADX INFO: loaded from: classes2.dex */ public interface zzbd extends IInterface { void zzb(Location location) throws RemoteException; }