mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-11 06:39:25 +01:00
Add IOnMyLocationChangeListener API
This commit is contained in:
parent
609e53a7d3
commit
fbe903fbcb
@ -1,4 +1,7 @@
|
|||||||
package com.google.android.gms.maps.internal;
|
package com.google.android.gms.maps.internal;
|
||||||
|
|
||||||
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
||||||
|
|
||||||
interface IOnMyLocationChangeListener {
|
interface IOnMyLocationChangeListener {
|
||||||
|
void onMyLocationChanged(IObjectWrapper location);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user