轨迹纠偏
MatchRoad类
根据车辆的GPS数据(最少10个轨迹点,距离大于50米),返回这些轨迹点所在的道路基本信息和当前路况信息,返回周边的地标性poi。
构造函数 | 说明 |
---|---|
nimap.service.MatchRoad(MatchRoadOptions) |
MatchRoadOptions | 类型 | 说明 |
---|---|---|
source | String | 收集轨迹数据来源,手机:phone,车载导航仪:carnavi,智能佩戴:swear |
方法 | 返回值 | 说明 |
---|---|---|
search(lonlats:Array,function(result)) | 根据轨迹点串进行匹路 |