INVALID_NUM
限定符和类型 | 方法和说明 |
---|---|
GeoPoint |
getLocation()
获取车辆当前经纬度坐标
|
float |
getSoc()
获取当前剩余电量, 单位:千瓦, 必须大于0
|
static EVRange.Query |
newQuery(GeoPoint geoPoint,
int soc)
车辆行驶范围查询参数
|
void |
setLocation(GeoPoint location)
设置车辆当前经纬度坐标
|
void |
setSoc(float soc)
设置当前剩余电量, 单位:千瓦, 必须大于0
|
getGuid, getInCoorSys, getLang, getOutCoorSys, setGuid, setInCoorSys, setLang, setOutCoorSys
public static EVRange.Query newQuery(GeoPoint geoPoint, int soc)
geoPoint
- 当前车的定位soc
- 当前剩余电量, 单位:千瓦, 必须大于0RouteMatch.Query
public GeoPoint getLocation()
public void setLocation(GeoPoint location)
location
- GeoPoint车辆当前经纬度坐标public float getSoc()
public void setSoc(float soc)
soc
- 当前剩余电量©2017-2019 四维智联科技有限公司 版权所有 京ICP证 030779-2号-1京公网安备 11010502030327号