Skip to content

Commit 303148e

Browse files
authored
Merge pull request #75 from ubilabs/refactor/update-readmes
Refactor/update readmes
2 parents be883f9 + 82e78eb commit 303148e

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ This is a JavaScript library to easily implement a Google Maps map into your Rea
1010
- [Installation](#installation)
1111
- [Usage](#usage)
1212
- [GoogleMapProvider](#googlemapprovider)
13+
- [Properties](#properties)
1314
- [Hooks](#hooks)
1415
- [useGoogleMap](#usegooglemap)
1516
- [useAutocomplete](#useautocomplete)
1617
- [useDirections](#usedirections)
1718
- [useGeocoder](#usegeocoder)
1819
- [usePlacesService](#useplacesservice)
1920
- [useDistanceMatrix](#usedistancematrix)
21+
- [useMaxZoomService](#usemaxzoomservice)
22+
- [useElevationService](#useelevationservice)
2023
- [Publish](#publish)
2124

2225
## Requirements

examples/directions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# `useDirections` Hook Setup Example
22

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

examples/geocoding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# `useGeocoder` Hook Setup Example
22

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

examples/google-map-with-markers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# Google Maps With Markers Setup Example
22

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

examples/places-autocomplete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# `useAutocomplete` Hook Setup Example
22

33
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.
44

examples/places/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Google Maps Setup Example
1+
# `usePlacesService` Hook Setup Example
22

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

0 commit comments

Comments
 (0)