简体   繁体   中英

How to test Here Map Android SDK Navigation

Using HERE Mobile SDK for Android, we tried to test the navigation and created a GPS Feeder for mock locations. We get different results using position manager vs navigation

Using the position manager, we tracked the location as in this image ( click here )

Using the position listener from the navigation manager ( click here )

We also tried with HERE WeGo Android App from Android Play Store, and we had the same issues. But using Google Navigation, this issue didn't happen.

Do you know any other solution for Navigation testing?

Best for testing your navigation is to use navigationManager.simulate(navigationRoute, 60); Then you will be driving along the route, however, you cannot test how the route is being recalculated in case you don't follow the route.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM