# C1.FlexMap.GeoPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_GeoPoint" data-uid="C1.FlexMap.GeoPoint" class="text-break">GeoPoint Class
</h1>
  <div class="markdown level0 summary"><p>Represents the geospatial 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"><span class="xref">GeoPoint</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_GeoPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GeoPoint : GeoGeometry</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GeoPoint
    Inherits GeoGeometry</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_GeoPoint__ctor_System_Double_System_Double_" data-uid="C1.FlexMap.GeoPoint.#ctor(System.Double,System.Double)">
          <a class="xref" href="C1.FlexMap.GeoPoint.-ctor.html#C1_FlexMap_GeoPoint__ctor_System_Double_System_Double_">GeoPoint(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.FlexMap.GeoPoint.html">GeoPoint</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint__ctor_System_Double_System_Double_System_Nullable_System_Double__System_Nullable_System_Double__" data-uid="C1.FlexMap.GeoPoint.#ctor(System.Double,System.Double,System.Nullable{System.Double},System.Nullable{System.Double})">
          <a class="xref" href="C1.FlexMap.GeoPoint.-ctor.html#C1_FlexMap_GeoPoint__ctor_System_Double_System_Double_System_Nullable_System_Double__System_Nullable_System_Double__">GeoPoint(double, double, double?, double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.FlexMap.GeoPoint.html">GeoPoint</a> class.</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_GeoPoint_Bounds" data-uid="C1.FlexMap.GeoPoint.Bounds">
          <a class="xref" href="C1.FlexMap.GeoPoint.Bounds.html#C1_FlexMap_GeoPoint_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bounds of the geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint_Is3D" data-uid="C1.FlexMap.GeoPoint.Is3D">
          <a class="xref" href="C1.FlexMap.GeoPoint.Is3D.html#C1_FlexMap_GeoPoint_Is3D">Is3D</a>
        </td>
        <td class="markdown level1 summary"><p>Returns <code>true</code> if the geometry has z-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint_IsEmpty" data-uid="C1.FlexMap.GeoPoint.IsEmpty">
          <a class="xref" href="C1.FlexMap.GeoPoint.IsEmpty.html#C1_FlexMap_GeoPoint_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_GeoPoint_IsMeasured" data-uid="C1.FlexMap.GeoPoint.IsMeasured">
          <a class="xref" href="C1.FlexMap.GeoPoint.IsMeasured.html#C1_FlexMap_GeoPoint_IsMeasured">IsMeasured</a>
        </td>
        <td class="markdown level1 summary"><p>Returns <code>true</code> if the geometry has m-coordinate values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint_Location" data-uid="C1.FlexMap.GeoPoint.Location">
          <a class="xref" href="C1.FlexMap.GeoPoint.Location.html#C1_FlexMap_GeoPoint_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x and y coordintes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint_M" data-uid="C1.FlexMap.GeoPoint.M">
          <a class="xref" href="C1.FlexMap.GeoPoint.M.html#C1_FlexMap_GeoPoint_M">M</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the m-coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint_PointsCount" data-uid="C1.FlexMap.GeoPoint.PointsCount">
          <a class="xref" href="C1.FlexMap.GeoPoint.PointsCount.html#C1_FlexMap_GeoPoint_PointsCount">PointsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of points used in a geometry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint_X" data-uid="C1.FlexMap.GeoPoint.X">
          <a class="xref" href="C1.FlexMap.GeoPoint.X.html#C1_FlexMap_GeoPoint_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint_Y" data-uid="C1.FlexMap.GeoPoint.Y">
          <a class="xref" href="C1.FlexMap.GeoPoint.Y.html#C1_FlexMap_GeoPoint_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_GeoPoint_Z" data-uid="C1.FlexMap.GeoPoint.Z">
          <a class="xref" href="C1.FlexMap.GeoPoint.Z.html#C1_FlexMap_GeoPoint_Z">Z</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the z-coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
