feat!: Mapbox update 2.20 -> 3.2 (WIP)
This commit is contained in:
parent
cd85180f99
commit
9a2b0dd187
6 changed files with 53 additions and 51 deletions
|
@ -1,9 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.mapbox.navigation.dropin.NavigationView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/navigationView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:accessToken="@string/mapbox_access_token"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
</com.mapbox.navigation.dropin.NavigationView>
|
||||
<com.mapbox.maps.MapView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:mapbox="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/mapView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
mapbox:mapbox_locationComponentEnabled = "true"
|
||||
mapbox:mapbox_locationComponentPuckBearing = "heading"
|
||||
tools:context=".MainActivity" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue