【问题标题】:google maps api terms谷歌地图 API 术语
【发布时间】:2013-11-08 10:46:05
【问题描述】:

我正在尝试使用 google maps API 并有一个问题: 谷歌说(http://www.google.com.ua/intl/en/enterprise/mapsearth/products/mapsapi.html)如果我使用谷歌地图,我对这些服务有限制: 1) 地理编码服务 2) 方向服务 3) 距离矩阵服务 4) 海拔服务 但是简单的 API 呢?我的意思是,如果我只使用向地图添加标记的功能和在地图上显示特定点所在位置的功能,是否有任何限制? 谢谢。对不起,新手问题,但我已经阅读了几次条款和条件,但仍然不确定答案。

【问题讨论】:

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


    【解决方案1】:

    我知道的限制:

    • 每条路线不超过八个航路点
    • 请求率有限。如果您在一秒钟内请求一个方向,它将足够慢。
    • 在服务器端没有实现。您必须在客户端实现 Google API。

    来自谷歌:

    2,500 directions requests per day.
    When the mode of transportation is driving, walking, or cycling, each directions search counts as a single request.
    Searching for transit directions counts as 4 requests.
    Individual requests for driving, walking, or cycling directions may contain up to 8 intermediate waypoints in the request. Waypoints can not be specified for transit requests. 
    

    关于简单 API:

    没有限制。 :)

    【讨论】:

    • 谢谢。但我根本不是指方向服务。我的意思是非常简单的功能:添加标记,显示点包含的位置。就这样。没有路线,没有地理编码,没有距离,没有海拔 :)
    • 如果我想显示一些边界怎么办?我的意思是,如果我有一些代表边界的点(例如,州边界、城市或 smth)并且想要在地图上显示所有这些点?没关系 - 没有限制?
    • 没有提到标记,所以没关系。
    猜你喜欢
    • 2013-07-05
    • 1970-01-01
    • 1970-01-01
    • 2013-10-17
    • 1970-01-01
    • 2017-06-12
    • 2013-08-05
    • 1970-01-01
    相关资源
    最近更新 更多