Commit 9ab888ff authored by oscar's avatar oscar

提交接口变动

parent 2e34eb64
......@@ -266,8 +266,9 @@ int JfxEvents::CalculateMap(ObjInfoAll& objAll, TrkObj& sendObj)
#ifdef _USING_THIRD_MAP_
int ids = 0;
m_OfflineMap->GetMapIDS(ptInLoc, ids);
m_OfflineMap->GetMapIDS(ptInLoc,dOutLaneAngle, ids);
sendObj.laneId = ids;
SDK_LOG(SDK_INFO,"m_OfflineMap->GetMapIDS = %d,lon = %.8f,lat = %.8f",sendObj.laneId,ptInLoc.dLon,ptInLoc.dLat);
#endif
//赋值给发送的数据,之前没有后面加入的
sendObj.roadId = lOutRaodId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment