Tiles are the images that comprise the map. As the user zooms, the map loads a new tile layer of the tile pyramid.
Most maps start at zoom level 16 (Z) and get more detailed as the the zoom gets higher. Many maps only have tiles up to zoom level 20 or 21. A few very detailed maps may have zoom level 25.
Many mapping libraries support tile pyramids, I.E. filling in these values /{z}/{x}/{y}as the user pans and scrolls. Included libraries are leaflet, mapbox gl, google maps, and many more.
NOTE: The example maps that come with your account don't work for this API because you don't own those maps. Please visit this page for an example dataset.
Example Response
template: This is the tile url template DroneDeploy uses to fetch tiles on the map as the user scrolls around. Z represents the zoom level, X and Y represent the coordinates in mercator projection.