Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 763 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 763 Bytes

Apple Maps

Tracking user's location, showing address, and getting directions using MapKit and Core Location.

Usage:

Select one of three modes:

  1. Track your current location.
  2. Display address for selected location on map.
  3. Get directions to a selected location on map.

Technologies used:

  • MapKit, Core Location, and UIGestureRecognizer.