Draggable marker sample (#869)
This commit is contained in:
10
vtm-android-example/res/layout/activity_map_draggable.xml
Normal file
10
vtm-android-example/res/layout/activity_map_draggable.xml
Normal 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>
|
||||
Reference in New Issue
Block a user