Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where I can find a place id on google maps

I want to get the place images accord to the introductions here:

https://developers.google.com/places/documentation/details#PlaceDetailsRequests

According this document I need the "place id" of the place.

https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJN1t_tDeuEmsRUsoyG83frY4&key=AddYourOwnKeyHere

Where can I find the placeid

like image 286
Mosh Feu Avatar asked Jul 30 '14 06:07

Mosh Feu


2 Answers

You should be able to find a place ID here: https://developers.google.com/places/place-id#find-id

like image 140
Liz Lam Avatar answered Sep 25 '22 00:09

Liz Lam


The above solution works in most cases but sometimes fails when you have some individuals using the same address as a business. In case you have exhausted the options from the API and manual search provided in the Google documentation Here Or here

You can use the manual suggestion provided at this page which has always worked for me https://www.launch2success.com/guide/cant-find-google-places-id-trick-finding-google-places-id/

like image 26
hina Avatar answered Sep 25 '22 00:09

hina