【问题标题】:How do I enable Google Maps Tile API?如何启用 Google Maps Tile API?
【发布时间】:2017-06-13 11:32:51
【问题描述】:

我从here 发现有一个Google Maps Tile API(官方文档here)。 但是,我似乎找不到启用此 API 的方法。

除了在上述问题中找到的链接之外,我在任何地方都找不到对此 API 的任何其他引用。它甚至没有列在main page of the Maps API(这里)或documentation page

该 API 也未列在开发者控制台 API 库中。

我已尝试发送会话请求 (as explained in the documentation),但收到此响应:

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. Maps Tile API has not been used in project XXXXXXXXXXXX before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/tile.googleapis.com/overview?project=XXXXXXXXXXXX then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
    "extendedHelp": "https://console.developers.google.com/apis/api/tile.googleapis.com/overview?project=XXXXXXXXXXXX"
   }
  ],
  "code": 403,
  "message": "Access Not Configured. Maps Tile API has not been used in project XXXXXXXXXXXX before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/tile.googleapis.com/overview?project=XXXXXXXXXXXX then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
 }
}

点击开发者控制台链接后,我收到以下消息:

API“tile.googleapis.com”不存在或您没有 访问权限

这是 Google 地图的高级功能吗?有没有人有关于这个 API 的更多信息?

【问题讨论】:

    标签: google-maps google-maps-api-3 google-api


    【解决方案1】:

    Tile API 不适用于标准计划用户。高级计划用户也不适用 [1]。它需要一个特殊的许可证。您应该直接联系 Google 的sales team 以获取有关 Tile API 的更多信息。

    [1]https://developers.google.com/maps/premium/overview#package

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-10-07
    • 2018-04-06
    • 1970-01-01
    • 2012-05-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-04-18
    相关资源
    最近更新 更多