# GrapeCity.ActiveReports.Rendering.GraphicalRenderers.Map.TileProviders.TileProvidersManager.CreateTileProvider

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_GraphicalRenderers_Map_TileProviders_TileProvidersManager_CreateTileProvider_" data-uid="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.Map.TileProviders.TileProvidersManager.CreateTileProvider*">CreateTileProvider Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_GraphicalRenderers_Map_TileProviders_TileProvidersManager_CreateTileProvider_" data-uid="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.Map.TileProviders.TileProvidersManager.CreateTileProvider*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_GraphicalRenderers_Map_TileProviders_TileProvidersManager_CreateTileProvider_System_String_System_Boolean_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileStyle_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.Map.TileProviders.TileProvidersManager.CreateTileProvider(System.String,System.Boolean,GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileStyle,System.String)">CreateTileProvider(string, bool, MapTileStyle, string)</h4>
<div class="markdown level1 summary"><p>Create and configure specified tile provider</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IMapTileProvider CreateTileProvider(string name, bool useSecureConnection, MapTileStyle tileStyle, string tileLanguage)</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Invariant tile provider name</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">useSecureConnection</span></td>
      <td><p>Specifies if the secure connection have to be used.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileStyle.html">MapTileStyle</a></td>
      <td><span class="parametername">tileStyle</span></td>
      <td><p>The style of the tile.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">tileLanguage</span></td>
      <td><p>Language of the tile.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider.html">IMapTileProvider</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.Map.TileProviders.ITileProvidersManager.CreateTileProvider.html#GrapeCity_ActiveReports_Rendering_GraphicalRenderers_Map_TileProviders_ITileProvidersManager_CreateTileProvider_System_String_System_Boolean_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileStyle_System_String_">ITileProvidersManager.CreateTileProvider(string, bool, MapTileStyle, string)</a></div>
</div>
