Interface ITileWalker
Defines a strategy for walking through all the possible tiles for a given tiled map or tile set
Namespace: OSGeo.MapGuide.MaestroAPI.Tile
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface ITileWalker
Properties
| Improve this Doc View SourceResourceID
The resource id of the map definition or tile set
Declaration
string ResourceID { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetTileList()
Computes the list of all possible tiles to request
Declaration
TileRef[] GetTileList()
Returns
Type | Description |
---|---|
TileRef[] |