对 android 使用 Google 地图有任何限制吗?

Is there any limits for using Google map for android?

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

我正在使用 mapView

<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'

我正在查看 google 地图文档,但我无法理解。

Google 每月为您提供 200 美元的服务 free.after,您将被收取费用。 (但有些功能对移动设备完全免费,如静态、动态地图) 更多信息 Google map pricing