我在https://github.com/heremaps/here-ios-sdk-examples的帮助下整合了转弯导航。 但我没有找到代码为turnManeuver true left -right,speed,locationtname等,如下图所示。
我也阅读了这份文件https://developer.here.com/mobile-sdks/documentation/ios-premium/topics/map-guidance.html。但我没有得到更多关于左转,速度,时间的细节。
需要将顶栏编写为写入NMAManeuver左,右,名称,距离等
需要将底栏编码为速度,时间距离
请提供一些源代码,以帮助我按照图像进行集成。感谢。
答案 0 :(得分:0)
为此功能提供整个应用程序源超出了StackOverflow的范围。您可以通过GitHub上的HERE团队申请此扩展。但是为了让你开始,你已经在寻找所有正确的地方,这只是阅读更多文档的问题。
NMANavigationManager::nextManeuver
,返回的NMAManeuver
对象包含您想要的所有信息,例如roadName
,nextRoadName
,distanceFromPreviousManeuver
,roadName
,... NMANavigationManager::averageSpeed
,timeToArrival
,distanceToDestination
更多信息: