Hi all,
I'm using MKMapView, and drawing polylines for routes.
Now I want to pull coordinates from an external API where I only get latitude and longitude based on provided 'ID'.
I'm adding pins like :
CLLocationCoordinate2D tCoord = CLLocationCoordinate2DMake(latitude,longitude)...