# Google Map ( Simple ) ✅

<figure><img src="/files/HAULWFpTkfUTviFIr0qa" alt=""><figcaption></figcaption></figure>

## Key Features

* No Google Maps API key required
* Easy location-based mapping
  * CMS binding support to a text location field
* Multiple map types: Street Map, Satellite, Hybrid, Terrain
* Configurable zoom levels&#x20;
* Flexible sizing options&#x20;

## Demo

{% embed url="<https://webflow-core-component-test.webflow.io/google-maps>" %}

## Properties&#x20;

| Name     | Type             | Notes                                                                                                                                                                                                            |
| -------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Type     | Variant          | Choose from Street Map, Satellite, Hybrid, or Terrain views                                                                                                                                                      |
| Location | Text             | Address, place name, or coordinates (e.g., "Eiffel Tower,Paris" or "48.8584,2.2945")                                                                                                                             |
| Zoom     | Number           | <p>Zoom level from 1-20:</p><ul><li>1: World view</li><li>5: Continent / subcontinental view</li><li>10: City view</li><li>15: Streets view</li><li>16-17: Buildings view</li><li>20: Building details</li></ul> |
| Width    | Text ( Measure ) | CSS measurements (e.g., "100%", "300px", "50vw"). Height defaults to `500px` if not specified.                                                                                                                   |
| Height   | Text ( Measure ) | CSS measurements (e.g., "100%", "300px", "50vw"). Height defaults to `500px` if not specified.                                                                                                                   |
| Debug    | Boolean          | For console log debugging                                                                                                                                                                                        |

## Best Practices&#x20;

Recommended zoom levels:

* Business/POI: 15-16
* Neighborhood: 14-15
* City overview: 12-13
* Regional: 8-10
* Country: 5-6
* Continent: 4-5

## Styling&#x20;

None.&#x20;


---

# 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://sygnal.gitbook.io/sygnal-webflow-components/cc/sygnal-maps/google-map-simple.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.
