Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sejas/swift-anythingmap
Show a list of points in a map from Webservices.
https://github.com/sejas/swift-anythingmap
Last synced: about 3 hours ago
JSON representation
Show a list of points in a map from Webservices.
- Host: GitHub
- URL: https://github.com/sejas/swift-anythingmap
- Owner: sejas
- Created: 2016-04-01T21:02:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T11:36:54.000Z (over 8 years ago)
- Last Synced: 2025-01-01T15:42:16.672Z (2 days ago)
- Language: Swift
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swift-anythingmap
Show a list of points in a map from Webservices.# APIS
## Udacity
### Login
### Logout
### Get User Info## Parse
### Get Locations
```
[{
createdAt = "2016-03-13T14:28:22.933Z";
firstName = "Example Name";
lastName = "Lastname";
latitude = "31.31961674536735";
longitude = "-100.0768885";
mapString = texas;
mediaURL = "http://www.example.com";
objectId = fuxozZ6wkQ;
uniqueKey = fuxozZ6wkQ;
updatedAt = "2016-04-12T18:07:58.098Z";
}]
```
### Post Locations
###