> For the complete documentation index, see [llms.txt](https://eleven-fifty-academy.gitbook.io/javascript-301-reactfundamentals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eleven-fifty-academy.gitbook.io/javascript-301-reactfundamentals/part-8-apps/9.0-google-maps-api-challenge.md).

# 9.0 - Google Maps Api Challenge

## Challenge:

The challenge here is simple. Create an application that uses the Google Maps api. Feel free to let this be a starter for the capstone project. If you don't use it for a project, at least make a small app with it so that you can get some experience with this api.

## Tutorial

If you need something to help get you started, here is a great [tutorial](https://www.fullstackreact.com/articles/how-to-write-a-google-maps-react-component/) that will give you some ideas. If you'd like to build something on top of this tutorial, that is fine. Also, if you'd just like to complete this tutorial and add it to your library, that would be fine, too.

You can find the source code [here](https://fullstackreact.github.io/google-maps-react/#/?_k=p7bidm). If you find a different source that you like better, feel free to use it. There are plenty of others to be used out there.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://eleven-fifty-academy.gitbook.io/javascript-301-reactfundamentals/part-8-apps/9.0-google-maps-api-challenge.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.
