ver. 1961 (3aab571)
services/apiref
services/apisrv
services/attrs
services/caches
services/caches/formatters
services/caches/map
services/caches/search
services/caches/shortcuts
services/logs
services/logs/images
services/oauth
services/replicate
services/users

Update personal coordinates of a geocache
:: services/caches/save_user_coords method

Minimum Authentication: Level 3 (see Authentication Levels)
http://ocpl.stefo.pl/okapi/services/caches/save_user_coords

This method allows your users to update the coordinates of their personal geocache coordinates.

Current personal coordinates for the geocache can be retrieved using the alt_wpts field in the services/caches/geocache method.

cache_code required

Code of the geocache

user_coords required

The coordinates are defined by a string in the format "lat|lon"

Use positive numbers for latitudes in the northern hemisphere and longitudes in the eastern hemisphere (and negative for southern and western hemispheres accordingly). These are full degrees with a dot as a decimal point (ex. "48.7|15.89").

format optional Standard common formatting argument.
callback optional Standard common formatting argument.
Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus required oauth_token for Token authorization.

Returned value:

A dictionary of the following structure:

  • success - true