feat: More options to map initialization

This commit is contained in:
Piotr Dec 2024-07-15 01:52:16 +02:00
parent 756b760d5c
commit 9db0e3611c
Signed by: stawros
GPG key ID: F89F27AD8F881A91
3 changed files with 47 additions and 16 deletions

View file

@ -6,5 +6,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
mapbox:mapbox_locationComponentEnabled = "true"
mapbox:mapbox_locationComponentPuckBearing = "heading"
mapbox:mapbox_locationComponentPuckBearingEnabled = "true"
tools:context=".MainActivity" />