I want to add annotations to a route between 2 locations on the map. That annotation would be like checkmark in Google Map. I have drawn route using MKPolyline. Now to add several annotations what should I do?
Am a newbie. so please dont mind me asking this question.
Thanks in advance.
As, I think that this was a good question and many have faced this, I am giving its answer.
We need to implement this delegate method of
MKAnnotationView..Also we need to have an array of all the annotation in the route like this..
this will load all the annotations between the route.
May this will help others..
Happy Coding…