ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapTileProvider Interface / GetTile Method
The tile identifier.
The success result handler.
The error handler.

In This Topic
    GetTile Method
    In This Topic
    Gets an instance of a tile by specified coordinates and level of detail.
    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
    The tile identifier.
    success
    The success result handler.
    error
    The error handler.
    See Also