VancedMicroG/src/com/google/android/gms/location/internal/ILocationListener.aidl

8 lines
168 B
Plaintext

package com.google.android.gms.location.internal;
import android.location.Location;
interface ILocationListener {
void onLocationChanged(in Location location);
}