An open API service indexing awesome lists of open source software.

https://github.com/waterkimchi/zotmap

UCI Mobile Map Access for iOS devices
https://github.com/waterkimchi/zotmap

ios mapkit-swift swiftui uci

Last synced: 8 months ago
JSON representation

UCI Mobile Map Access for iOS devices

Awesome Lists containing this project

README

          

# Zot Map

iOS native app to view and access the University of California, Irvine campus map on your phone.

**This is an ongoing project and is not yet finalized for release. Please check back later for any updates.**

### Installing

Link will be updated for the iOS app on App Store.

Development installing:

1. download latest Xcode and make sure Xcode tools is installed.
```
xcode-select --install
```

2. copy project file using git clone.
```
git clone "https://github.com/waterkimchi/ZotMap.git"
```

## Built With

* [MapKit](https://developer.apple.com/documentation/mapkit/) - MapKit provided by iOS 17 update, used for overall map design.
* [UCI Map](https://map.uci.edu/?id=463#!s/) - Map reference used for various structures and buildings around campus.
* [PeterPortal](https://api.peterportal.org) - Course list API, modified to include coordinate data
* Xcode(SwiftUI) - Swift and Xcode has been used for this project.

## Authors

* **Hyunsu Lim** - *Initial work* - [waterkimchi](https://github.com/waterkimchi)

## Acknowledgments

* This project is an individual project and is not officially created by neither University of California nor UC Irvine. If there are any problems with copyright in the future, this project will be removed.