[]
Represents the tile source for the C1.FlexMap.TileLayer.
public interface ITileSource
| Name | Description |
|---|---|
| TileHeight | The pixels height of the tile image. |
| TileWidth | The pixels width of the tile image. |
| Name | Description |
|---|---|
| GetTile(int, int, int, out string, out object) | Gets the uri for the specified tile. |