Skip to content

Instantly share code, notes, and snippets.

@ibraAbuKaff
Created October 11, 2018 08:09
Show Gist options
  • Select an option

  • Save ibraAbuKaff/d23ccb1acfd78a8beaa23e94dff38a7a to your computer and use it in GitHub Desktop.

Select an option

Save ibraAbuKaff/d23ccb1acfd78a8beaa23e94dff38a7a to your computer and use it in GitHub Desktop.

Revisions

  1. ibraAbuKaff created this gist Oct 11, 2018.
    38 changes: 38 additions & 0 deletions list-of-locatrions .json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    [
    {
    "country": "UAE",
    "city": "Dubai",
    "address": "Dubai Mall",
    "loc": {
    "type": "Point",
    "coordinates": [
    25.1973,
    55.2793
    ]
    }
    },
    {
    "country": "UAE",
    "city": "Dubai",
    "address": "Trade Center Bulding",
    "loc": {
    "type": "Point",
    "coordinates": [
    25.223804,
    55.28456
    ]
    }
    },
    {
    "country": "UAE",
    "city": "Dubai",
    "address": "Burj Khalifa",
    "loc": {
    "type": "Point",
    "coordinates": [
    25.197233,
    55.274147
    ]
    }
    }
    ]