【问题标题】:Google Places Library vs Google Places APIGoogle Places Library vs Google Places API
【发布时间】:2013-06-13 17:14:43
【问题描述】:

Google Places Library 和 Google Places API 有什么不同?我看到使用 API,每 24 小时的搜索限制是 100,000 次搜索,其中库的限制是每个用户而不是每个 API 密钥。是否可以在 android 应用程序中使用位置库?

【问题讨论】:

    标签: android google-maps google-places-api


    【解决方案1】:

    Google Places Library 是 Google Maps Javascript API v3 的一部分,旨在用于使用它的应用程序中。

    Google Places API 是一个网络服务。

    【讨论】:

    • 我只想补充一点,它们非常相关。 Google Places Library 只是与 Google Places API 交互的有用客户端功能的实现。您可以在没有 Google Places Library 的情况下自行与 API 进行交互,或者选择使用该库在 Javascript 中快速完成您的目标。
    【解决方案2】:

    我最近了解到,当您想要做的不仅仅是查询地点信息(例如向地图数据库中添加新地点)时,您会想要使用 Google Places API。每个应用密钥的限制为 1000/天。

    当您只想查询现有地点时,您可以使用 Google 地点库。限制为每位用户每天 25000 次。

    【讨论】:

    • 那么我们可以在 Android 应用程序中使用 google 地方库吗?它会起作用吗?还是使用 Google Place API 是唯一的选择?
    • 如果你能在安卓应用中运行 javascrpit 就可以了。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-04-02
    • 2012-02-22
    • 1970-01-01
    • 1970-01-01
    • 2014-03-18
    • 2012-06-10
    相关资源
    最近更新 更多