Maps Series: Tutorial 4 📝
Tutorial 1 Link: • How to get current user's location and add...
Tutorial 2 Link: • How to use Places API and Directions API a...
Tutorial 3 Link: • How to get current user's location and add...
In this tutorial we'll see how to capture the current user's location and then use Geocoding to fetch the coordinates of the location that the user desires and show the route to that location using MKDirections API.
This tutorial is the fourth in the series of implementing various types of Maps in Swift, so make sure you have subscribed 👆to our channel and you have hit the notification button 🔔
📌Recap of Tutorial 3 from 00:26
📌Adding CLGeocoder from 03:34
📌Querying the CLGeocoder from 04:04
📌Parsing the response from CLGeocoder from 04:57
📌Fetching the coordinate from CLGeocoder from 09:46
📌Querying the MKDirections API from 10:34
📌Plotting the response from MKDirections into MapView from 14:35
📌Adding the Map Renderer from 18:26
📌Demo, Showing MapView with MKDirections from 22:40
We upload new videos every week!
Please reach out to me on the comments section if you have any doubts on this topic. Also, please Like & Subscribe the Channel and help us being part of your journey to learn Swift. Cheers until the next video!
#Geocoding #AppleMaps #MKDirections #Swift #Geocoder