How use SKRoutingService for calculateRoute without clearing previous route that i use for navigation I just want know travel time for next rout but SKRoutingService clear my current rout that used for navigation.
Asked
Active
Viewed 61 times
1 Answers
0
If you want to calculate a route "in the background" then make the shouldBeRendered parameter false - the route will be calculated but it won't be rendered on the map.

Ando
- 11,199
- 2
- 30
- 46
-
i actual use shouldBeRendered = false for calculating. But old calculated and rendered path disappear. – Alex Apr 25 '16 at 12:49
-
Indeed - you are correct. I'll investigate some more – Ando Apr 25 '16 at 15:44