# C1.FlexMap.TileItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_TileItem" data-uid="C1.FlexMap.TileItem" class="text-break">TileItem Class
</h1>
  <div class="markdown level0 summary"><p>Internal used. Represents the tile item for one tile image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">TileItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexMap.html">C1.FlexMap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_FlexMap_TileItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TileItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TileItem</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_FlexMap_TileItem__ctor" data-uid="C1.FlexMap.TileItem.#ctor">
          <a class="xref" href="C1.FlexMap.TileItem.-ctor.html#C1_FlexMap_TileItem__ctor">TileItem()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="C1_FlexMap_TileItem_Bounds" data-uid="C1.FlexMap.TileItem.Bounds">
          <a class="xref" href="C1.FlexMap.TileItem.Bounds.html#C1_FlexMap_TileItem_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds (in screen coordinates) of the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_TileItem_Col" data-uid="C1.FlexMap.TileItem.Col">
          <a class="xref" href="C1.FlexMap.TileItem.Col.html#C1_FlexMap_TileItem_Col">Col</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_TileItem_Image" data-uid="C1.FlexMap.TileItem.Image">
          <a class="xref" href="C1.FlexMap.TileItem.Image.html#C1_FlexMap_TileItem_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image of this tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_TileItem_Row" data-uid="C1.FlexMap.TileItem.Row">
          <a class="xref" href="C1.FlexMap.TileItem.Row.html#C1_FlexMap_TileItem_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index  of the tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_TileItem_Uri" data-uid="C1.FlexMap.TileItem.Uri">
          <a class="xref" href="C1.FlexMap.TileItem.Uri.html#C1_FlexMap_TileItem_Uri">Uri</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the uri of this tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_TileItem_ZoomLevel" data-uid="C1.FlexMap.TileItem.ZoomLevel">
          <a class="xref" href="C1.FlexMap.TileItem.ZoomLevel.html#C1_FlexMap_TileItem_ZoomLevel">ZoomLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the base zoom level of this tile.</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="C1_FlexMap_TileItem_ToQuadKey" data-uid="C1.FlexMap.TileItem.ToQuadKey">
          <a class="xref" href="C1.FlexMap.TileItem.ToQuadKey.html#C1_FlexMap_TileItem_ToQuadKey">ToQuadKey()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the quad key (unique identifier) for provided x, y and level of detail values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_TileItem_ToWorldPos" data-uid="C1.FlexMap.TileItem.ToWorldPos">
          <a class="xref" href="C1.FlexMap.TileItem.ToWorldPos.html#C1_FlexMap_TileItem_ToWorldPos">ToWorldPos()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets tile's center longitude and latitude.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
