# Using Google Maps

{% hint style="info" %}
'flutter\_map' is in no way associated or related with Google Maps

Google Maps' home page: <https://developers.google.com/maps>\
Google Maps' pricing page: <https://mapsplatform.google.com/pricing/>\
Google Maps' documentation page: <https://developers.google.com/maps/documentation/tile/2d-tiles-overview>
{% endhint %}

{% hint style="success" %}
Raster 2D tiles from Google Maps is a relatively new offering, which makes Google Maps directly compatible with flutter\_map, whilst abiding by the Google Maps' ToS (which the previous method did not).
{% endhint %}

{% hint style="warning" %}
Tile providers that also provide their own SDK solution to display tiles will often charge a higher price to use 3rd party libraries like flutter\_map to display their tiles. Just another reason to switch to an alternative provider.
{% endhint %}

To display map tiles from Google Maps, a little more effort is needed, as they require a complex session token system.

Therefore, we haven't yet constructed a full guide, so please read the Google Developers documentation for more info:

{% embed url="<https://developers.google.com/maps/documentation/tile/2d-tiles-overview>" %}


---

# 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://docs.fleaflet.dev/tile-servers/using-google-maps.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.
