Android Google Maps V2:仅在缩放后加载

时间:2014-06-30 13:47:51

标签: android google-maps android-fragments

我刚开始编写我的第一个Android应用程序。但是,即使在完全遵循Google Tutorial之后,包括(!)获取有效的API密钥,Google地图也不会从头开始加载(这意味着我只能看到网格)。

在我使用手指手势(+ - 不起作用)后将瓷砖加载到(随机?)级别时才会加载瓷砖(很奇怪?)。我不知道可能是什么问题......一旦第一块瓷砖加载,应用程序就会按预期工作。

我已经完成了StackOverflow,其他人的问题是他们使用的是MapView(V1)。

我正在使用

<fragment xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/map"
    tools:context=".MapsActivity"
    android:name="com.google.android.gms.maps.SupportMapFragment" />

...然而

0 个答案:

没有答案