I want to draw path from one location to other location. How to plot the path between two location.
I have coordinates(latitude,longitude) for both location.
How can i achieve this functionality?
Thanks,
Jim.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use google maps API to obtain path elements of the route and then draw them over the map. Also there’s a MapKit extension by Kishikawa Katsumi available for download on github that provides this functionality.