0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2025-01-03 14:11:00 +00:00

Add IOnMyLocationChangeListener API

This commit is contained in:
mar-v-in 2015-12-03 19:17:35 -08:00
parent 609e53a7d3
commit fbe903fbcb

View file

@ -1,4 +1,7 @@
package com.google.android.gms.maps.internal;
import com.google.android.gms.dynamic.IObjectWrapper;
interface IOnMyLocationChangeListener {
void onMyLocationChanged(IObjectWrapper location);
}