ver. 1956 (2333616)
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

Get cache map tile
:: services/caches/map/tile method

Minimum Authentication: Level 3 (see Authentication Levels)
https://www.opencaching.ro/okapi/services/caches/map/tile

CLOSED BETA version. Due to long-term performance tests, currently this method is not publicly accessible. Let us know if you're interested in using it.

Use this method to retrieve a tile-map of all caches included in your search result.

z required Zoom level (0..21).
x required Tile number on the X axis.
y required Tile number on the Y axis.
view_user_uuid optional

Default value: null

ID of the user who's map view is requested. The current effect of this parameter is that caches found or owned by the user will be marked on the map. OCPL installations will also hide caches ignored by the user. If view_user_uuid is omitted, the UUID will be extracted from the access token.

min_store optional Inherited from services/caches/search/save method.
ref_max_age optional Inherited from services/caches/search/save method.
type optional Inherited from services/caches/search/save method.
status optional Inherited from services/caches/search/save method.
owner_uuid optional Inherited from services/caches/search/save method.
name optional Inherited from services/caches/search/save method.
terrain optional Inherited from services/caches/search/save method.
difficulty optional Inherited from services/caches/search/save method.
size optional Inherited from services/caches/search/save method.
size2 optional Inherited from services/caches/search/save method.
rating optional Inherited from services/caches/search/save method.
min_rcmds optional Inherited from services/caches/search/save method.
min_founds optional Inherited from services/caches/search/save method.
max_founds optional Inherited from services/caches/search/save method.
modified_since optional Inherited from services/caches/search/save method.
found_status optional Inherited from services/caches/search/save method.
found_by optional Inherited from services/caches/search/save method.
not_found_by optional Inherited from services/caches/search/save method.
watched_only optional Inherited from services/caches/search/save method.
exclude_ignored optional Inherited from services/caches/search/save method.
ignored_status optional Inherited from services/caches/search/save method.
exclude_my_own optional Inherited from services/caches/search/save method.
with_trackables_only optional Inherited from services/caches/search/save method.
ftf_hunter optional Inherited from services/caches/search/save method.
powertrail_only optional Inherited from services/caches/search/save method.
powertrail_ids optional Inherited from services/caches/search/save method.
set_and optional Inherited from services/caches/search/save method.
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:

The PNG image with the requested map tile.