Last active
November 7, 2016 06:10
-
-
Save Maxwell2022/6736eac7ab0f7ae35f62d0593695c5e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"notifications": { | |
"timeIntervalMax": 300, | |
"title": "On the move?", | |
"message": "Looks like you are travelling, check out the games in [CITY]!" | |
}, | |
"cities": [ | |
{ | |
"id": 56, | |
"name": "Sydney, NSW", | |
"latitude": -33.871003, | |
"longitude": 151.207928, | |
"detectionRadius": 40000 | |
}, | |
{ | |
"id": 73, | |
"name": "Canberra, ACT", | |
"latitude": -35.312662, | |
"longitude": 149.12244, | |
"detectionRadius": 20000 | |
}, | |
{ | |
"id": 54, | |
"name": "Melbourne, VIC", | |
"latitude": -37.831480, | |
"longitude": 144.942452, | |
"detectionRadius": 75000 | |
}, | |
{ | |
"id": 62, | |
"name": "Adelaide, SA", | |
"latitude": -34.912988, | |
"longitude": 138.596617, | |
"detectionRadius": 30000 | |
}, | |
{ | |
"id": 55, | |
"name": "Brisbane, QLD", | |
"latitude": -27.467965, | |
"longitude": 153.023863, | |
"detectionRadius": 40000 | |
}, | |
{ | |
"id": 6, | |
"name": "Cairns, QLD", | |
"latitude": -16.921899, | |
"longitude": 145.767164, | |
"detectionRadius": 15000 | |
}, | |
{ | |
"id": 64, | |
"name": "Darwin, NT", | |
"latitude": -12.439309, | |
"longitude": 130.839360, | |
"detectionRadius": 35000 | |
}, | |
{ | |
"id": 61, | |
"name": "Perth, WA", | |
"latitude": -31.946487, | |
"longitude": 115.851174, | |
"detectionRadius": 50000 | |
}, | |
{ | |
"id": 63, | |
"name": "Hobart, TAS", | |
"latitude": -42.880900, | |
"longitude": 147.326744, | |
"detectionRadius": 60000 | |
}, | |
{ | |
"id": 9, | |
"name": "New York", | |
"latitude": 40.713449, | |
"longitude": -74.006388, | |
"detectionRadius": 60000 | |
}, | |
{ | |
"id": 12, | |
"name": "Philadelphia", | |
"latitude": 39.955471, | |
"longitude": -75.1622359, | |
"detectionRadius": 60000 | |
}, | |
{ | |
"id": 6, | |
"name": "San Francisco", | |
"latitude": 37.776182, | |
"longitude": -122.417513, | |
"detectionRadius": 60000 | |
}, | |
{ | |
"id": 5, | |
"name": "Los Angeles", | |
"latitude": 34.053694, | |
"longitude": -118.233265, | |
"detectionRadius": 120000 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment