Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
###