Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.google.android.gms.maps;
|
||||
|
||||
import android.location.Location;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface LocationSource {
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface OnLocationChangedListener {
|
||||
void onLocationChanged(Location location);
|
||||
}
|
||||
|
||||
void activate(OnLocationChangedListener onLocationChangedListener);
|
||||
|
||||
void deactivate();
|
||||
}
|
||||
Reference in New Issue
Block a user