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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider_GetTile_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.GetTile*">GetTile Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider_GetTile_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.GetTile*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider_GetTile_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_System_Action_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTile__System_Action_System_Exception__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.GetTile(GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey,System.Action{GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTile},System.Action{System.Exception})">GetTile(MapTileKey, Action&lt;IMapTile&gt;, Action&lt;Exception&gt;)</h4>
<div class="markdown level1 summary"><p>Gets an instance of a tile by specified coordinates and level of detail.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void GetTile(MapTileKey key, Action&lt;IMapTile&gt; success, Action&lt;Exception&gt; error)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.html">MapTileKey</a></td>
      <td><span class="parametername">key</span></td>
      <td><p>The tile identifier.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTile.html">IMapTile</a>&gt;</td>
      <td><span class="parametername">success</span></td>
      <td><p>The success result handler.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a>&gt;</td>
      <td><span class="parametername">error</span></td>
      <td><p>The error handler.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
