# C1.FlexMap.GeoMultiPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_GeoMultiPoint" data-uid="C1.FlexMap.GeoMultiPoint" class="text-break">GeoMultiPoint Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geospatial multi point.</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.FlexMap.GeoGeometry.html">GeoGeometry</a></div>
    <div class="level2"><a class="xref" href="C1.FlexMap.GeoGeometryCollection.html">GeoGeometryCollection</a></div>
    <div class="level3"><span class="xref">GeoMultiPoint</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.4.8.dll</h6>
  <h5 id="C1_FlexMap_GeoMultiPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class GeoMultiPoint : GeoGeometryCollection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class GeoMultiPoint
    Inherits GeoGeometryCollection</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_GeoMultiPoint__ctor_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPoint__" data-uid="C1.FlexMap.GeoMultiPoint.#ctor(System.Collections.Generic.IEnumerable{C1.FlexMap.GeoPoint})">
          <a class="xref" href="C1.FlexMap.GeoMultiPoint.-ctor.html#C1_FlexMap_GeoMultiPoint__ctor_System_Collections_Generic_IEnumerable_C1_FlexMap_GeoPoint__">GeoMultiPoint(IEnumerable&lt;GeoPoint&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of <a class="xref" href="C1.FlexMap.GeoMultiPoint.html">GeoMultiPoint</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_FlexMap_GeoMultiPoint_Bounds" data-uid="C1.FlexMap.GeoMultiPoint.Bounds">
          <a class="xref" href="C1.FlexMap.GeoMultiPoint.Bounds.html#C1_FlexMap_GeoMultiPoint_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bounds of the geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoMultiPoint_IsEmpty" data-uid="C1.FlexMap.GeoMultiPoint.IsEmpty">
          <a class="xref" href="C1.FlexMap.GeoMultiPoint.IsEmpty.html#C1_FlexMap_GeoMultiPoint_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value indicating whether the geometry is empty geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoMultiPoint_Points" data-uid="C1.FlexMap.GeoMultiPoint.Points">
          <a class="xref" href="C1.FlexMap.GeoMultiPoint.Points.html#C1_FlexMap_GeoMultiPoint_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inner points geometies.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
