Skip To Content
ArcGIS Developer
Dashboard

Vector Tile Resource Info

Description

This resource returns relative paths to a list of resource files.

Example usage

Note: This is an example URL only and is not an active link to an existing attachment.

https://services.myserver.com/arcgis/rest/services/Hosted/World/VectorTileServer/resources/info

JSON Response example


      {  
      "resourceInfo": [
       "../fonts/Arial Regular/0-255.pbf",
       "../fonts/Arial Regular/256-511.pbf",
       "../fonts/Arial Regular/512-767.pbf",
       "../fonts/Arial Regular/768-1023.pbf",
       "../fonts/Arial Regular/1024-1279.pbf",
       "../fonts/Arial Regular/1280-1535.pbf",
       "../fonts/Arial Regular/1536-1791.pbf",
       "../fonts/Arial Regular/1792-2047.pbf",
       "../fonts/Arial Regular/2048-2303.pbf", 
       "../sprites/sprite.json",
       "../sprites/sprite.png",
       "../sprites/sprite@2x.json",
       "../sprites/sprite@2x.png"]
       }