summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorPeng Liu <peng.liu@mapbox.com>2019-10-08 16:21:46 +0300
committerGitHub <noreply@github.com>2019-10-08 16:21:46 +0300
commit7139abdbf546ca4010d874bfd64f72e6f2e2cdcf (patch)
tree3b93542bf04ef7518c16a32164406ee99ded4e29 /platform/android/MapboxGLAndroidSDK/src/main/res/values/attrs.xml
parent4eaaa9046ed4f2c45a9febdb8f2f15a8f63f73d4 (diff)
downloadqtlocation-mapboxgl-7139abdbf546ca4010d874bfd64f72e6f2e2cdcf.tar.gz
[android] Expose pre-fetching zoom delta. (#15769)
* [android] Expose pre-fetching zoom delta. * [android] Fix Clang format. * [android] Add MapboxMap unit test. * [android] Add prefetching zoom delta into MapboxMapOptions. * [android] Deprecate setPrefetchesTiles to migrate to setPrefetchZoomDelta. * [android] Deprecate getPrefetchesTiles() and migrate to setPrefetchZoomDelta(). * [android] Add unit test to NativeMapViewTest. * [android] Add IntRange annotation to getPrefetchZoomDelta.
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res/values/attrs.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res/values/attrs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/values/attrs.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/values/attrs.xml
index ff8a32ac64..137f72f8d2 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res/values/attrs.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res/values/attrs.xml
@@ -109,6 +109,7 @@
<attr name="mapbox_foregroundLoadColor" format="color"/>
<attr name="mapbox_enableTilePrefetch" format="boolean"/>
+ <attr name="mapbox_prefetchZoomDelta" format="integer"/>
<attr name="mapbox_enableZMediaOverlay" format="boolean"/>
<attr name="mapbox_pixelRatio" format="float"/>