[]
Gets an instance of a tile by specified coordinates and level of detail.
void GetTile(MapTileKey key, Action<IMapTile> success, Action<Exception> error)
Type | Name | Description |
---|---|---|
MapTileKey | key | The tile identifier. |
Action<IMapTile> | success | The success result handler. |
Action<Exception> | error | The error handler. |