summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson21
1 files changed, 21 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson
new file mode 100644
index 0000000000..751c0a4939
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_feature_properties.geojson
@@ -0,0 +1,21 @@
+{
+ "type": "Feature",
+ "id": 1,
+ "properties": {
+ "null_prop": null,
+ "integer_prop": 10000,
+ "float_prop": 10000.10,
+ "string_prop": "my_string",
+ "bool_prop": true,
+ "object_prop": {
+ "nested_string_prop": "my_string"
+ }
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 5.112419128417969,
+ 52.09622422366772
+ ]
+ }
+}