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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The `useGoogleAutocomplete` hook takes 2 arguments
34
34
| components | optional - A grouping of places to which you would like to restrict your results |
35
35
| radius | optional - The distance (in meters) within which to return place results |
36
36
| lat | optional - The latitude. If provided, lng is required |
37
-
| lng | optional - The longitue. If provided, lat is required |
37
+
| lng | optional - The longitude. If provided, lat is required |
38
38
| strictBounds | optional - Returns only places that are strictly within the region defined by location and radius. |
39
39
| proxyUrl | optional - This is required if you want to use the hook in a Web based platform. Since we dont use the Google SDK, the http call will fail because of issues related to CORS unless a proxyUrl is provided |
0 commit comments