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
| minLength | optional - default 2 - this is the min length of the term search before start |
33
-
| components | optional - A grouping of places to which you would like to restrict your results |
34
-
| radius | optional - The distance (in meters) within which to return place results |
35
-
| lat | optional - The latitude. If provided, lng is required |
36
-
| lng | optional - The longitude. If provided, lat is required |
37
-
| strictBounds | optional - Returns only places that are strictly within the region defined by location and radius. |
38
-
| 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 |
| minLength | optional - default 2 - this is the min length of the term search before start |
34
+
| components | optional - A grouping of places to which you would like to restrict your results |
35
+
| radius | optional - The distance (in meters) within which to return place results |
36
+
| lat | optional - The latitude. If provided, lng is required |
37
+
| lng | optional - The longitude. If provided, lat is required |
38
+
| strictBounds | optional - Returns only places that are strictly within the region defined by location and radius. |
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