Multiple Waypoints in Apple Map

Is there a way to show routes between multiple points on an Apple map, for example using a google map?

multiple waypoints in google Map

+3


source to share


1 answer


As stated in MKMapItem documentation:

If you specify MKLaunchOptionsDirectionsModeKey option in launchOptions, the mapItems array must have at most two items in it. If the array contains one element, the Maps application generates directions from the users' current location to the location indicated by the map element. If the array contains two elements, the Maps application generates directions from the location of the first element to the location of the second element in the array.



So the answer is no.

0


source







All Articles