summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-04-15 15:53:50 +0200
committerTobrun <tobrun.van.nuland@gmail.com>2019-04-16 11:59:42 +0200
commit58da07b5630d1c4da3144708462ce1f4d598d888 (patch)
tree4161b79adf39ea42f291cedd1af2d9bfbe34cb29 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml
parent57512a9100b2b4333389f6f4a312e3c771b4c598 (diff)
downloadqtlocation-mapboxgl-58da07b5630d1c4da3144708462ce1f4d598d888.tar.gz
[android] - circle with radius expressed in physical measurement using turf.
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml
index 778805b3b3..cc2577fb5e 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml
@@ -82,4 +82,5 @@
<string name="description_recyclerview_glsurfaceview">Show a GLSurfaceView MapView as a recyclerView item</string>
<string name="description_nested_viewpager">Show a MapView inside a viewpager inside a recyclerView</string>
<string name="description_performance_measurement">Show the use PerformanceEvent for performance measurements</string>
+ <string name="description_physical_circle">Use TurfTransformation#circle() to show a Cirlce expressed in physical units</string>
</resources>