Draggable marker sample (#869)

This commit is contained in:
Frank Knoll
2021-08-14 15:06:21 +02:00
committed by Emux
parent ba8b800ee0
commit 9895921a5c
10 changed files with 493 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.oscim.android.drag.DragMapView
android:id="@+id/mapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</RelativeLayout>