add adapter

This commit is contained in:
wangcongtao
2020-01-10 15:55:01 +08:00
parent 9bebd1379e
commit 3597505a34
4 changed files with 68 additions and 2 deletions

View File

@@ -39,6 +39,11 @@ public interface IMogoLocationClient {
*/
void removeLocationListener( IMogoLocationListener listener );
/**
* 返回上一次有效定位
*
* @return
*/
MogoLocation getLastKnowLocation();
void destroy();