Reputation: 9979
I am using CSMapAnnotation classes for different purposes. Now I have to show route between two locations. I do have latitude and longitude for both of the locations.
Can any one please help the best way to achieve that ?
Upvotes: 1
Views: 996
Reputation: 4738
You can use this example:
It will call the routing api and parse the result.
Then a new layer is added above the map with the route between A and B.
Upvotes: 1