require(["esri/layers/TileInfo"], function(TileInfo) { /* code goes here */ });
Description
Samples
Search for
samples that use this class.
Constructors
Properties
Methods
toJson() | Object | Converts object to its ArcGIS Server JSON representation. |
Constructor Details
Creates a new object describing the given tiling scheme. (Added at v3.4)
Parameters:
<Object > properties |
Required |
Properties describing the tiling scheme. |
Property Details
The dpi of the tiling scheme.
Image format of the cached tiles. Valid values are png8, png24, png32, and jpg.
Height of each tile in pixels.
An array of levels of detail that define the tiling scheme.
The tiling scheme origin.
Width of each tile in pixels.
Method Details
Converts object to its ArcGIS Server JSON representation. (Added at v3.4)