Skip to content

Commit

Permalink
Update docs/interacting-with-the-google-maps-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Nov 1, 2023
1 parent 80e7c95 commit 1914129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interacting-with-the-google-maps-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

With the provided components you are able to declaratively create a [Google Map](./api-reference/components/map.md) or a map with [markers](./api-reference/components/marker.md) for example.

Besides that there are three main ways and concepts to interact with the Google Maps API on lower level with this library. You can use the provided `hooks`, the `refs` that are available for some components or use the [useMapsLibrary](./api-reference/hooks/useMapsLibrary.md) hook to tap into other libraries and services of the Google Maps API or craft your own custom hooks.
Besides that there are three main ways and concepts to interact with the Google Maps API on lower level with this library. You can use the provided hooks, the refs that are available for some components or use the [`useMapsLibrary`](./api-reference/hooks/useMapsLibrary.md) hook to tap into other libraries and services of the Google Maps API or craft your own custom hooks.

## Hooks

Expand Down

0 comments on commit 1914129

Please sign in to comment.