- URL:https://Vector Tile Service/resources/sprites/sprite.json
https://Vector Tile Service/resources/sprites/sprite.png
https://Vector Tile Service/resources/sprites/sprite@2x.png - Version Introduced:10.4
 
Description
This resource returns a sprite image and metadata.
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/sprites/sprite.json
JSON Response example
{
	"Streetmap A/Water area/Swamp or marsh": {
		"x": 0,
		"y": 0,
		"width": 84,
		"height": 84,
		"pixelRatio": 1,
		"sdf": false
	},
	"Streetmap A/Water area/Playa": {
		"x": 84,
		"y": 0,
		"width": 66,
		"height": 61,
		"pixelRatio": 1,
		"sdf": false
	},
	"Streetmap A/Water area/Lake or river intermittent": {
		"x": 150,
		"y": 0,
		"width": 66,
		"height": 61,
		"pixelRatio": 1,
		"sdf": false
	}
}