rer*_*adu 5 google-maps google-api google-maps-api-3 google-map-tiles-api
我从这里发现有一个Google Maps Tile API(官方文档在这里)。但是,我似乎找不到启用此 API 的方法。
除了上面提到的问题中找到的链接之外,我在任何地方都找不到对此 API 的任何其他引用。它甚至没有列在Maps API 的主页(此处)或文档页面上。
该 API 也未在开发者控制台 API 库中列出。
我尝试发送会话请求(如文档中所述)但收到以下响应:
{
"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."
}
}
Run Code Online (Sandbox Code Playgroud)
点击开发者控制台的链接后,我收到以下消息:
API“tile.googleapis.com”不存在或您无权访问它
这是 Google 地图的高级功能吗?有人有关于这个 API 的更多信息吗?
Tile API 不适用于标准计划用户。对于高级计划用户来说都不是[1]。它需要特殊的许可证。您应该直接联系 Google 的销售团队,以获得有关 Tile API 的一些其他信息。
[1] https://developers.google.com/maps/premium/overview#package