Any turn-by-turn navigation SDK that can handle thousands of waypoints for one run??

directionsdeveloper

New member
Apr 7, 2020
1
0
0
Visit site
I need a turn-by-turn navigation SDK for Android that can take thousands of points. I have vehicles that need to go on routes and hit thousands of points because they have to go into many residential areas and reach the end of each road they're meant to reach. The idea is that the route is driven by one driver, then the route that has now been mapped is driven by another driver. I was using HERE Android SDK but there's a "safe upper limit" of 128 waypoints that can be passed in. I've looked up others and the ones I've found are worse. TomTom has a limit of 50, MapBox 25.

One route might have 10,000 waypoints. Initially I tried dividing the routes into 128 waypoint routes but this isn't practical because the waypoint after the 128th is calculated while the route is being driven, which is dangerous depending on where the driver is. What options are out there for this?