[]
        
(Showing Draft Content)

C1.FlexMap.ITileSource.GetTile

GetTile Method

GetTile(int, int, int, out string, out object)

Gets the uri for the specified tile.

Declaration
void GetTile(int level, int x, int y, out string uri, out object image)
Parameters
Type Name Description
int level

The zoom level of the tile.

int x

The row index of the tile.

int y

The column index of the tile.

string uri

The uri of the tile.

object image

The image of the tile. The uri is ignored if the tile image is returned.