首页 文章

谷歌放置api图标列表

提问于
浏览
9

我们一直在寻找Google Places API图标列表但是找不到任何结果 . 我们希望将所有图标保存到我们的服务器并获取,而不是从google places api中获取图标

{
     "geometry" : {
        "location" : {
           "lat" : 39.892428,
           "lng" : 32.777228
        }
     },
     "icon" : "http://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png",
     "id" : "414cfb4ba62c906cd02f12aa95e9bf99e3c4df9a",
     "name" : "Spor Merkezi",
     "place_id" : "ChIJyeQgWThG0xQRUXE-OJyfzQE",
     "reference" : "CmRfAAAAAwjRCbPtNxEHU_AlS4Px1CMuO7_frFwDtp1vYFY_jo3eusWeyECsp6YB425LNp89S7lMN0jPspoYr15vFXGJrf8mPXf1eUTqFiMW7lBAh45ftfZcW96mMNdCgGCc8FOQEhBA1Zpx7MlSpCFgGlNDVua0GhTSEKVR9IEcrTa5nnm9CGEjcZEL-g",
     "scope" : "GOOGLE",
     "types" : [ "establishment" ],
     "vicinity" : "Üniversiteler Mh., Ankara"
  }

以上是google places api的示例结果,这里我们想要所有图标的列表 . 此图标是其中之一:"icon":“http://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png

你知道任何资源,我们可以找到谷歌为地方提供的所有图标吗?

3 回答

相关问题