[]
Initializes a new QuadTreeTileSource.
protected QuadTreeTileSource(string uriFormat, string code, int size, int tileSize)
| Type | Name | Description |
|---|---|---|
| string | uriFormat | A string with the format of the tile URLs. It must have two string.Format place holder. The first is for the server number (a random number from 0 to 3), the second parameter is the quad tree access string. |
| string | code | A four character string containing the characters for the tiles in the following order: upper left, lower left, upper right and lower right. |
| int | size | The side length in pixels of the source image at the maximum zoom level. |
| int | tileSize | The side length, in pixels, of a tile. |