# Latitude and Longitude Coordinates

### Get the coordinates of a place

1. On your computer, open [Google Maps](https://www.google.com/maps).&#x20;
2. Right-click the place or area on the map.
   * This will open a pop-up window. You can find your latitude and longitude in decimal format at the top.
3. To copy the coordinates automatically, left-click on the latitude and longitude.

### Format your coordinates

To format your coordinates so they work in Google Maps, use decimal degrees in the following format:

* **Correct**: **Latitude – 41.40338, Longitude – 2.17403**
* **Incorrect**: Latitude – 41,40338, Longitude – 2,17403

***

**Tips**:

* List your latitude coordinates before longitude coordinates.
* Replace the comma with a dot in the format.
* Check that the first number in your latitude coordinate is between -90 and 90.
* Check that the first number in your longitude coordinate is between -180 and 180.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.spicegems.com/esl-easy-store-locator/latitude-and-longitude-coordinates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
