extends realTimeProvider
This commit is contained in:
@@ -16,8 +16,13 @@ public interface IRealTimeProvider {
|
||||
List<ADASRecognizedResult> getLastADASRecognizedResult();
|
||||
|
||||
/**
|
||||
* 发送消息,由外部传入
|
||||
* 发送自车定位信息,由外部传入
|
||||
*/
|
||||
List<CloudLocationInfo> getLocationMsg();
|
||||
|
||||
/**
|
||||
* 自车定位信息 精度
|
||||
* @see com.mogo.realtime.entity.LocationResult dataAccuracy 字段
|
||||
*/
|
||||
int getLocationAccuracy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user