mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-12 13:47:45 +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;
|
||||
|
||||
import com.google.android.gms.dynamic.IObjectWrapper;
|
||||
|
||||
interface IOnMyLocationChangeListener {
|
||||
void onMyLocationChanged(IObjectWrapper location);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user