summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_multi_point_feature.geojson
blob: 6be05156e74ae2cf545942b4dcb13e7ac0d980d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "type": "Feature",
  "properties": {},
  "geometry": {
    "type": "MultiPoint",
    "coordinates": [
      [
        5.1080,
        52.0960
      ],
      [
        5.1080,
        52.0970
      ]
    ]
  }
}