简体   繁体   English

Google Place API照片参考

[英]google place api photo references

I am using Google Api for getting photos from location . 我正在使用Google Api从位置获取照片。 i got the call and it working correctly. 我接到电话,它工作正常。 but i have a problem.can be change google photo reference. 但我有一个问题。可以更改谷歌照片参考。 because i want to save image reference according to place id. 因为我想根据位置ID保存图像参考。 in future google photo reference will be change or not. 在将来的谷歌照片参考将改变或没有。

  "places": [
{
  "place_id": "ChIJheBKaKGuEmsRKk48IGMVojU",
  "name": "Thai Spice House",
  "lon": 151.228688,
  "lat": -33.82916,
  "address": "271 Military Road, Cremorne NSW 2090, Australia",
  "images": [
    "CnRoAAAAbMcJPxxWzU1pj_zSHqMtLlLBe2o6_pmd2ZHhJdxBO3UG4Q1BYxr4x834Bp5UmDrZhmSxVzeXb-nqHIYqLWcTdjQFFnuvp_DgK7c59wEvnu_AkH3KLNpqm4BtFw5wTWeZOgmwNnTEEoevb5-AxfsipxIQ9TnIAApazfKw1KuO7ZtEMhoUWs9FAN78M3O26af9StPMx3fej5E"
  ]

this image reference can be change in future? 此图像参考将来可以更改吗?

place_id之外的每个值都可能随时更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM