From ed431c925c425eb9f4cfa1793255238a5708f468 Mon Sep 17 00:00:00 2001 From: Tobrun Date: Mon, 29 Aug 2016 13:18:32 +0200 Subject: [android] #6083 - add circle example (#6086) * add method addMarkerViews with only one invalidate * [android] #6083 - add circle example --- .../src/main/res/layout/activity_circlelayer.xml | 36 ++++++++++++++++++++++ .../src/main/res/values/strings.xml | 4 ++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_circlelayer.xml (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res') diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_circlelayer.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_circlelayer.xml new file mode 100644 index 0000000000..086b18fea1 --- /dev/null +++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_circlelayer.xml @@ -0,0 +1,36 @@ + + + + + + + + + + diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml index d8f2edd85e..b72dd9a2ae 100644 --- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml +++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml @@ -61,7 +61,8 @@ Query feature properties Count features in box Highlight features in box - Android SDK View integration + Add Circle + Android SDK View integration Tracks the location of the user @@ -100,6 +101,7 @@ Use a fixed Marker to select your location Use SupportMapFragments in a ViewPager Adopt the map style on the fly + Use GeoJson source to show a circle Use GeoJson sources and dynamic layers to cluster information Shows how to print a map Test animation of Android SDK View components -- cgit v1.2.1