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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey" class="text-break">MapTileKey Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the tile identifier.</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_MapTileKey_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct MapTileKey</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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey__ctor_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.#ctor(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey__ctor_System_Int32_System_Int32_System_Int32_">MapTileKey(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.html">MapTileKey</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_MapTileKey_Col" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.Col">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.Col.html">Col</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X coordinate (column in layer grid).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_LevelOfDetail" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.LevelOfDetail">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.LevelOfDetail.html">LevelOfDetail</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the level of detail.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_Row" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.Row">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.Row.html">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y coordinate (row in layer grid).</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_MapTileKey_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.Equals.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this instance and a specified object are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_GetHashCode" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.GetHashCode.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_ToQuadKey" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.ToQuadKey">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.ToQuadKey.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_ToQuadKey">ToQuadKey()</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the quad key (unique identifier) for the provided x, y, and level of detail values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_ToWorldPos" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.ToWorldPos">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.ToWorldPos.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_ToWorldPos">ToWorldPos()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tile's center latitude and longitude.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_MapTileKey_op_Equality_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.op_Equality(GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey,GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.op_Equality.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_op_Equality_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_">operator ==(MapTileKey, MapTileKey)</a>
        </td>
        <td class="markdown level1 summary"><p>Equality operator implementation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_op_Inequality_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.op_Inequality(GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey,GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapTileKey.op_Inequality.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_op_Inequality_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Map_MapTileKey_">operator !=(MapTileKey, MapTileKey)</a>
        </td>
        <td class="markdown level1 summary"><p>Inequality operator implementation.</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>
