ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapTileProvider Interface / GetTile Method
Tile identifier
Success result handler.
Error handler.

In This Topic
    GetTile Method
    In This Topic
    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