[]
        
(Showing Draft Content)

C1.WPF.Maps.QuadTreeTileSource.-ctor

QuadTreeTileSource Constructor

QuadTreeTileSource(string, string, int, int)

Initializes a new QuadTreeTileSource.

Declaration
protected QuadTreeTileSource(string uriFormat, string code, int size, int tileSize)
Parameters
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.