Questions tagged [google-place-report]

An app can create a place report to indicate that the device is currently located at a particular place. By reporting places that users have confirmed, you can help Google build a local model of the world. You should report that a device is at a place only if you're confident that the user is at the place, at the time when you report it.

3 questions
2
votes
0 answers

Google Place Report API: app-specific tag

I'm incorporating Google Place Report API into my app: https://developers.google.com/places/android-api/report-place It says I must put in an app-specific tag with my place report: An app-specific tag that defines the context of the place report.…
Simon
  • 19,658
  • 27
  • 149
  • 217
1
vote
0 answers

Google Places API with google map Api

I've used Google Maps as well as Google Places, but I'm not logging in to the program, my plan does not work and errors or Google Places with the error. The following is encountered. my google Places API…
baloot
  • 49
  • 4
0
votes
2 answers

Search By Google Place Autocomplete and get the distance from google matrix API

I developed the code for our website that a user can autocomplete the location field using google places API and calculate distance from google matrix API using the lat-long. 1- My Code for autocomplete the location