-
-
Save kidker/f919925ed9bc055dd9515502eb30002d to your computer and use it in GitHub Desktop.
isoCapitals
This file contains hidden or 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
let isoCapitals: any = { | |
"ru": { | |
address: 'Москва', | |
latitude: 55.755826, | |
longitude: 37.617300 | |
}, | |
"ca": { | |
address: 'Ottawa', | |
latitude: 45.421530, | |
longitude: -75.697193 | |
}, | |
"us": { | |
address: 'Washington, D.C.', | |
latitude: 38.907192, | |
longitude: -77.036871 | |
}, | |
"fr": { | |
address: 'Paris', | |
latitude: 48.856614, | |
longitude: 2.352222 | |
}, | |
"fi": { | |
address: 'Helsinki', | |
latitude: 60.169856, | |
longitude: 24.938379 | |
}, | |
"se": { | |
address: 'Stockholm', | |
latitude: 59.329323, | |
longitude: 18.068581 | |
}, | |
"de": { | |
address: 'Berlin', | |
latitude: 52.520007, | |
longitude: 13.404954 | |
}, | |
"es": { | |
address: 'Madrid', | |
latitude: 40.416775, | |
longitude: -3.703790 | |
}, | |
"it": { | |
address: 'Rome', | |
latitude: 41.902783, | |
longitude: 12.496366 | |
}, | |
"ua": { | |
address: 'Kiev', | |
latitude: 50.450100, | |
longitude: 30.523400 | |
}, | |
"ru-ta": { | |
address: 'Kazan', | |
latitude: 55.830431, | |
longitude: 49.066081 | |
}, | |
"am": { | |
address: 'Yerevan', | |
latitude: 40.179186, | |
longitude: 44.499103 | |
}, | |
"ge": { | |
address: 'Tbilisi', | |
latitude: 41.715138, | |
longitude: 44.827096 | |
}, | |
"kz": { | |
address: 'Astana', | |
latitude: 51.160523, | |
longitude: 71.470356 | |
}, | |
"he": { | |
address: 'Jerusalem', | |
latitude: 31.768319, | |
longitude: 35.213710 | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment