# C1.WPF.Maps.LongLatFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Maps_LongLatFormat" data-uid="C1.WPF.Maps.LongLatFormat" class="text-break">LongLatFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Defines different string representations of geographic coordinates.</p>
</div>
  <div class="markdown level0 conceptual"></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_LongLatFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LongLatFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LongLatFormat</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Maps_LongLatFormat_DegreesMinutes">DegreesMinutes</td>
        <td><p>Represents a geographic coordinate as pair of values in degrees, minutes and hemisphere. Example: 18°35.438'N 14°15.314'W</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LongLatFormat_DegreesMinutesSeconds">DegreesMinutesSeconds</td>
        <td><p>Represents a geographic coordinate as pair of values in degrees, minutes, seconds and hemisphere. Example: 18°35'20.07&quot;N 14°15'48.77&quot;W</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_LongLatFormat_SignedDegrees">SignedDegrees</td>
        <td><p>Represents a geographic coordinate as a comma separated pair of signed numbers.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
