mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-03 14:11:00 +00:00
Add IOnMyLocationChangeListener API
This commit is contained in:
parent
609e53a7d3
commit
fbe903fbcb
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue