android百度地图线路规划之后怎么获取每段路线的详细信息呢
展开全部
route为路线规划结果
List<DrivingStep> step=route.getAllStep();
LatLng nodeLocation = null;//地理坐标点
String nodeTitle = null;
nodeLocation=step.get(index).getEntrace().getLocation();
nodeTitle=step.get(index).getInstructions();
其中nodeTitle为每个路段的详细信息
List<DrivingStep> step=route.getAllStep();
LatLng nodeLocation = null;//地理坐标点
String nodeTitle = null;
nodeLocation=step.get(index).getEntrace().getLocation();
nodeTitle=step.get(index).getInstructions();
其中nodeTitle为每个路段的详细信息
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以分段浏览
更多追问追答
追问
真心不明白怎么做,
这些米数,右转进入什么路啊这些信息如何获取呢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.com
追问
?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询