ActiveReports 12
GetTile Method (IMapTileProvider)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace > IMapTileProvider Interface : GetTile Method
Tile identifier
Success result handler.
Error handler.
Get instance of tile by specified coordinates and level of detalization
Syntax
'Declaration
 
Sub GetTile( _
   ByVal key As MapTileKey, _
   ByVal success As Action(Of IMapTile), _
   ByVal error As Action(Of Exception) _
) 
void GetTile( 
   MapTileKey key,
   Action<IMapTile> success,
   Action<Exception> error
)

Parameters

key
Tile identifier
success
Success result handler.
error
Error handler.
See Also

Reference

IMapTileProvider Interface
IMapTileProvider Members