This repository contains a simple SwiftUI application for iOS that displays the historic Route 66 with a sample list of points of interest. The app calculates directions between Chicago and Santa Monica using MapKit and marks notable locations along the route.
- Displays a map with the Route 66 polyline
- Shows sample points of interest along the road
- Allows users to view the route from Chicago, IL to Santa Monica, CA
Open the project in Xcode (iOS 15+ recommended) and run on a simulator or device. The app uses SwiftUI and MapKit and does not require additional dependencies.