summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/test_point_feature.geojson
blob: ae069de151c73aa8c6e39df53694dbd8998bad67 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "Feature",
  "properties": {},
  "geometry": {
    "type": "Point",
    "coordinates": [
      5.1080,
      52.0962
    ]
  }
}