update location manager

This commit is contained in:
Jungpyo Hong 2021-05-03 07:09:09 -05:00 committed by GitHub
parent c0ec74cfd4
commit aaaa1b83a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
- [Image Picker](#Image-Picker)
- [File Manager](#File-Manager)
- [Video Downloader](#Video-Downloader)
- [Location Manager](#Location-Manager)
- [API](#API)
- [JSON](#JSON)
- [Third Party Library](#Third-Party-Library)
@ -303,6 +304,10 @@ self.videoManager.downloadVideoLinkAndCreateAsset(text)
```
Good To GO 👏👏👏
## Location Manager
- [Location Manager](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/LocationManager.swift)
## API
API(Application Programming Interface) is an interface that defines interactions between multiple software applications or mixed hardware-software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc.