MapQuest 是否允许我们在免费版本的地图上绘制路线?
Does MapQuest allow us to draw routes on the Map on the free version?
我有一个应用程序有一个旧的 MapQuest 密钥,我想在地图上显示一条路线。但是,它没有用,在我的回调中我收到了这条消息:
This key is not authorized for this service. If you do not have a key,
you can obtain a free key by registering at
http://developer.mapquest.com.
这是否意味着我的密钥无效、已过期,或者我必须付费才能使用此服务?
我今天(2015 年 3 月 29 日)访问了 MapQuest AppKeys page,它告诉我:
The ability to create Free & Open AppKeys has been temporarily paused.
有人可以确认是否允许使用免费密钥进行路由吗?
您可以使用 Free&Open Key 在 MapQuest 地图上绘制路线,但您不能使用他们的服务(我的意思是使用 Android SDK 进行路线规划),因为它不是免费的。
尽管如此,我已经创建了一个演示应用程序,它从 MapQuest 的网络服务(免费)获取方向,然后使用该响应来绘制路线。您还可以请求指导信息。
看看我的 github 回购:https://github.com/sebasira/Android-RouteWebService
希望对您有所帮助! (当时也是很头疼)
我有一个应用程序有一个旧的 MapQuest 密钥,我想在地图上显示一条路线。但是,它没有用,在我的回调中我收到了这条消息:
This key is not authorized for this service. If you do not have a key, you can obtain a free key by registering at http://developer.mapquest.com.
这是否意味着我的密钥无效、已过期,或者我必须付费才能使用此服务?
我今天(2015 年 3 月 29 日)访问了 MapQuest AppKeys page,它告诉我:
The ability to create Free & Open AppKeys has been temporarily paused.
有人可以确认是否允许使用免费密钥进行路由吗?
您可以使用 Free&Open Key 在 MapQuest 地图上绘制路线,但您不能使用他们的服务(我的意思是使用 Android SDK 进行路线规划),因为它不是免费的。
尽管如此,我已经创建了一个演示应用程序,它从 MapQuest 的网络服务(免费)获取方向,然后使用该响应来绘制路线。您还可以请求指导信息。
看看我的 github 回购:https://github.com/sebasira/Android-RouteWebService
希望对您有所帮助! (当时也是很头疼)