我的商家地址没有在Google Place中显示ID

问题描述:

我知道这个问题已被事先询问过,而且我想知道是否有人能告诉我我的Google Place ID,因为我遵循了其他答案,但没有运气,我希望它以便我可以发布评论链接。我的商家地址没有在Google Place中显示ID

这是我在地图上的业务 - https://www.google.co.uk/maps/place/Demeanour+Customs/@52.378986,0.932232,15z/data=!4m2!3m1!1s0x0:0xd69e990a1537e44d?sa=X&ved=0ahUKEwjssorKvvTUAhWsCsAKHXdKB9MQ_BIIYDAK

从呼叫:

https://maps.googleapis.com/maps/api/place/textsearch/json?query=Demeanour%20Customs&key=YourKey

我们得到下面的结果,你的位置ID突出:

{ 
    "html_attributions" : [], 
    "results" : [ 
     { 
     "formatted_address" : "Common Road, Hopton IP22 2QU, United Kingdom", 
     "geometry" : { 
      "location" : { 
       "lat" : 52.378986, 
       "lng" : 0.9322319999999998 
      }, 
      "viewport" : { 
       "northeast" : { 
        "lat" : 52.38033498029149, 
        "lng" : 0.9335809802915019 
       }, 
       "southwest" : { 
        "lat" : 52.37763701970849, 
        "lng" : 0.9308830197084978 
       } 
      } 
     }, 
     "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png", 
     "id" : "690b7ddc30ccef065dcc64e46ce0e2ad7936d977", 
     "name" : "Demeanour Customs", 
     "opening_hours" : { 
      "open_now" : true, 
      "weekday_text" : [] 
     }, 
     "photos" : [ 
      { 
       "height" : 630, 
       "html_attributions" : [ 
        "\u003ca href=\"https://maps.google.com/maps/contrib/108914736063426931463/photos\"\u003eDemeanour Customs\u003c/a\u003e" 
       ], 
       "photo_reference" : "CmRaAAAAoYmW_yjX5k5Q8Ra8gJsBputCHubMK0lo6SF73fNr1-isx7pVBqy4To8dXpXr3ECirXel_pKjD44CrDWVb6vqw6xKLc7AV4tErTEwgL5UnjizAyTrcRTfObgTpOyuOHGaEhDPpsShhN6jGTvzZT08zVtNGhRFUxbPiXSNnpTCs1JrVZdSq7HCtg", 
       "width" : 1702 
      } 
     ], 
     "place_id" : "ChIJDVPTd0rI2UcRTeQ3FQqZntY", 
     "reference" : "CmRSAAAAVXhOWK1IHyF8CKo_zjZtUVQXdFeNCCukCjiWE-X3JnEx0DdeJIDjXLpA4foqLDRZAVbPki72oM7tmhadvhAwlnBAGRljRdC8EVTbxjBxj8eDd-xZikpx7fNDaoCQFMIeEhAHIvtNywS7nsI3MZ5Vvi94GhTBFsCNb_a8g7TxDlbNvPBapJC4vQ", 
     "types" : [ "point_of_interest", "establishment" ] 
     } 
    ], 
    "status" : "OK" 
} 

“place_id”:“ChIJDVPTd0rI2UcRTeQ3FQqZntY”,