You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ This is a JavaScript library to easily implement a Google Maps map into your Rea
16
16
-[useDirections](#usedirections)
17
17
-[useGeocoder](#usegeocoder)
18
18
-[usePlacesService](#useplacesservice)
19
+
-[useDistanceMatrix](#usedistancematrix)
19
20
-[Publish](#publish)
20
21
21
22
## Requirements
@@ -479,6 +480,35 @@ Returns the [`PlacesService`](google.maps.places.PlacesService) class to use dir
479
480
google.maps.places.PlacesService
480
481
```
481
482
483
+
### useDistanceMatrix
484
+
485
+
React hook to use the [Google Maps Distance Matrix Service](https://developers.google.com/maps/documentation/javascript/distancematrix) in any component.
0 commit comments