android - White map but whe i apply less zoom the map appears -
i need put map in linearlayout layout: <linearlayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" > .... <linearlayout android:layout_width="800dp" android:layout_height="400dp" android:orientation="horizontal" android:layout_gravity="center"> <fragment android:id="@+id/mapasave" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" class="com.google.android.gms.maps.supportmapfragment" /> </linearlayout> ....... </linearlayout> the problem map appears totaly white, when apply less zoom, map appear, continental size. the code of ...