I'm encountering two issues when using HERE SDK for Android, they may be related or may not be, but I'm not entirely sure:
- Route calculation waypoint limit
There's a limit to the amount of waypoints that can be used when calculating a route (Roughly 200?), where the following error is given when trying to calculate such a route that exceeds this limit:
[routing] <head><title>414 Request-URI Too Large</title></head>
[routing] <body>
[routing] <center><h1>414 Request-URI Too Large</h1></center>
[routing] <hr><center>openresty</center>
[routing] </body>
[routing] </html>
[routing] , error code: 414
Is there a way around for this? I've tried separating the route into multiple segments and calculating them but I'd much prefer if it was just one route instead.
- Simulation stoppage
When navigating long routes through the simulator, at some point the simulator stops feeding location data to the visual navigator, no errors or logs what so ever, it just stops randomly and stays there. Seomtimes it's easier to recreate this issue by making the simulator speed really fast (20, etc.), any idea why this occurs?