# Custom Point using Latitude and Longitude

* Latitude is presented by four digits and a character&#x20;
  * The first **two** digits are the degrees (00 to 90)
  * The second **two** are the minutes (00-60)
  * The character is either "N" for the northern hemisphere or "S" for the southern hemisphere.
* Latitude is presented by five digits and one character
  * The first **three** digits are the degrees (000 - 180) &#x20;
  * The second **two** are the minutes (00-60)
  * The character is either "W" for the western hemisphere or "E" for the eastern hemisphere.

Example: **1234N 12345W**

<figure><img src="https://content.gitbook.com/content/uZ9lzqgHX4JL1Df67xog/blobs/Fqkqx66vvx5MFkyE2N8g/Screenshot%202023-12-14%20at%2011.29.28.png" alt=""><figcaption></figcaption></figure>
