Trace a route in a MapView iOS

I'm trying to draw a route in a mapView from an Array with locacions.

I have been looking for in Google and I found that it could be possible using KML files and KML Parser library of Apple. I have tested and it works but I don't know how can I generare the KML file from my array.

I don't know if it's the best way I should take. Otherwise please could you help me to do what I'm trying to do.

Thanks!

Upvotes: 0

Views: 1523

Answers (1)

akshay1188
akshay1188

Reputation: 1667

Try this project on github

It has a module on showing routes with other stuff

Upvotes: 1

Related Questions