diff --git a/README.md b/README.md index 74b89d7..18fad49 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ 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) @@ -17,6 +18,8 @@ This is a JavaScript library to easily implement a Google Maps map into your Rea - [useGeocoder](#usegeocoder) - [usePlacesService](#useplacesservice) - [useDistanceMatrix](#usedistancematrix) + - [useMaxZoomService](#usemaxzoomservice) + - [useElevationService](#useelevationservice) - [Publish](#publish) ## Requirements diff --git a/examples/directions/README.md b/examples/directions/README.md index b284dcd..6c24da5 100644 --- a/examples/directions/README.md +++ b/examples/directions/README.md @@ -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. diff --git a/examples/geocoding/README.md b/examples/geocoding/README.md index 1aec129..cd3a36e 100644 --- a/examples/geocoding/README.md +++ b/examples/geocoding/README.md @@ -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. diff --git a/examples/google-map-with-markers/README.md b/examples/google-map-with-markers/README.md index 5044c7b..b2e5b42 100644 --- a/examples/google-map-with-markers/README.md +++ b/examples/google-map-with-markers/README.md @@ -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. diff --git a/examples/places-autocomplete/README.md b/examples/places-autocomplete/README.md index a0d89d9..5db8985 100644 --- a/examples/places-autocomplete/README.md +++ b/examples/places-autocomplete/README.md @@ -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. diff --git a/examples/places/README.md b/examples/places/README.md index ac24e5a..22f1c74 100644 --- a/examples/places/README.md +++ b/examples/places/README.md @@ -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.