Multi Map Sample

As proposed in #194
This commit is contained in:
Marvin W
2016-10-02 19:27:27 +02:00
parent 311886e23b
commit e57bacb957
4 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<org.oscim.android.MapView
android:id="@+id/mapView1"
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_height="0dip" />
<org.oscim.android.MapView
android:id="@+id/mapView2"
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_height="0dip" />
</LinearLayout>