【问题标题】:Is there any limits for using Google map for android?使用安卓版谷歌地图有什么限制吗?
【发布时间】:2020-04-14 17:11:21
【问题描述】:

我将谷歌地图用于一个简单的 android 应用程序,该应用程序加载地图以将位置保存在数据库中,并稍后通过标记在地图上显示它们。所以我想知道是否有限制或完全免费?

我正在使用地图视图

<com.google.android.gms.maps.MapView
    android:id="@+id/mapView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_marginTop="10dp"
    android:layout_weight="1"/>

implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.gms:play-services-maps:17.0.0'

我正在查看谷歌地图文档,但我无法弄清楚。

【问题讨论】:

    标签: android google-maps android-mapview


    【解决方案1】:

    Google 每月免费为您提供 200 美元的服务。之后,您需要付费。 (但有些功能对于移动设备是完全免费的,例如静态、动态地图) 更多信息Google map pricing

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-02-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多