add adapter
This commit is contained in:
@@ -39,6 +39,11 @@ public interface IMogoLocationClient {
|
||||
*/
|
||||
void removeLocationListener( IMogoLocationListener listener );
|
||||
|
||||
/**
|
||||
* 返回上一次有效定位
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
MogoLocation getLastKnowLocation();
|
||||
|
||||
void destroy();
|
||||
|
||||
Reference in New Issue
Block a user