[base_3.4.0-map-sdk]

This commit is contained in:
zhongchao
2023-08-18 18:42:12 +08:00
parent 10b5933c03
commit fc25630dc4
43 changed files with 644 additions and 790 deletions

View File

@@ -1,11 +1,13 @@
package com.mogo.map.location;
import android.content.Context;
public interface IMogoGDLocationClient {
/**
* 开始定位
*/
void start();
void start(Context context);
/**
* 停止定位