Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ This is a JavaScript library to easily implement a Google Maps map into your Rea
- [Installation](#installation)
- [Usage](#usage)
- [GoogleMapProvider](#googlemapprovider)
- [Properties](#properties)
- [Hooks](#hooks)
- [useGoogleMap](#usegooglemap)
- [useAutocomplete](#useautocomplete)
- [useDirections](#usedirections)
- [useGeocoder](#usegeocoder)
- [usePlacesService](#useplacesservice)
- [useDistanceMatrix](#usedistancematrix)
- [useMaxZoomService](#usemaxzoomservice)
- [useElevationService](#useelevationservice)
- [Publish](#publish)

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion examples/directions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic Google Maps Setup Example
# `useDirections` Hook Setup Example

This is an example setup to show the usage of the **useDirections hook with findAndRenderRoute** with the Google Maps React Hooks library.

Expand Down
2 changes: 1 addition & 1 deletion examples/geocoding/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic Google Maps Setup Example
# `useGeocoder` Hook Setup Example

This is an example setup to show the usage of the **useGeocoder hook** with the Google Maps React Hooks library.

Expand Down
2 changes: 1 addition & 1 deletion examples/google-map-with-markers/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic Google Maps Setup Example
# Google Maps With Markers Setup Example

This is an example setup to show a **Google Map with markers** with the Google Maps React Hooks library.

Expand Down
2 changes: 1 addition & 1 deletion examples/places-autocomplete/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic Google Maps Setup Example
# `useAutocomplete` Hook Setup Example

This is an example setup of a **Map with a Places Autocomplete Search** to show the usage of the **useAutocomplete hook** with the Google Maps React Hooks library.

Expand Down
2 changes: 1 addition & 1 deletion examples/places/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic Google Maps Setup Example
# `usePlacesService` Hook Setup Example

This is an example setup to show a **Google Map with place** using the usePlacesService hook with the Google Maps React Hooks library.

Expand Down