【发布时间】: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