Add IOnMyLocationChangeListener API

This commit is contained in:
mar-v-in 2015-12-03 19:17:35 -08:00
parent 609e53a7d3
commit fbe903fbcb
1 changed files with 3 additions and 0 deletions

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);
}