# C1.Web.Mvc.Fluent.MapLayerListFactory-3.AddGeoMapLayer

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_MapLayerListFactory_3_AddGeoMapLayer_" data-uid="C1.Web.Mvc.Fluent.MapLayerListFactory`3.AddGeoMapLayer*">AddGeoMapLayer Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_MapLayerListFactory_3_AddGeoMapLayer_" data-uid="C1.Web.Mvc.Fluent.MapLayerListFactory`3.AddGeoMapLayer*"></a>
<h4 id="C1_Web_Mvc_Fluent_MapLayerListFactory_3_AddGeoMapLayer" data-uid="C1.Web.Mvc.Fluent.MapLayerListFactory`3.AddGeoMapLayer">AddGeoMapLayer()</h4>
<div class="markdown level1 summary"><p>Add a GeoMapLayer to the layers list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GeoMapLayerBuilder&lt;T&gt; AddGeoMapLayer()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddGeoMapLayer() As GeoMapLayerBuilder(Of T)</code></pre>
</div>
<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="C1.Web.Mvc.Fluent.GeoMapLayerBuilder-1.html">GeoMapLayerBuilder</a>&lt;T&gt;</td>
      <td><p>The layer builder</p>
</td>
    </tr>
  </tbody>
</table>
</div>
