[base_3.4.0-map-sdk]
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
package com.mogo.map.location;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
public interface IMogoGDLocationClient {
|
||||
|
||||
/**
|
||||
* 开始定位
|
||||
*/
|
||||
void start();
|
||||
void start(Context context);
|
||||
|
||||
/**
|
||||
* 停止定位
|
||||
|
||||
Reference in New Issue
Block a user