Google Directions API 无法在 iOS 中返回结果

问题描述 投票:0回答:2

我正在尝试使用 Google Directions API。我已经把 SDK 全部设置好了。我已在开发者控制台的服务下启用了Google Maps SDK for iOS。以下是我为获取指示而构建的 URL。

开发者控制台中有两种类型的按键。

enter image description here

首先我尝试使用 iOS 应用程序的 Key。

https://maps.googleapis.com/maps/api/directions/json?origin=-37.814107,144.96328&destination=-31.953004,115.857469&key=<Key for iOS apps>

但是我收到错误此 IP、站点或移动应用程序无权使用此 API 密钥

当我搜索此错误的解决方案时,我在一些 StackOverflow 答案(12)中看到不支持 iOS 按键。在答案中,他们谈论的是 Google Places API,但我认为这可能与 Directions 的情况相同,因为错误是相同的。

因此我将 iOS 应用程序的密钥替换为 浏览器应用程序的密钥并再次运行它,但我收到了新错误此 API 项目无权使用此 API。请确保在API控制台中激活此API

我的问题是,我是否需要在服务中激活任何其他 API 才能使其正常工作?这些是列表中其他与地图相关的 Google API。

enter image description here

ios google-maps ios8 directions
2个回答
3
投票

API“

Google Maps SDK for iOS
” - 仅用于集成“Google Maps SDK”...

如果你想“使用”路线..你必须在Google控制台中“激活”:“

Directions API
”,太developers.google.com/maps/documentation/directions

编码快乐!


1
投票

您是否在使用 https://developers.google.com/maps/documentation/ios/ 那里还有一个很好的文档。 是的,您需要在登录时在 google api 中心激活 IOS Maps SDK

© www.soinside.com 2019 - 2024. All rights reserved.