[2.13.0-arch-opt] merge
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.mogo.map.location;
|
||||
|
||||
public interface IMogoGDLocationClient {
|
||||
|
||||
/**
|
||||
* 开始定位
|
||||
*/
|
||||
void start();
|
||||
|
||||
/**
|
||||
* 停止定位
|
||||
*/
|
||||
void stop();
|
||||
|
||||
/**
|
||||
* 获取cityCode
|
||||
*/
|
||||
String getLastCityCode();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user