# C1.WPF.Maps.VirtualEarthSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_VirtualEarthSource" data-uid="C1.WPF.Maps.VirtualEarthSource" class="text-break">VirtualEarthSource Class
</h1>
  <div class="markdown level0 summary"><p>Base class for Virtual Earth sources.</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"><a class="xref" href="C1.WPF.Maps.MultiScaleTileSourceBase.html">MultiScaleTileSourceBase</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.html">MultiScaleTileSource</a></div>
    <div class="level3"><a class="xref" href="C1.WPF.Maps.QuadTreeTileSource.html">QuadTreeTileSource</a></div>
    <div class="level4"><span class="xref">VirtualEarthSource</span></div>
      <div class="level5"><a class="xref" href="C1.WPF.Maps.VirtualEarthAerialSource.html">VirtualEarthAerialSource</a></div>
      <div class="level5"><a class="xref" href="C1.WPF.Maps.VirtualEarthHybridSource.html">VirtualEarthHybridSource</a></div>
      <div class="level5"><a class="xref" href="C1.WPF.Maps.VirtualEarthRoadSource.html">VirtualEarthRoadSource</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Maps.html">C1.WPF.Maps</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Maps.dll</h6>
  <h5 id="C1_WPF_Maps_VirtualEarthSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class VirtualEarthSource : QuadTreeTileSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class VirtualEarthSource
    Inherits QuadTreeTileSource</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_WPF_Maps_VirtualEarthSource__ctor_System_String_" data-uid="C1.WPF.Maps.VirtualEarthSource.#ctor(System.String)">
          <a class="xref" href="C1.WPF.Maps.VirtualEarthSource.-ctor.html#C1_WPF_Maps_VirtualEarthSource__ctor_System_String_">VirtualEarthSource(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.WPF.Maps.VirtualEarthSource.html">VirtualEarthSource</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VirtualEarthSource__ctor_System_String_System_String_" data-uid="C1.WPF.Maps.VirtualEarthSource.#ctor(System.String,System.String)">
          <a class="xref" href="C1.WPF.Maps.VirtualEarthSource.-ctor.html#C1_WPF_Maps_VirtualEarthSource__ctor_System_String_System_String_">VirtualEarthSource(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.WPF.Maps.VirtualEarthSource.html">VirtualEarthSource</a>.</p>
</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_WPF_Maps_VirtualEarthSource_ApplicationId" data-uid="C1.WPF.Maps.VirtualEarthSource.ApplicationId">
          <a class="xref" href="C1.WPF.Maps.VirtualEarthSource.ApplicationId.html#C1_WPF_Maps_VirtualEarthSource_ApplicationId">ApplicationId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Bing maps key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VirtualEarthSource_MapStyle" data-uid="C1.WPF.Maps.VirtualEarthSource.MapStyle">
          <a class="xref" href="C1.WPF.Maps.VirtualEarthSource.MapStyle.html#C1_WPF_Maps_VirtualEarthSource_MapStyle">MapStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the MapStyle of the Source.</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_WPF_Maps_VirtualEarthSource_GetTileLayers_System_Int32_System_Int32_System_Int32_System_Collections_Generic_IList_System_Object__" data-uid="C1.WPF.Maps.VirtualEarthSource.GetTileLayers(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IList{System.Object})">
          <a class="xref" href="C1.WPF.Maps.VirtualEarthSource.GetTileLayers.html#C1_WPF_Maps_VirtualEarthSource_GetTileLayers_System_Int32_System_Int32_System_Int32_System_Collections_Generic_IList_System_Object__">GetTileLayers(int, int, int, IList&lt;object&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_VirtualEarthSource_Initialize" data-uid="C1.WPF.Maps.VirtualEarthSource.Initialize">
          <a class="xref" href="C1.WPF.Maps.VirtualEarthSource.Initialize.html#C1_WPF_Maps_VirtualEarthSource_Initialize">Initialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize the source.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
