extends realTimeProvider

This commit is contained in:
zhongchao
2021-02-23 17:56:23 +08:00
parent 03e8c6cf3f
commit 3cedba9649
4 changed files with 22 additions and 10 deletions

View File

@@ -16,8 +16,13 @@ public interface IRealTimeProvider {
List<ADASRecognizedResult> getLastADASRecognizedResult();
/**
* 发送息,由外部传入
* 发送自车定位信息,由外部传入
*/
List<CloudLocationInfo> getLocationMsg();
/**
* 自车定位信息 精度
* @see com.mogo.realtime.entity.LocationResult dataAccuracy 字段
*/
int getLocationAccuracy();
}