Meshtastic-Android/app/src/main/res/layout/map_view.xml

13 lines
557 B
XML
Raw Normal View History

2020-03-11 18:13:44 -07:00
<?xml version="1.0" encoding="utf-8"?>
2020-03-30 11:56:59 -07:00
<com.mapbox.mapboxsdk.maps.MapView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
android:id="@+id/mapView"
2020-03-11 18:13:44 -07:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2020-03-30 11:56:59 -07:00
mapbox:mapbox_uiZoomGestures="true"
mapbox:mapbox_uiScrollGestures="true"
mapbox:mapbox_cameraTargetLat="-32.557013"
mapbox:mapbox_cameraTargetLng="-56.149056"
mapbox:mapbox_cameraZoom="5.526846"></com.mapbox.mapboxsdk.maps.MapView>