-
Use Google Places API, the following pages may prove useful
Try a nearby search either with the search location or marker location and cafe or restaurant as type
https://developers.google.com/maps/…
-
I have an unrestricted key that works well on iOS but on Android it returns "The provided API key is invalid."
Latest react-native-google-places
I am using React Native Config library and have s…
-
I have a Vue app which I am bundling using Electron into a Windows exe.
For a number of years the following code has worked. Recently is has stopped with an Unexpected token error when calling `thi…
-
Just asking if this library still works on older and newer devices. I have seen many places that are saying Google has removed those types of APIs.
-
The readme says use this:
com.google.maps
google-maps-places
0.17.0
This code throws an error:
try (PlacesClient placesClient = PlacesClient.create()) {
GetPlaceRe…
-
#### Environment details
1. Specify the API : Places API
2. OS type and version : linux centos7
3. Library version and other environment information: 2.1.0
#### Steps to reproduce
1. Th…
-
Hi,
I have the script in my `head`.
```html
```
But there seems to be another script added automatically at the end of my body...
```html
```
So I got this message coming around:
…
-
### Feature Description
Feature to add autocomplete input search field as
### Use Case
Useful for searching for the places.
-
Grow 1 - If we update a destination, the image also gets updated through Google API
async function update(req, res) {
try {
const destinationData = { ...req.body };
const edi…
-
I've noticed https://github.com/hyperledger/fabric-protos-go-apiv2/blob/main/google/rpc/status.pb.go is new relative to the prior fabric-protos-go. Does anybody know the origin of this new message? Is…