【发布时间】: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