Location Management Technical Specifications
CloudMade's Location Management service gives developers ability to save and search users locations along with a name, description, tags and photo.
- Intuitive RESTful API that allows users to to work with locations
-
Developer friendly request and response formats include JSON and XML
-
Add location:
-
input parameters:
- User token. Read more about tokens. Example
- XML or JSON file witch has location information. Example
-
output data:
- created location ID
-
input parameters:
-
Search for location:
-
input data:
- User token
- Location name or tag or bounding box
-
output data:
- location information in XML or JSON. Read more about output file's format
-
input data:
-
Add location:
For more technical details about CloudMade's Location Management service, visit the Developer Zone.