[2.13.0-arch-opt] merge

This commit is contained in:
zhongchao
2022-12-28 11:37:33 +08:00
parent ddeb1e306c
commit d9077e8847
97 changed files with 804 additions and 2003 deletions

View File

@@ -0,0 +1,20 @@
package com.mogo.map.location;
public interface IMogoGDLocationClient {
/**
* 开始定位
*/
void start();
/**
* 停止定位
*/
void stop();
/**
* 获取cityCode
*/
String getLastCityCode();
}