[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.GetTile

GetTile Method

GetTile(MapTileKey, Action<IMapTile>, Action<Exception>)

Gets an instance of a tile by specified coordinates and level of detail.

Declaration
void GetTile(MapTileKey key, Action<IMapTile> success, Action<Exception> error)
Parameters
Type Name Description
MapTileKey key

The tile identifier.

Action<IMapTile> success

The success result handler.

Action<Exception> error

The error handler.