From 1295fef62e57916fa61b60ba0e55522c2d29d439 Mon Sep 17 00:00:00 2001 From: Sabrina Jodexnis Date: Mon, 24 Oct 2022 15:32:32 +0200 Subject: [PATCH 1/3] refactor(readmes): use right name for readme title --- examples/directions/README.md | 2 +- examples/geocoding/README.md | 2 +- examples/google-map-with-markers/README.md | 2 +- examples/places-autocomplete/README.md | 2 +- examples/places/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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. From a695a3fd5f92441f6d086000529922fc8a7b9b9b Mon Sep 17 00:00:00 2001 From: Sabrina Jodexnis Date: Mon, 24 Oct 2022 15:34:36 +0200 Subject: [PATCH 2/3] feat(readme): add links to maxzoom and elevation hooks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74b89d7..9b25d54 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,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 From 82e78eba3cd26eaed6175d47e0fffbc56237e9b1 Mon Sep 17 00:00:00 2001 From: Sabrina Jodexnis Date: Mon, 24 Oct 2022 15:38:49 +0200 Subject: [PATCH 3/3] refactor(readme): add properties as sub category link for googlemapprovider --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b25d54..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)