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

View File

@ -26,6 +26,7 @@
- [Image Picker](#Image-Picker) - [Image Picker](#Image-Picker)
- [File Manager](#File-Manager) - [File Manager](#File-Manager)
- [Video Downloader](#Video-Downloader) - [Video Downloader](#Video-Downloader)
- [Location Manager](#Location-Manager)
- [API](#API) - [API](#API)
- [JSON](#JSON) - [JSON](#JSON)
- [Third Party Library](#Third-Party-Library) - [Third Party Library](#Third-Party-Library)
@ -303,6 +304,10 @@ self.videoManager.downloadVideoLinkAndCreateAsset(text)
``` ```
Good To GO 👏👏👏 Good To GO 👏👏👏
## Location Manager
- [Location Manager](https://github.com/jphong1111/Useful_Swift/blob/main/Helper/LocationManager.swift)
## API ## 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. 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.