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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider" class="text-break">IMapTileProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the provider of tiles for a particular tile layer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMapTileProvider</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider_Copyright" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.Copyright">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.Copyright.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider_Copyright">Copyright</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the copyright information displayed for the tile provider.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider_Settings" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.Settings">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.Settings.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_IMapTileProvider_Settings">Settings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tile provider settings, such as ApiKey, Language, Style, etc.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td 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})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.GetTile.html#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;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an instance of a tile by specified coordinates and level of detail.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
