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

8 lines
159 B
Plaintext

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