[]
        
(Showing Draft Content)

C1.FlexMap.ITileSource

ITileSource Interface

Represents the tile source for the C1.FlexMap.TileLayer.

Namespace: C1.FlexMap
Assembly: C1.Win.Map.4.8.dll
Syntax
public interface ITileSource

Properties

Name Description
TileHeight

The pixels height of the tile image.

TileWidth

The pixels width of the tile image.

Methods

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

Gets the uri for the specified tile.