From the course: Advanced iOS App Development: MapKit & Core Location

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Why MapKit?

Why MapKit? - iOS Tutorial

From the course: Advanced iOS App Development: MapKit & Core Location

Start my 1-month free trial

Why MapKit?

- [Instructor] Why use a Maps API? Maps and location data show you where something is, show you what's around it, where you are, and what's around you. Maps can also give you directions. You can also collect historical data to find where you have been, including the starting location, the distance between points, the speed, and heading to get there. Map data can show you the path you took in an activity app. Such as biking, boating, running, or walkign. There's two popular Map APIs in IOS. Apple Maps and Google Maps. There's advantages and disadvantages in both. For Google, the biggest disadvantage is Google may charge you for the use of the API. MapKit doesn't, MapKit is completely integrated into IOS and Swift and Objective C. You turn it on, include a library in your code, and you go. Google requires a library and an API key. Google is a bit more universal, so it may be easier to port your app to Android. Since it is integrated with IOS you can use MapKit and Swift playgrounds for…

Contents