1

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.

Alex
  • 33
  • 3

1 Answers1

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