summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/item_map.xml
blob: c4c17a25ff7a60a83f8a07fa2cafb0ca9f2c1896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<com.mapbox.mapboxsdk.maps.MapView
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:id="@id/mapView"
        android:layout_width="match_parent"
        android:layout_height="256dp"
        app:mapbox_cameraTargetLat="45.38301927899065"
        app:mapbox_cameraTargetLng="8.63525390625"
        app:mapbox_renderTextureMode="true"
        app:mapbox_cameraZoom="7"
        app:mapbox_styleUrl="@string/mapbox_style_mapbox_streets"/>