I am implementing map based application in iPhone sdk. I want to give functionality in map view like Google maps directoins. means is at some location from that he selects one pin from multiple pins from MKPinAnnotationView
. is it possible that user can get direction from his current location to selected pin location in MapView
? user can select any aanonations from that he can get directions in some way of line to his current location to pin location. i have get some idea from here
but this all was some static data you can download this example.
here also apple example. but this example is only for track & draw line for user movement.
is it possible that user can get direction from his current location to selected pin location in MapView
?
I have got all side idea from here this can be useful for other developers also. i have found some other examples also that can be also useful for other developers just google. you will find this is polyline link for user current location use this apple code