diff options
author | Łukasz Paczos <lukas.paczos@gmail.com> | 2019-05-14 12:36:18 +0200 |
---|---|---|
committer | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2019-05-14 13:05:45 +0200 |
commit | ea50c776cd16a95a84718fcdcec608c407977068 (patch) | |
tree | 6d15a13a7b7682f1135d0c7a93a287b3ca5df671 | |
parent | 5b6a262e1544fc9f649b53ef15ae19b9057356f1 (diff) | |
download | qtlocation-mapboxgl-ea50c776cd16a95a84718fcdcec608c407977068.tar.gz |
[android] expose trackingGesturesManagement attribute
-rw-r--r-- | platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml b/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml index 756b337f12..0a7397da6e 100644 --- a/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml +++ b/platform/android/MapboxGLAndroidSDK/src/main/res-public/values/public.xml @@ -141,6 +141,7 @@ <!-- Camera tracking settings --> <public name="mapbox_trackingInitialMoveThreshold" format="float" type="attr"/> <public name="mapbox_trackingMultiFingerMoveThreshold" format="float" type="attr"/> + <public name="mapbox_trackingGesturesManagement" format="boolean" type="attr"/> <!-- Animation duration multiplier --> <public name="mapbox_trackingAnimationDurationMultiplier" format="float" type="attr" /> |