turkish_cities 0.1.3 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/.codeclimate.yml +5 -0
  3. data/.github/ISSUE_TEMPLATE/bug_report.md +22 -0
  4. data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  5. data/.github/dependabot.yml +20 -0
  6. data/.github/pull_request_template.md +38 -0
  7. data/.hound.yml +1 -1
  8. data/.rubocop.yml +8 -18
  9. data/.travis.yml +9 -0
  10. data/CHANGELOG.md +53 -0
  11. data/Gemfile +0 -1
  12. data/Gemfile.lock +35 -32
  13. data/README.md +290 -47
  14. data/config/locales/en.yml +17 -0
  15. data/config/locales/tr.yml +17 -0
  16. data/lib/turkish_cities.rb +42 -4
  17. data/lib/turkish_cities/city.rb +18 -31
  18. data/lib/turkish_cities/data/cities.yaml +562 -1
  19. data/lib/turkish_cities/data/districts/adana.yaml +1043 -0
  20. data/lib/turkish_cities/data/districts/adiyaman.yaml +1243 -0
  21. data/lib/turkish_cities/data/districts/afyon.yaml +1253 -0
  22. data/lib/turkish_cities/data/districts/agri.yaml +1038 -0
  23. data/lib/turkish_cities/data/districts/aksaray.yaml +491 -0
  24. data/lib/turkish_cities/data/districts/amasya.yaml +753 -0
  25. data/lib/turkish_cities/data/districts/ankara.yaml +1712 -0
  26. data/lib/turkish_cities/data/districts/antalya.yaml +1114 -0
  27. data/lib/turkish_cities/data/districts/ardahan.yaml +396 -0
  28. data/lib/turkish_cities/data/districts/artvin.yaml +1956 -0
  29. data/lib/turkish_cities/data/districts/aydin.yaml +761 -0
  30. data/lib/turkish_cities/data/districts/balikesir.yaml +1338 -0
  31. data/lib/turkish_cities/data/districts/bartin.yaml +1065 -0
  32. data/lib/turkish_cities/data/districts/batman.yaml +790 -0
  33. data/lib/turkish_cities/data/districts/bayburt.yaml +263 -0
  34. data/lib/turkish_cities/data/districts/bilecik.yaml +425 -0
  35. data/lib/turkish_cities/data/districts/bingol.yaml +1159 -0
  36. data/lib/turkish_cities/data/districts/bitlis.yaml +818 -0
  37. data/lib/turkish_cities/data/districts/bolu.yaml +1730 -0
  38. data/lib/turkish_cities/data/districts/burdur.yaml +592 -0
  39. data/lib/turkish_cities/data/districts/bursa.yaml +1266 -0
  40. data/lib/turkish_cities/data/districts/canakkale.yaml +1035 -0
  41. data/lib/turkish_cities/data/districts/cankiri.yaml +719 -0
  42. data/lib/turkish_cities/data/districts/corum.yaml +1576 -0
  43. data/lib/turkish_cities/data/districts/denizli.yaml +724 -0
  44. data/lib/turkish_cities/data/districts/diyarbakir.yaml +1132 -0
  45. data/lib/turkish_cities/data/districts/duzce.yaml +756 -0
  46. data/lib/turkish_cities/data/districts/edirne.yaml +457 -0
  47. data/lib/turkish_cities/data/districts/elazig.yaml +1560 -0
  48. data/lib/turkish_cities/data/districts/erzincan.yaml +1086 -0
  49. data/lib/turkish_cities/data/districts/erzurum.yaml +1278 -0
  50. data/lib/turkish_cities/data/districts/eskisehir.yaml +673 -0
  51. data/lib/turkish_cities/data/districts/gaziantep.yaml +872 -0
  52. data/lib/turkish_cities/data/districts/giresun.yaml +2753 -0
  53. data/lib/turkish_cities/data/districts/gumushane.yaml +1185 -0
  54. data/lib/turkish_cities/data/districts/hakkari.yaml +478 -0
  55. data/lib/turkish_cities/data/districts/hatay.yaml +680 -0
  56. data/lib/turkish_cities/data/districts/igdir.yaml +272 -0
  57. data/lib/turkish_cities/data/districts/isparta.yaml +676 -0
  58. data/lib/turkish_cities/data/districts/istanbul.yaml +1812 -0
  59. data/lib/turkish_cities/data/districts/izmir.yaml +1657 -0
  60. data/lib/turkish_cities/data/districts/kahramanmaras.yaml +776 -0
  61. data/lib/turkish_cities/data/districts/karabuk.yaml +1171 -0
  62. data/lib/turkish_cities/data/districts/karaman.yaml +477 -0
  63. data/lib/turkish_cities/data/districts/kars.yaml +572 -0
  64. data/lib/turkish_cities/data/districts/kastamonu.yaml +4485 -0
  65. data/lib/turkish_cities/data/districts/kayseri.yaml +852 -0
  66. data/lib/turkish_cities/data/districts/kilis.yaml +328 -0
  67. data/lib/turkish_cities/data/districts/kirikkale.yaml +423 -0
  68. data/lib/turkish_cities/data/districts/kirklareli.yaml +384 -0
  69. data/lib/turkish_cities/data/districts/kirsehir.yaml +475 -0
  70. data/lib/turkish_cities/data/districts/kocaeli.yaml +597 -0
  71. data/lib/turkish_cities/data/districts/konya.yaml +1418 -0
  72. data/lib/turkish_cities/data/districts/kutahya.yaml +1042 -0
  73. data/lib/turkish_cities/data/districts/malatya.yaml +828 -0
  74. data/lib/turkish_cities/data/districts/manisa.yaml +1318 -0
  75. data/lib/turkish_cities/data/districts/mardin.yaml +762 -0
  76. data/lib/turkish_cities/data/districts/mersin.yaml +1013 -0
  77. data/lib/turkish_cities/data/districts/mugla.yaml +622 -0
  78. data/lib/turkish_cities/data/districts/mus.yaml +749 -0
  79. data/lib/turkish_cities/data/districts/nevsehir.yaml +481 -0
  80. data/lib/turkish_cities/data/districts/nigde.yaml +437 -0
  81. data/lib/turkish_cities/data/districts/ordu.yaml +857 -0
  82. data/lib/turkish_cities/data/districts/osmaniye.yaml +655 -0
  83. data/lib/turkish_cities/data/districts/rize.yaml +1447 -0
  84. data/lib/turkish_cities/data/districts/sakarya.yaml +744 -0
  85. data/lib/turkish_cities/data/districts/samsun.yaml +1363 -0
  86. data/lib/turkish_cities/data/districts/sanliurfa.yaml +1505 -0
  87. data/lib/turkish_cities/data/districts/siirt.yaml +579 -0
  88. data/lib/turkish_cities/data/districts/sinop.yaml +2061 -0
  89. data/lib/turkish_cities/data/districts/sirnak.yaml +404 -0
  90. data/lib/turkish_cities/data/districts/sivas.yaml +2476 -0
  91. data/lib/turkish_cities/data/districts/tekirdag.yaml +436 -0
  92. data/lib/turkish_cities/data/districts/tokat.yaml +1553 -0
  93. data/lib/turkish_cities/data/districts/trabzon.yaml +794 -0
  94. data/lib/turkish_cities/data/districts/tunceli.yaml +1074 -0
  95. data/lib/turkish_cities/data/districts/usak.yaml +735 -0
  96. data/lib/turkish_cities/data/districts/van.yaml +754 -0
  97. data/lib/turkish_cities/data/districts/yalova.yaml +151 -0
  98. data/lib/turkish_cities/data/districts/yozgat.yaml +939 -0
  99. data/lib/turkish_cities/data/districts/zonguldak.yaml +1599 -0
  100. data/lib/turkish_cities/data/neighborhoods_parser.rb +52 -0
  101. data/lib/turkish_cities/distance.rb +134 -0
  102. data/lib/turkish_cities/district.rb +53 -0
  103. data/lib/turkish_cities/helpers/decomposer_helper.rb +106 -0
  104. data/lib/turkish_cities/postcode.rb +25 -0
  105. data/lib/turkish_cities/version.rb +1 -1
  106. data/public/assets/img/TurkishCities_darkblue-on-yellow_800X800@3x-8.png +0 -0
  107. data/public/assets/img/TurkishCities_darkblue-on-yellow_914X343@3x-8.png +0 -0
  108. data/public/assets/img/TurkishCities_darkblue-on-yellow_horizontal_914X343@3x-8.png +0 -0
  109. data/public/assets/img/TurkishCities_yellow-on-darkblue_800X800@3x-8.png +0 -0
  110. data/public/assets/img/TurkishCities_yellow-on-darkblue_914X343@3x-8.png +0 -0
  111. data/public/assets/img/TurkishCities_yellow-on-darkblue_horizontal_914X343@3x-8.png +0 -0
  112. data/turkish_cities.gemspec +4 -5
  113. metadata +114 -14
@@ -0,0 +1,17 @@
1
+ en:
2
+ description_text:
3
+ air_travel: "Air travel distance between %{first_city} and %{second_city} is %{distance} km. Estimated air travel would take %{duration} minutes"
4
+ land_travel: "Land travel distance between %{first_city} and %{second_city} is %{distance} km"
5
+ errors:
6
+ cities_not_found_error: "Couldn't find cities combination with '%{first}/%{second}'"
7
+ city_not_found_error: "Couldn't find city name with '%{input}'"
8
+ district_not_found_error: "Couldn't find district name with '%{district_input}' of '%{city_input}'"
9
+ not_even_input: "Given value [%{input}] must be an even number"
10
+ outside_bounds: "Given value [%{input}] is outside bounds of %{min} to %{max}"
11
+ postcode_not_found_error: "Couldn't find any subdistrict with postcode '%{postcode_input}'"
12
+ subdistrict_not_found_error: "Couldn't find subdistrict with '%{subdistrict_input}' of '%{district_input}'/'%{city_input}'"
13
+ unsupported_travel_method: "Travel method '%{input}' is unsupported"
14
+ language:
15
+ errors:
16
+ unsupported_language_code: "Unsupported language code. Please use 'tr' for Turkish, 'en' for English"
17
+ success: "Language set to English"
@@ -0,0 +1,17 @@
1
+ tr:
2
+ description_text:
3
+ air_travel: "%{first_city} ile %{second_city} arasındaki havayolu mesafesi %{distance} km. Tahmini uçuş süresi %{duration} dakikadır"
4
+ land_travel: "%{first_city} ile %{second_city} arasındaki karayolu mesafesi %{distance} km"
5
+ errors:
6
+ cities_not_found_error: "'%{first}/%{second}' ile şehir kombinasyonu bulunamadı"
7
+ city_not_found_error: "'%{input}' ile bir şehir bulunamadı"
8
+ district_not_found_error: "'%{city_input}' şehrine ait '%{district_input}' ilçesi ile bir kayıt bulunamadı"
9
+ not_even_input: "Girilen değer [%{input}] çift sayı olmalı"
10
+ outside_bounds: "Girilen değer [%{input}] %{min} ile %{max} değerleri dışında"
11
+ postcode_not_found_error: "'%{postcode_input}' posta kodu ile kayıt bulunamadı"
12
+ subdistrict_not_found_error: "'%{subdistrict_input}' ile '%{district_input}'/'%{city_input}' ait bir kayıt bulunamdı"
13
+ unsupported_travel_method: "'%{input}' yolculuk methodu desteklenmiyor"
14
+ language:
15
+ errors:
16
+ unsupported_language_code: "Desteklenmeyen dil kodu. Lütfen Türkçe için 'tr', İngilizce için 'en' kullanınız"
17
+ success: "Dil Türkçe olarak ayarlandı"
@@ -1,9 +1,27 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'turkish_cities/city'
4
- require 'turkish_cities/version'
3
+ require_relative '../lib/turkish_cities/city'
4
+ require_relative '../lib/turkish_cities/distance'
5
+ require_relative '../lib/turkish_cities/district'
6
+ require_relative '../lib/turkish_cities/postcode'
7
+ require_relative '../lib/turkish_cities/version'
8
+
9
+ require 'i18n'
10
+
11
+ I18n.load_path << Dir["#{File.expand_path('config/locales')}/*.yml"]
5
12
 
6
13
  class TurkishCities
14
+ PLATE_NUMBER = 'plate_number'
15
+ PHONE_CODE = 'phone_code'
16
+
17
+ def self.change_locale(language_code)
18
+ if %w[en tr].include?(language_code)
19
+ I18n.locale = language_code.to_sym
20
+ return I18n.t('language.success')
21
+ end
22
+ I18n.t('language.errors.unsupported_language_code')
23
+ end
24
+
7
25
  def self.find_name_by_plate_number(plate_number)
8
26
  City.new.find_by_id(plate_number)
9
27
  end
@@ -13,14 +31,34 @@ class TurkishCities
13
31
  end
14
32
 
15
33
  def self.find_plate_number_by_name(city_name)
16
- City.new.find_by_name(city_name, 'plate_number')
34
+ City.new.find_by_name(city_name, self::PLATE_NUMBER)
17
35
  end
18
36
 
19
37
  def self.find_phone_code_by_name(city_name)
20
- City.new.find_by_name(city_name, 'phone_code')
38
+ City.new.find_by_name(city_name, self::PHONE_CODE)
21
39
  end
22
40
 
23
41
  def self.list_cities(options = {})
24
42
  City.new.list_cities(options)
25
43
  end
44
+
45
+ def self.list_districts(city_name)
46
+ City.new.list_districts(city_name)
47
+ end
48
+
49
+ def self.distance_between(from, to, travel_method)
50
+ Distance.new(from, to, travel_method).distance_between
51
+ end
52
+
53
+ def self.list_subdistricts(city_name, district_name)
54
+ District.new(city_name, district_name).subdistricts
55
+ end
56
+
57
+ def self.list_neighborhoods(city_name, district_name, subdistrict_name = nil)
58
+ District.new(city_name, district_name).neighborhoods(subdistrict_name)
59
+ end
60
+
61
+ def self.find_by_postcode(postcode)
62
+ Postcode.new.find_by_postcode(postcode)
63
+ end
26
64
  end
@@ -3,8 +3,10 @@
3
3
  require 'i18n'
4
4
  require 'yaml'
5
5
 
6
+ require_relative '../turkish_cities/helpers/decomposer_helper'
7
+
6
8
  class City
7
- I18n.enforce_available_locales = false
9
+ include DecomposerHelper
8
10
 
9
11
  file_path = File.join(File.dirname(__FILE__), 'data/cities.yaml')
10
12
  CITY_LIST = YAML.load_file(file_path)
@@ -22,13 +24,14 @@ class City
22
24
  check_phone_code(phone_code)
23
25
 
24
26
  CITY_LIST.each do |city|
25
- if city['phone_code'].is_a?(Array)
27
+ case city['phone_code']
28
+ when Array
26
29
  return city['name'] if city['phone_code'].include?(phone_code.to_i)
27
- elsif city['phone_code'] == phone_code.to_i
30
+ when phone_code.to_i
28
31
  return city['name']
29
32
  end
30
33
  end
31
- "Couldn't find city name with phone code #{phone_code}"
34
+ city_not_found_error(phone_code)
32
35
  end
33
36
 
34
37
  def find_by_name(city_name, return_type)
@@ -37,7 +40,7 @@ class City
37
40
  return return_type == 'plate_number' ? city['plate_number'] : city['phone_code']
38
41
  end
39
42
  end
40
- "Couldn't find city name with '#{city_name}'"
43
+ city_not_found_error(city_name)
41
44
  end
42
45
 
43
46
  def list_cities(options)
@@ -46,26 +49,23 @@ class City
46
49
  city_list = filter_metropolitan_municipalities(city_list) if options[:metropolitan_municipality]
47
50
  city_list = filter_regions(city_list, options[:region]) if options[:region]
48
51
 
49
- final_city_list = prepare_city_list(city_list)
50
- options[:alphabetically_sorted] ? sort_cities(final_city_list) : final_city_list
52
+ final_list = prepare_city_list(city_list, options)
53
+ options[:alphabetically_sorted] ? sort_alphabetically(final_list, options) : final_list
51
54
  end
52
55
 
53
- private
54
-
55
- def check_input_range(input, min, max)
56
- return if input.to_i.between?(min, max)
57
-
58
- raise RangeError, "Given value [#{input}] is outside bounds of #{min} to #{max}."
56
+ def list_districts(city_name)
57
+ CITY_LIST.each do |city|
58
+ return city['districts'] if convert_chars(city['name']) == convert_chars(city_name)
59
+ end
60
+ city_not_found_error(city_name)
59
61
  end
60
62
 
63
+ private
64
+
61
65
  def check_phone_code(input)
62
66
  return if input.to_i.even?
63
67
 
64
- raise ArgumentError, "Given value [#{input}] must be an even number."
65
- end
66
-
67
- def convert_chars(string)
68
- I18n.transliterate(string.downcase(:turkic))
68
+ raise ArgumentError, I18n.t('errors.not_even_input', input: input)
69
69
  end
70
70
 
71
71
  def filter_metropolitan_municipalities(city_list)
@@ -76,17 +76,4 @@ class City
76
76
  region = convert_chars(region.to_s)
77
77
  city_list.map { |city| city if convert_chars(city['region']) == region }.compact
78
78
  end
79
-
80
- def prepare_city_list(city_list)
81
- city_list.map do |city|
82
- city['name']
83
- end
84
- end
85
-
86
- def sort_cities(city_list)
87
- turkish_alphabet = ' -abcçdefgğhıijklmnoöprsştuüvyz'
88
- city_list.sort_by do |city|
89
- city.downcase(:turkic).chars.map { |char| turkish_alphabet.index(char) }
90
- end
91
- end
92
79
  end
@@ -2,485 +2,1046 @@
2
2
  plate_number: 1
3
3
  name: 'Adana'
4
4
  phone_code: 322
5
+ latitude: 36.9914
6
+ longitude: 35.3308
5
7
  metropolitan_municipality_since: 1986
6
8
  region: 'Akdeniz'
9
+ has_sea_access: true
10
+ districts: ['Aladağ', 'Ceyhan', 'Çukurova', 'Feke', 'İmamoğlu', 'Karaisalı', 'Karataş', 'Kozan', 'Pozantı',
11
+ 'Saimbeyli', 'Sarıçam', 'Seyhan', 'Tufanbeyli', 'Yumurtalık', 'Yüreğir']
12
+ land_distance: [335, 575, 966, 603, 492, 535, 1035, 874, 903, 773, 636, 732, 690, 657, 842, 1101, 577, 581, 755,
13
+ 525, 1178, 494, 670, 809, 690, 212, 720, 778, 898, 191, 617, 69, 948, 901, 1012, 683, 335, 1159, 377, 837, 358,
14
+ 675, 396, 885, 192, 537, 846, 743, 289, 207, 707, 919, 800, 720, 707, 847, 422, 1079, 491, 844, 628, 349, 690,
15
+ 893, 489, 765, 267, 800, 292, 477, 621, 709, 782, 1042, 1069, 899, 714, 246, 87, 735]
7
16
  -
8
17
  plate_number: 2
9
18
  name: 'Adıyaman'
10
19
  phone_code: 416
20
+ latitude: 37.7636
21
+ longitude: 38.2773
11
22
  metropolitan_municipality_since: null
12
23
  region: 'Güneydoğu Anadolu'
24
+ has_sea_access: false
25
+ districts: ['Besni', 'Çelikhan', 'Gerger', 'Gölbaşı', 'Kahta', 'Merkez', 'Samsat', 'Sincik', 'Tut']
26
+ land_distance: [910, 648, 632, 742, 870, 751, 1209, 1238, 1045, 348, 414, 936, 992, 1114, 1385, 771, 696, 1090, 207,
27
+ 1428, 285, 550, 525, 962, 150, 710, 683, 660, 316, 952, 404, 1198, 1236, 728, 877, 424, 1409, 558, 1087, 693,
28
+ 1010, 187, 1220, 163, 299, 1181, 459, 505, 542, 726, 784, 1050, 749, 389, 890, 412, 1329, 520, 783, 419, 112,
29
+ 1025, 575, 621, 1011, 580, 650, 627, 671, 303, 471, 1028, 758, 751, 1152, 960, 210, 248, 981]
13
30
  -
14
31
  plate_number: 3
15
32
  name: 'Afyon'
16
33
  phone_code: 272
34
+ latitude: 38.7595
35
+ longitude: 30.5387
17
36
  metropolitan_municipality_since: null
18
37
  region: 'Ege'
38
+ has_sea_access: false
39
+ districts: ['Başmakçı', 'Bayat', 'Bolvadin', 'Çay', 'Çobanlar', 'Dazkırı', 'Dinar', 'Emirdağ', 'Evciler', 'Hocalar',
40
+ 'İhsaniye', 'İscehisar', 'Kızılören', 'Merkez', 'Sandıklı', 'Sinanpaşa', 'Sultandağı', 'Şuhut']
41
+ land_distance: [1318, 597, 256, 291, 1243, 345, 328, 212, 1095, 1285, 420, 169, 277, 526, 397, 505, 222, 1100, 684,
42
+ 953, 948, 1138, 144, 787, 871, 1015, 1473, 766, 168, 565, 454, 326, 1338, 503, 521, 665, 426, 343, 223, 100, 855,
43
+ 310, 767, 1112, 367, 1202, 440, 459, 827, 1082, 306, 677, 1282, 675, 703, 585, 643, 1007, 1079, 924, 115, 1418,
44
+ 479, 488, 365, 1037, 336, 339, 1196, 1284, 515, 1351, 1429, 338, 447, 821, 662, 375]
19
45
  -
20
46
  plate_number: 4
21
47
  name: 'Ağrı'
22
48
  phone_code: 472
49
+ latitude: 39.6269
50
+ longitude: 43.0216
23
51
  metropolitan_municipality_since: null
24
52
  region: 'Doğu Anadolu'
53
+ has_sea_access: false
54
+ districts: ['Diyadin', 'Doğubayazıt', 'Eleşkirt', 'Hamur', 'Merkez', 'Patnos', 'Taşlıçay', 'Tutak']
55
+ land_distance: [736, 1054, 1428, 396, 1640, 1567, 1358, 356, 234, 1145, 1423, 1416, 1687, 984, 828, 1517, 441, 1637,
56
+ 496, 370, 183, 1295, 754, 545, 383, 425, 947, 1373, 1035, 1407, 1640, 214, 990, 812, 1618, 942, 1296, 1114, 1373,
57
+ 592, 1624, 811, 519, 1662, 245, 891, 938, 589, 439, 1259, 739, 330, 894, 618, 1538, 675, 476, 423, 617, 1429, 228,
58
+ 842, 1204, 966, 305, 1114, 979, 369, 430, 1173, 308, 143, 1361, 1104, 814, 879, 1190]
25
59
  -
26
60
  plate_number: 5
27
61
  name: 'Amasya'
28
62
  phone_code: 358
63
+ latitude: 40.6565
64
+ longitude: 35.8373
29
65
  metropolitan_municipality_since: null
30
66
  region: 'Karadeniz'
67
+ has_sea_access: false
68
+ districts: ['Göynücek', 'Gümüşhacıköy', 'Hamamözü', 'Merkez', 'Merzifon', 'Suluova', 'Taşova']
69
+ land_distance: [333, 825, 693, 938, 831, 622, 641, 831, 409, 762, 680, 951, 248, 92, 815, 696, 901, 543, 366, 556,
70
+ 574, 584, 321, 433, 1131, 681, 719, 639, 671, 919, 756, 254, 346, 882, 312, 560, 511, 652, 463, 903, 508, 792, 960,
71
+ 748, 361, 439, 277, 532, 523, 131, 882, 258, 220, 802, 114, 457, 497, 716, 708, 964, 200, 468, 422, 455, 615, 258,
72
+ 796, 982, 437, 781, 847, 625, 368, 644, 613, 454]
31
73
  -
32
74
  plate_number: 6
33
75
  name: 'Ankara'
34
76
  phone_code: 312
77
+ latitude: 39.9334
78
+ longitude: 32.8597
35
79
  metropolitan_municipality_since: 1984
36
80
  region: 'İç Anadolu'
81
+ has_sea_access: false
82
+ districts: ['Akyurt', 'Altındağ', 'Ayaş', 'Bala', 'Beypazarı', 'Çamlıdere', 'Çankaya', 'Çubuk', 'Elmadağ',
83
+ 'Etimesgut', 'Evren', 'Gölbaşı', 'Güdül', 'Haymana', 'Kahramankazan', 'Kalecik', 'Keçiören', 'Kızılcahamam',
84
+ 'Mamak', 'Nallıhan', 'Polatlı', 'Pursaklar', 'Sincan', 'Şereflikoçhisar', 'Yenimahalle']
85
+ land_distance: [543, 979, 597, 536, 316, 892, 1082, 191, 421, 385, 656, 130, 241, 474, 901, 683, 750, 684, 874, 233,
86
+ 655, 607, 751, 1341, 683, 420, 485, 453, 578, 1074, 236, 318, 664, 184, 342, 258, 311, 652, 562, 579, 980, 619,
87
+ 999, 275, 347, 563, 818, 305, 413, 1087, 408, 439, 584, 379, 743, 815, 792, 367, 1215, 215, 266, 225, 773, 369, 75,
88
+ 1001, 1152, 283, 1087, 1165, 407, 215, 715, 579, 236]
37
89
  -
38
90
  plate_number: 7
39
91
  name: 'Antalya'
40
92
  phone_code: 242
93
+ latitude: 36.8969
94
+ longitude: 30.7133
41
95
  metropolitan_municipality_since: 1993
42
96
  region: 'Akdeniz'
97
+ has_sea_access: true
98
+ districts: ['Akseki', 'Aksu', 'Alanya', 'Demre', 'Döşemealtı', 'Elmalı', 'Finike', 'Gazipaşa', 'Gündoğmuş', 'İbradı',
99
+ 'Kaş', 'Kemer', 'Kepez', 'Konyaaltı', 'Korkuteli', 'Kumluca', 'Manavgat', 'Muratpaşa', 'Serik']
100
+ land_distance: [1466, 339, 507, 475, 1171, 1267, 683, 122, 540, 702, 667, 733, 220, 1060, 910, 1029, 1058, 1248, 423,
101
+ 747, 1099, 1166, 1433, 726, 130, 466, 717, 444, 1448, 773, 618, 927, 572, 606, 322, 363, 931, 428, 727, 1072, 311,
102
+ 1278, 537, 544, 1055, 1307, 569, 905, 1242, 945, 810, 848, 871, 1232, 1163, 884, 294, 1428, 684, 751, 462, 1188,
103
+ 374, 567, 1156, 1244, 802, 1473, 1539, 601, 734, 781, 622, 638]
43
104
  -
44
105
  plate_number: 8
45
106
  name: 'Artvin'
46
107
  phone_code: 466
108
+ latitude: 41.1809
109
+ longitude: 41.8208
47
110
  metropolitan_municipality_since: null
48
111
  region: 'Karadeniz'
112
+ has_sea_access: true
113
+ districts: ['Ardanuç', 'Arhavi', 'Borçka', 'Hopa', 'Kemalpaşa', 'Merkez', 'Murgul', 'Şavşat', 'Yusufeli']
114
+ land_distance: [1584, 1460, 1251, 403, 562, 1038, 1408, 1309, 1580, 894, 738, 1461, 544, 1530, 543, 408, 226, 1220,
115
+ 857, 372, 336, 761, 1016, 1365, 1104, 1300, 1565, 207, 856, 850, 1511, 949, 1189, 1152, 1298, 639, 1549, 863, 640,
116
+ 1606, 479, 929, 976, 416, 161, 1152, 566, 658, 721, 656, 1431, 632, 236, 461, 720, 1354, 564, 837, 1070, 1004, 343,
117
+ 1152, 904, 597, 758, 1039, 116, 341, 1254, 970, 917, 948, 1083]
49
118
  -
50
119
  plate_number: 9
51
120
  name: 'Aydın'
52
121
  phone_code: 256
122
+ latitude: 37.8380
123
+ longitude: 27.8456
53
124
  metropolitan_municipality_since: 2012
54
125
  region: 'Ege'
126
+ has_sea_access: true
127
+ districts: ['Bozdoğan', 'Buharkent', 'Çine', 'Didim', 'Efeler', 'Germencik', 'İncirliova', 'Karacasu', 'Karpuzlu',
128
+ 'Koçarlı', 'Köşk', 'Kuşadası', 'Kuyucak', 'Nazilli', 'Söke', 'Sultanhisar', 'Yenipazar']
129
+ land_distance: [296, 520, 1404, 1594, 716, 269, 445, 451, 738, 846, 126, 1399, 659, 1262, 1270, 1460, 477, 1086,
130
+ 1212, 1356, 1772, 1065, 288, 805, 684, 126, 1660, 844, 830, 676, 767, 573, 532, 408, 1164, 155, 1066, 1411, 99,
131
+ 1511, 749, 768, 1168, 1423, 602, 1018, 1581, 1016, 1022, 630, 984, 1348, 1396, 1223, 273, 1727, 820, 784, 674,
132
+ 1378, 641, 680, 1495, 1583, 856, 1685, 1751, 510, 788, 1120, 961, 671]
55
133
  -
56
134
  plate_number: 10
57
135
  name: 'Balıkesir'
58
136
  phone_code: 266
137
+ latitude: 39.7617
138
+ longitude: 28.1123
59
139
  metropolitan_municipality_since: 2012
60
140
  region: 'Marmara'
141
+ has_sea_access: true
142
+ districts: ['Altıeylül', 'Ayvalık', 'Balya', 'Bandırma', 'Bigadiç', 'Burhaniye', 'Dursunbey', 'Edremit', 'Erdek',
143
+ 'Gömeç', 'Gönen', 'Havran', 'İvrindi', 'Karesi', 'Kepsut', 'Manyas', 'Marmara', 'Savaştepe', 'Sındırgı',
144
+ 'Susurluk']
145
+ land_distance: [245, 1414, 1604, 422, 395, 151, 198, 655, 774, 287, 1423, 406, 1272, 1197, 1387, 303, 1115, 1088,
146
+ 1250, 1801, 1094, 394, 893, 390, 176, 1587, 667, 840, 423, 706, 279, 551, 228, 1174, 141, 1095, 1440, 394, 1521,
147
+ 768, 787, 1044, 1299, 308, 894, 1609, 839, 983, 377, 923, 1224, 1328, 1252, 223, 1737, 759, 490, 693, 1286, 664,
148
+ 619, 1523, 1612, 577, 1568, 1678, 216, 556, 1149, 990, 377]
61
149
  -
62
150
  plate_number: 11
63
151
  name: 'Bilecik'
64
152
  phone_code: 228
153
+ latitude: 40.1426
154
+ longitude: 29.9793
65
155
  metropolitan_municipality_since: null
66
156
  region: 'Marmara'
157
+ has_sea_access: false
158
+ districts: ['Bozüyük', 'Gölpazarı', 'İnhisar', 'Merkez', 'Osmaneli', 'Pazaryeri', 'Söğüt', 'Yenipazar']
159
+ land_distance: [1194, 1384, 213, 353, 94, 365, 446, 565, 397, 1203, 477, 1052, 988, 1178, 83, 957, 879, 1041, 1643,
160
+ 964, 352, 763, 247, 419, 1378, 458, 620, 458, 486, 136, 421, 112, 954, 384, 881, 1282, 542, 1301, 577, 648, 835,
161
+ 1090, 99, 685, 1389, 630, 763, 378, 703, 1015, 1119, 1094, 251, 1517, 539, 281, 526, 1077, 534, 399, 1303, 1454,
162
+ 368, 1359, 1469, 126, 347, 1017, 860, 168]
67
163
  -
68
164
  plate_number: 12
69
165
  name: 'Bingöl'
70
166
  phone_code: 426
167
+ latitude: 39.0626
168
+ longitude: 40.7696
71
169
  metropolitan_municipality_since: null
72
170
  region: 'Doğu Anadolu'
171
+ has_sea_access: false
172
+ districts: ['Adaklı', 'Genç', 'Karlıova', 'Kiğı', 'Merkez', 'Solhan', 'Yayladere', 'Yedisu']
173
+ land_distance: [194, 1050, 1187, 1264, 1535, 889, 733, 1281, 141, 1542, 144, 275, 177, 1112, 454, 542, 380, 494, 617,
174
+ 1137, 705, 1312, 1421, 380, 895, 574, 1523, 708, 1201, 878, 1190, 240, 1405, 464, 237, 1426, 111, 655, 702, 586,
175
+ 436, 1164, 721, 280, 866, 467, 1443, 575, 473, 144, 317, 1210, 327, 691, 1109, 730, 302, 878, 821, 194, 380, 1078,
176
+ 410, 471, 1266, 1009, 514, 549, 1095]
73
177
  -
74
178
  plate_number: 13
75
179
  name: 'Bitlis'
76
180
  phone_code: 434
181
+ latitude: 38.4006
182
+ longitude: 42.1095
77
183
  metropolitan_municipality_since: null
78
184
  region: 'Doğu Anadolu'
185
+ has_sea_access: false
186
+ districts: ['Adilcevaz', 'Ahlat', 'Güroymak', 'Hizan', 'Merkez', 'Mutki', 'Tatvan']
187
+ land_distance: [1240, 1377, 1454, 1725, 1079, 923, 1471, 207, 1732, 334, 465, 349, 1302, 520, 711, 549, 328, 713,
188
+ 1327, 801, 1502, 1611, 432, 1085, 764, 1713, 898, 1391, 1068, 1380, 430, 1595, 577, 285, 1578, 83, 845, 892, 755,
189
+ 605, 1354, 905, 96, 1056, 657, 1633, 765, 642, 334, 383, 1400, 161, 881, 1299, 920, 471, 1024, 1011, 135, 196,
190
+ 1268, 494, 337, 1456, 1199, 580, 645, 1285]
79
191
  -
80
192
  plate_number: 14
81
193
  name: 'Bolu'
82
194
  phone_code: 374
195
+ latitude: 40.7325
196
+ longitude: 31.6082
83
197
  metropolitan_municipality_since: null
84
198
  region: 'Karadeniz'
199
+ has_sea_access: false
200
+ districts: ['Dörtdivan', 'Gerede', 'Göynük', 'Kıbrıscık', 'Mengen', 'Merkez', 'Mudurnu', 'Seben', 'Yeniçağa']
201
+ land_distance: [561, 271, 542, 233, 352, 605, 1095, 492, 944, 775, 965, 291, 849, 666, 828, 1535, 881, 560, 683, 262,
202
+ 596, 1165, 245, 512, 473, 378, 151, 456, 320, 846, 561, 773, 1174, 750, 1157, 469, 545, 622, 877, 114, 472, 1281,
203
+ 417, 629, 393, 523, 802, 906, 986, 459, 1373, 409, 157, 423, 864, 567, 269, 1195, 1346, 174, 1146, 1256, 216, 134,
204
+ 909, 777, 45]
85
205
  -
86
206
  plate_number: 15
87
207
  name: 'Burdur'
88
208
  phone_code: 248
209
+ latitude: 37.7183
210
+ longitude: 30.2823
89
211
  metropolitan_municipality_since: null
90
212
  region: 'Akdeniz'
213
+ has_sea_access: false
214
+ districts: ['Ağlasun', 'Altınyayla', 'Bucak', 'Çavdır', 'Çeltikçi', 'Gölhisar', 'Karamanlı', 'Kemer', 'Merkez',
215
+ 'Tefenni', 'Yeşilova']
216
+ land_distance: [418, 593, 562, 670, 150, 1182, 801, 1045, 1053, 1243, 301, 869, 1036, 1161, 1555, 848, 51, 588, 595,
217
+ 374, 1443, 668, 613, 806, 566, 484, 314, 241, 947, 358, 849, 1194, 241, 1294, 532, 551, 992, 1247, 447, 842, 1364,
218
+ 840, 805, 726, 808, 1172, 1179, 1006, 172, 1510, 644, 629, 457, 1183, 419, 504, 1278, 1366, 680, 1468, 1534, 479,
219
+ 612, 903, 744, 516]
91
220
  -
92
221
  plate_number: 16
93
222
  name: 'Bursa'
94
223
  phone_code: 224
224
+ latitude: 40.1885
225
+ longitude: 29.0610
95
226
  metropolitan_municipality_since: 1987
96
227
  region: 'Marmara'
228
+ has_sea_access: true
229
+ districts: ['Büyükorhan', 'Gemlik', 'Gürsu', 'Harmancık', 'İnegöl', 'İznik', 'Karacabey', 'Keles', 'Kestel',
230
+ 'Mudanya', 'Mustafakemalpaşa', 'Nilüfer', 'Orhaneli', 'Orhangazi', 'Osmangazi', 'Yenişehir', 'Yıldırım']
231
+ land_distance: [271, 504, 623, 436, 1272, 419, 1121, 1046, 1236, 152, 1026, 937, 1099, 1712, 1033, 417, 832, 243,
232
+ 325, 1436, 516, 689, 436, 555, 132, 490, 177, 1023, 290, 950, 1351, 543, 1370, 646, 717, 893, 1148, 157, 743, 1458,
233
+ 688, 832, 374, 772, 1073, 1177, 1163, 308, 1586, 608, 339, 595, 1135, 603, 468, 1372, 1523, 426, 1417, 1527, 69,
234
+ 405, 1086, 929, 226]
97
235
  -
98
236
  plate_number: 17
99
237
  name: 'Çanakkale'
100
238
  phone_code: 286
239
+ latitude: 40.1467
240
+ longitude: 26.4086
101
241
  metropolitan_municipality_since: null
102
242
  region: 'Marmara'
243
+ has_sea_access: true
244
+ districts: ['Ayvacık', 'Bayramiç', 'Biga', 'Bozcaada', 'Çan', 'Eceabat', 'Ezine', 'Gelibolu', 'Gökçeada', 'Lapseki',
245
+ 'Merkez', 'Yenice']
246
+ land_distance: [775, 894, 482, 1543, 216, 1392, 1317, 1507, 423, 1297, 1208, 1370, 1983, 1292, 592, 1091, 318, 327,
247
+ 1707, 787, 960, 233, 826, 399, 749, 426, 1294, 330, 1221, 1622, 549, 1641, 917, 985, 1164, 1419, 428, 1014, 1729,
248
+ 959, 1103, 187, 1043, 1344, 1448, 1434, 421, 1857, 879, 610, 866, 1406, 862, 739, 1643, 1794, 697, 1688, 1798, 336,
249
+ 676, 1347, 1188, 497]
103
250
  -
104
251
  plate_number: 18
105
252
  name: 'Çankırı'
106
253
  phone_code: 376
254
+ latitude: 40.6002
255
+ longitude: 33.6162
107
256
  metropolitan_municipality_since: null
108
257
  region: 'İç Anadolu'
258
+ has_sea_access: false
259
+ districts: ['Atkaracalar', 'Bayramören', 'Çerkeş', 'Eldivan', 'Ilgaz', 'Kızılırmak', 'Korgun', 'Kurşunlu', 'Merkez',
260
+ 'Orta', 'Şabanözü', 'Yapraklı']
261
+ land_distance: [156, 615, 916, 725, 763, 614, 804, 374, 684, 522, 681, 1370, 768, 561, 570, 495, 719, 1004, 106, 347,
262
+ 706, 213, 384, 353, 452, 681, 703, 608, 1009, 760, 996, 304, 386, 478, 733, 347, 328, 1102, 278, 440, 626, 334,
263
+ 658, 745, 821, 508, 1212, 244, 293, 310, 703, 464, 104, 1016, 1181, 282, 1002, 1095, 449, 193, 744, 664, 278]
109
264
  -
110
265
  plate_number: 19
111
266
  name: 'Çorum'
112
267
  phone_code: 364
268
+ latitude: 40.5499
269
+ longitude: 34.9537
113
270
  metropolitan_municipality_since: null
114
271
  region: 'Karadeniz'
272
+ has_sea_access: false
273
+ districts: ['Alaca', 'Bayat', 'Boğazkale', 'Dodurga', 'İskilip', 'Kargı', 'Laçin', 'Mecitözü', 'Merkez', 'Oğuzlar',
274
+ 'Ortaköy', 'Osmancık', 'Sungurlu', 'Uğurludağ']
275
+ land_distance: [723, 760, 844, 607, 458, 648, 482, 618, 366, 525, 1223, 715, 627, 574, 614, 827, 848, 197, 281, 825,
276
+ 220, 503, 419, 560, 527, 811, 542, 856, 868, 840, 296, 374, 322, 577, 466, 172, 946, 266, 284, 745, 178, 502, 589,
277
+ 755, 616, 1056, 108, 411, 330, 547, 530, 166, 860, 1046, 380, 846, 939, 568, 311, 678, 647, 397]
115
278
  -
116
279
  plate_number: 20
117
280
  name: 'Denizli'
118
281
  phone_code: 258
282
+ latitude: 37.7830
283
+ longitude: 29.0963
119
284
  metropolitan_municipality_since: 2012
120
285
  region: 'Ege'
286
+ has_sea_access: false
287
+ districts: ['Acıpayam', 'Babadağ', 'Baklan', 'Bekilli', 'Beyağaç', 'Bozkurt', 'Buldan', 'Çal', 'Çameli', 'Çardak',
288
+ 'Çivril', 'Güney', 'Honaz', 'Kale', 'Merkezefendi', 'Pamukkale', 'Sarayköy', 'Serinhisar', 'Tavas']
289
+ land_distance: [1280, 690, 1139, 1147, 1337, 354, 967, 1089, 1233, 1653, 946, 165, 686, 639, 224, 1537, 721, 707,
290
+ 707, 644, 528, 409, 285, 1041, 208, 947, 1292, 145, 1388, 626, 645, 1045, 1300, 491, 895, 1462, 893, 899, 661, 861,
291
+ 1225, 1273, 1104, 150, 1604, 697, 673, 551, 1255, 518, 557, 1376, 1464, 733, 1562, 1628, 501, 665, 1001, 842, 560]
121
292
  -
122
293
  plate_number: 21
123
294
  name: 'Diyarbakır'
124
295
  phone_code: 412
296
+ latitude: 37.9250
297
+ longitude: 40.2110
125
298
  metropolitan_municipality_since: 1993
126
299
  region: 'Güneydoğu Anadolu'
300
+ has_sea_access: false
301
+ districts: ['Bağlar', 'Bismil', 'Çermik', 'Çınar', 'Çüngüş', 'Dicle', 'Eğil', 'Ergani', 'Hani', 'Hazro', 'Kayapınar',
302
+ 'Kocaköy', 'Kulp', 'Lice', 'Silvan', 'Sur', 'Yenişehir']
303
+ land_distance: [1587, 153, 408, 318, 1121, 313, 683, 521, 475, 506, 1142, 594, 1357, 1426, 521, 950, 583, 1568, 717,
304
+ 1246, 883, 1199, 249, 1410, 370, 96, 1371, 252, 664, 711, 727, 577, 1209, 813, 186, 954, 476, 1488, 584, 614, 277,
305
+ 176, 1215, 368, 700, 1164, 739, 443, 817, 830, 100, 286, 1133, 551, 544, 1311, 1064, 373, 438, 1140]
127
306
  -
128
307
  plate_number: 22
129
308
  name: 'Edirne'
130
309
  phone_code: 284
310
+ latitude: 41.6771
311
+ longitude: 26.5557
131
312
  metropolitan_municipality_since: null
132
313
  region: 'Marmara'
314
+ has_sea_access: true
315
+ districts: ['Enez', 'Havsa', 'İpsala', 'Keşan', 'Lalapaşa', 'Meriç', 'Merkez', 'Süloğlu', 'Uzunköprü']
316
+ land_distance: [1436, 1267, 1457, 555, 1341, 1158, 1320, 2027, 1369, 800, 1171, 230, 535, 1657, 737, 1004, 62, 870,
317
+ 341, 893, 584, 1338, 538, 1265, 1666, 757, 1649, 961, 1033, 1114, 1369, 378, 964, 1773, 909, 1121, 140, 1015, 1294,
318
+ 1398, 1478, 629, 1865, 901, 560, 911, 1356, 1006, 761, 1687, 1838, 647, 1638, 1748, 406, 626, 1401, 1265, 447]
133
319
  -
134
320
  plate_number: 23
135
321
  name: 'Elazığ'
136
322
  phone_code: 424
323
+ latitude: 38.6748
324
+ longitude: 39.2225
137
325
  metropolitan_municipality_since: null
138
326
  region: 'Doğu Anadolu'
327
+ has_sea_access: false
328
+ districts: ['Ağın', 'Alacakaya', 'Arıcak', 'Baskil', 'Karakoçan', 'Keban', 'Kovancılar', 'Maden', 'Merkez', 'Palu',
329
+ 'Sivrice']
330
+ land_distance: [267, 317, 970, 342, 562, 400, 628, 475, 995, 563, 1206, 1279, 520, 797, 432, 1417, 566, 1095, 736,
331
+ 1048, 98, 1263, 322, 249, 1284, 251, 513, 560, 592, 575, 1058, 660, 339, 801, 323, 1337, 431, 500, 136, 319, 1068,
332
+ 467, 547, 1011, 588, 396, 736, 679, 253, 439, 980, 550, 611, 1160, 911, 402, 407, 989]
139
333
  -
140
334
  plate_number: 24
141
335
  name: 'Erzincan'
142
336
  phone_code: 446
337
+ latitude: 39.7468
338
+ longitude: 39.4911
143
339
  metropolitan_municipality_since: null
144
340
  region: 'Doğu Anadolu'
341
+ has_sea_access: false
342
+ districts: ['Çayırlı', 'İliç', 'Kemah', 'Kemaliye', 'Merkez', 'Otlukbeli', 'Refahiye', 'Tercan', 'Üzümlü']
343
+ land_distance: [190, 925, 607, 295, 133, 765, 740, 1003, 739, 1037, 1270, 390, 620, 442, 1248, 572, 926, 744, 1003,
344
+ 363, 1254, 575, 504, 1292, 382, 521, 568, 325, 308, 889, 446, 555, 591, 248, 1168, 305, 233, 131, 574, 1059, 598,
345
+ 472, 834, 596, 155, 744, 609, 469, 655, 803, 415, 481, 991, 734, 667, 672, 820]
145
346
  -
146
347
  plate_number: 25
147
348
  name: 'Erzurum'
148
349
  phone_code: 442
350
+ latitude: 39.9055
351
+ longitude: 41.2658
149
352
  metropolitan_municipality_since: 1993
150
353
  region: 'Doğu Anadolu'
354
+ has_sea_access: false
355
+ districts: ['Aşkale', 'Aziziye', 'Çat', 'Hınıs', 'Horasan', 'İspir', 'Karaçoban', 'Karayazı', 'Köprüköy', 'Narman',
356
+ 'Oltu', 'Olur', 'Palandöken', 'Pasinler', 'Pazaryolu', 'Şenkaya', 'Tekman', 'Tortum', 'Uzundere', 'Yakutiye']
357
+ land_distance: [1115, 631, 365, 203, 608, 790, 1193, 878, 1227, 1460, 203, 810, 632, 1438, 762, 1116, 934, 1193, 413,
358
+ 1444, 637, 414, 1482, 266, 711, 758, 409, 259, 1079, 559, 445, 714, 438, 1358, 495, 296, 243, 494, 1249, 411, 662,
359
+ 1024, 786, 125, 934, 799, 371, 545, 993, 233, 294, 1181, 924, 691, 722, 1010]
151
360
  -
152
361
  plate_number: 26
153
362
  name: 'Eskişehir'
154
363
  phone_code: 222
364
+ latitude: 39.7667
365
+ longitude: 30.5256
155
366
  metropolitan_municipality_since: 1993
156
367
  region: 'İç Anadolu'
368
+ has_sea_access: false
369
+ districts: ['Alpu', 'Beylikova', 'Çifteler', 'Günyüzü', 'Han', 'İnönü', 'Mahmudiye', 'Mihalgazi', 'Mihalıççık',
370
+ 'Odunpazarı', 'Sarıcakaya', 'Seyitgazi', 'Sivrihisar', 'Tepebaşı']
371
+ land_distance: [874, 848, 992, 1560, 881, 300, 680, 325, 410, 1315, 480, 537, 536, 403, 214, 338, 78, 871, 394, 798,
372
+ 1199, 499, 1218, 494, 565, 804, 1059, 177, 654, 1306, 652, 680, 456, 620, 984, 1056, 1011, 217, 1434, 456, 359,
373
+ 443, 1014, 451, 316, 1220, 1371, 446, 1328, 1406, 209, 424, 934, 777, 246]
157
374
  -
158
375
  plate_number: 27
159
376
  name: 'Gaziantep'
160
377
  phone_code: 342
378
+ latitude: 37.0660
379
+ longitude: 37.3781
161
380
  metropolitan_municipality_since: 1987
162
381
  region: 'Güneydoğu Anadolu'
382
+ has_sea_access: false
383
+ districts: ['Araban', 'İslahiye', 'Karkamış', 'Nizip', 'Nurdağı', 'Oğuzeli', 'Şahinbey', 'Şehitkamil', 'Yavuzeli']
384
+ land_distance: [701, 740, 686, 193, 829, 281, 1111, 1113, 834, 790, 337, 1322, 471, 1000, 570, 887, 244, 1097, 76,
385
+ 325, 1058, 565, 418, 419, 688, 890, 963, 701, 495, 842, 403, 1242, 472, 825, 476, 137, 902, 681, 534, 924, 479,
386
+ 736, 504, 584, 409, 497, 941, 864, 857, 1065, 873, 64, 125, 894]
163
387
  -
164
388
  plate_number: 28
165
389
  name: 'Giresun'
166
390
  phone_code: 454
391
+ latitude: 40.9175
392
+ longitude: 38.3927
167
393
  metropolitan_municipality_since: null
168
394
  region: 'Karadeniz'
395
+ has_sea_access: true
396
+ districts: ['Alucra', 'Bulancak', 'Çamoluk', 'Çanakçı', 'Dereli', 'Doğankent', 'Espiye', 'Eynesil', 'Görele', 'Güce',
397
+ 'Keşap', 'Merkez', 'Piraziz', 'Şebinkarahisar', 'Tirebolu', 'Yağlıdere']
398
+ land_distance: [162, 970, 798, 993, 789, 928, 1193, 565, 484, 492, 1139, 577, 817, 785, 926, 541, 1177, 625, 779,
399
+ 1234, 628, 571, 618, 44, 211, 780, 194, 807, 349, 298, 1059, 260, 136, 426, 794, 982, 773, 465, 698, 646, 240, 794,
400
+ 532, 736, 907, 667, 480, 656, 882, 598, 761, 730, 711]
169
401
  -
170
402
  plate_number: 29
171
403
  name: 'Gümüşhane'
172
404
  phone_code: 456
405
+ latitude: 40.4608
406
+ longitude: 39.4803
173
407
  metropolitan_municipality_since: null
174
408
  region: 'Karadeniz'
409
+ has_sea_access: false
410
+ districts: ['Kelkit', 'Köse', 'Kürtün', 'Merkez', 'Şiran', 'Torul']
411
+ land_distance: [808, 856, 1111, 847, 1090, 1337, 403, 646, 550, 1301, 680, 979, 852, 1070, 496, 1321, 683, 617, 1378,
412
+ 466, 629, 676, 206, 175, 942, 356, 645, 511, 356, 1221, 372, 100, 264, 697, 1126, 611, 577, 860, 704, 78, 852, 676,
413
+ 574, 745, 829, 428, 494, 1044, 760, 800, 788, 873]
175
414
  -
176
415
  plate_number: 30
177
416
  name: 'Hakkari'
178
417
  phone_code: 438
418
+ latitude: 37.5774
419
+ longitude: 43.7368
179
420
  metropolitan_municipality_since: null
180
421
  region: 'Doğu Anadolu'
422
+ has_sea_access: false
423
+ districts: ['Çukurca', 'Derecik', 'Merkez', 'Şemdinli', 'Yüksekova']
424
+ land_distance: [879, 1515, 967, 1797, 1799, 560, 1385, 1023, 2008, 1157, 1686, 1256, 1573, 724, 1783, 762, 386, 1744,
425
+ 383, 1104, 1105, 1014, 864, 1649, 1164, 289, 1319, 951, 1928, 1059, 901, 634, 549, 1588, 197, 1175, 1599, 1165,
426
+ 730, 1190, 1270, 375, 189, 1568, 648, 420, 1751, 1499, 746, 811, 1580]
181
427
  -
182
428
  plate_number: 31
183
429
  name: 'Hatay'
184
430
  phone_code: 326
431
+ latitude: 36.4018
432
+ longitude: 36.3498
185
433
  metropolitan_municipality_since: 2012
186
434
  region: 'Akdeniz'
435
+ has_sea_access: true
436
+ districts: ['Altınözü', 'Antakya', 'Arsuz', 'Belen', 'Defne', 'Dörtyol', 'Erzin', 'Hassa', 'İskenderun', 'Kırıkhan',
437
+ 'Kumlu', 'Payas', 'Reyhanlı', 'Samandağ', 'Yayladağı']
438
+ land_distance: [808, 260, 1139, 1092, 993, 874, 434, 1350, 568, 1028, 549, 866, 377, 1076, 173, 518, 1037, 724, 480,
439
+ 398, 785, 997, 991, 798, 688, 939, 500, 1270, 569, 922, 609, 330, 881, 874, 631, 956, 458, 869, 483, 668, 602, 690,
440
+ 973, 1023, 1050, 1090, 905, 145, 129, 926]
187
441
  -
188
442
  plate_number: 32
189
443
  name: 'Isparta'
190
444
  phone_code: 246
445
+ latitude: 38.0211
446
+ longitude: 31.0794
191
447
  metropolitan_municipality_since: null
192
448
  region: 'Akdeniz'
449
+ has_sea_access: false
450
+ districts: ['Aksu', 'Atabey', 'Eğirdir', 'Gelendost', 'Gönen', 'Keçiborlu', 'Merkez', 'Senirkent', 'Sütçüler',
451
+ 'Şarkikaraağaç', 'Uluborlu', 'Yalvaç', 'Yenişarbademli']
452
+ land_distance: [564, 594, 382, 1393, 667, 563, 805, 516, 483, 263, 240, 897, 366, 809, 1154, 292, 1244, 482, 501,
453
+ 949, 1204, 446, 799, 1324, 839, 755, 725, 765, 1129, 1129, 966, 171, 1460, 600, 628, 407, 1133, 368, 461, 1238,
454
+ 1326, 679, 1418, 1484, 478, 611, 863, 704, 515]
193
455
  -
194
456
  plate_number: 33
195
457
  name: 'Mersin'
196
458
  phone_code: 324
459
+ latitude: 36.8121
460
+ longitude: 34.6415
197
461
  metropolitan_municipality_since: 1993
198
462
  region: 'Akdeniz'
463
+ has_sea_access: true
464
+ districts: ['Akdeniz', 'Anamur', 'Aydıncık', 'Bozyazı', 'Çamlıyayla', 'Erdemli', 'Gülnar', 'Mezitli', 'Mut',
465
+ 'Silifke', 'Tarsus', 'Toroslar', 'Yenişehir']
466
+ land_distance: [941, 891, 1081, 676, 328, 1152, 370, 830, 348, 665, 465, 875, 261, 606, 777, 812, 282, 200, 776, 988,
467
+ 793, 746, 776, 840, 491, 1072, 560, 913, 697, 418, 680, 962, 482, 758, 260, 869, 235, 470, 690, 778, 775, 1111,
468
+ 1138, 889, 707, 315, 156, 728]
199
469
  -
200
470
  plate_number: 34
201
471
  name: 'İstanbul'
202
472
  phone_code: [212,216]
473
+ latitude: 41.0082
474
+ longitude: 28.9784
203
475
  metropolitan_municipality_since: 1984
204
476
  region: 'Marmara'
477
+ has_sea_access: true
478
+ districts: ['Adalar', 'Arnavutköy', 'Ataşehir', 'Avcılar', 'Bağcılar', 'Bahçelievler', 'Bakırköy', 'Başakşehir',
479
+ 'Bayrampaşa', 'Beşiktaş', 'Beykoz', 'Beylikdüzü', 'Beyoğlu', 'Büyükçekmece', 'Çatalca', 'Çekmeköy', 'Esenler',
480
+ 'Esenyurt', 'Eyüpsultan', 'Fatih', 'Gaziosmanpaşa', 'Güngören', 'Kadıköy', 'Kağıthane', 'Kartal', 'Küçükçekmece',
481
+ 'Maltepe', 'Pendik', 'Sancaktepe', 'Sarıyer', 'Silivri', 'Sultanbeyli', 'Sultangazi', 'Şile', 'Şişli', 'Tuzla',
482
+ 'Ümraniye', 'Üsküdar', 'Zeytinburnu']
483
+ land_distance: [564, 1427, 507, 774, 211, 640, 111, 663, 354, 1108, 529, 1035, 1436, 782, 1419, 731, 803, 884, 1139,
484
+ 148, 734, 1543, 679, 891, 131, 785, 1064, 1168, 1248, 493, 1635, 671, 330, 681, 1126, 776, 531, 1457, 1608, 417,
485
+ 1408, 1518, 176, 396, 1171, 1035, 217]
205
486
  -
206
487
  plate_number: 35
207
488
  name: 'İzmir'
208
489
  phone_code: 232
490
+ latitude: 38.4237
491
+ longitude: 27.1428
209
492
  metropolitan_municipality_since: 1984
210
493
  region: 'Ege'
494
+ has_sea_access: true
495
+ districts: ['Aliağa', 'Balçova', 'Bayındır', 'Bayraklı', 'Bergama', 'Beydağ', 'Bornova', 'Buca', 'Çeşme', 'Çiğli',
496
+ 'Dikili', 'Foça', 'Gaziemir', 'Güzelbahçe', 'Karabağlar', 'Karaburun', 'Karşıyaka', 'Kemalpaşa', 'Kınık', 'Kiraz',
497
+ 'Konak', 'Menderes', 'Menemen', 'Narlıdere', 'Ödemiş', 'Seferihisar', 'Selçuk', 'Tire', 'Torbalı', 'Urla']
498
+ land_distance: [1660, 825, 847, 552, 748, 453, 549, 332, 1181, 35, 1093, 1438, 224, 1528, 766, 785, 1149, 1404, 482,
499
+ 999, 1608, 997, 1025, 506, 965, 1329, 1401, 1250, 211, 1744, 801, 664, 691, 1359, 662, 661, 1522, 1610, 751, 1673,
500
+ 1751, 390, 730, 1147, 988, 551]
211
501
  -
212
502
  plate_number: 36
213
503
  name: 'Kars'
214
504
  phone_code: 474
505
+ latitude: 40.6013
506
+ longitude: 43.0975
215
507
  metropolitan_municipality_since: null
216
508
  region: 'Doğu Anadolu'
509
+ has_sea_access: false
510
+ districts: ['Akyaka', 'Arpaçay', 'Digor', 'Kağızman', 'Merkez', 'Sarıkamış', 'Selim', 'Susuz']
511
+ land_distance: [1010, 832, 1638, 962, 1316, 1134, 1393, 616, 1644, 840, 617, 1682, 349, 911, 958, 609, 360, 1279,
512
+ 759, 528, 914, 638, 1558, 695, 435, 443, 697, 1449, 363, 862, 1224, 986, 325, 1134, 999, 567, 628, 1193, 94, 140,
513
+ 1381, 1124, 894, 925, 1210]
217
514
  -
218
515
  plate_number: 37
219
516
  name: 'Kastamonu'
220
517
  phone_code: 366
518
+ latitude: 41.3766
519
+ longitude: 33.7765
221
520
  metropolitan_municipality_since: null
222
521
  region: 'Karadeniz'
522
+ has_sea_access: true
523
+ districts: ['Abana', 'Ağlı', 'Araç', 'Azdavay', 'Bozkurt', 'Cide', 'Çatalzeytin', 'Daday', 'Devrekani', 'Doğanyurt',
524
+ 'Hanönü', 'İhsangazi', 'İnebolu', 'Küre', 'Merkez', 'Pınarbaşı', 'Seydiler', 'Şenpazar', 'Taşköprü', 'Tosya']
525
+ land_distance: [453, 718, 319, 396, 459, 558, 717, 806, 714, 1046, 866, 1002, 410, 492, 440, 695, 359, 290, 1136,
526
+ 183, 474, 638, 368, 620, 751, 927, 614, 1218, 301, 214, 416, 709, 570, 210, 1050, 1236, 183, 964, 1101, 461, 114,
527
+ 850, 770, 290]
223
528
  -
224
529
  plate_number: 38
225
530
  name: 'Kayseri'
226
531
  phone_code: 352
532
+ latitude: 38.7205
533
+ longitude: 35.4826
227
534
  metropolitan_municipality_since: 1988
228
535
  region: 'İç Anadolu'
536
+ has_sea_access: false
537
+ districts: ['Akkışla', 'Bünyan', 'Develi', 'Felahiye', 'Hacılar', 'İncesu', 'Kocasinan', 'Melikgazi', 'Özvatan',
538
+ 'Pınarbaşı', 'Sarıoğlan', 'Sarız', 'Talas', 'Tomarza', 'Yahyalı', 'Yeşilhisar']
539
+ land_distance: [985, 134, 663, 304, 616, 334, 831, 261, 662, 852, 681, 81, 128, 479, 691, 626, 453, 769, 547, 194,
540
+ 905, 263, 616, 566, 474, 636, 897, 197, 587, 156, 572, 304, 247, 683, 834, 604, 857, 923, 728, 536, 397, 366, 557]
229
541
  -
230
542
  plate_number: 39
231
543
  name: 'Kırklareli'
232
544
  phone_code: 288
545
+ latitude: 41.7355
546
+ longitude: 27.2244
233
547
  metropolitan_municipality_since: null
234
548
  region: 'Marmara'
549
+ has_sea_access: true
550
+ districts: ['Babaeski', 'Demirköy', 'Kofçaz', 'Lüleburgaz', 'Merkez', 'Pehlivanköy', 'Pınarhisar', 'Vize']
551
+ land_distance: [851, 322, 874, 565, 1319, 555, 1246, 1647, 774, 1630, 942, 1014, 1095, 1350, 359, 945, 1754, 890,
552
+ 1102, 121, 996, 1275, 1379, 1459, 646, 1846, 882, 541, 892, 1337, 987, 742, 1668, 1819, 628, 1619, 1729, 387, 607,
553
+ 1382, 1246, 428]
235
554
  -
236
555
  plate_number: 40
237
556
  name: 'Kırşehir'
238
557
  phone_code: 386
558
+ latitude: 39.1461
559
+ longitude: 34.1595
239
560
  metropolitan_municipality_since: null
240
561
  region: 'İç Anadolu'
562
+ has_sea_access: false
563
+ districts: ['Akçakent', 'Akpınar', 'Boztepe', 'Çiçekdağı', 'Kaman', 'Merkez', 'Mucur']
564
+ land_distance: [529, 258, 482, 468, 733, 395, 796, 790, 815, 91, 173, 533, 788, 492, 392, 903, 486, 324, 771, 317,
565
+ 713, 700, 608, 538, 1031, 112, 453, 110, 702, 321, 113, 817, 968, 470, 987, 1053, 594, 402, 531, 464, 423]
241
566
  -
242
567
  plate_number: 41
243
568
  name: 'Kocaeli'
244
569
  phone_code: 262
570
+ latitude: 40.7654
571
+ longitude: 29.9408
245
572
  metropolitan_municipality_since: 1993
246
573
  region: 'Marmara'
574
+ has_sea_access: false
575
+ districts: ['Başiskele', 'Çayırova', 'Darıca', 'Derince', 'Dilovası', 'Gebze', 'Gölcük', 'İzmit', 'Kandıra',
576
+ 'Karamürsel', 'Kartepe', 'Körfez']
577
+ land_distance: [552, 243, 997, 418, 924, 1325, 671, 1308, 620, 692, 773, 1028, 37, 623, 1432, 568, 780, 242, 674,
578
+ 953, 1057, 1137, 382, 1524, 560, 219, 570, 1015, 665, 420, 1346, 1497, 306, 1297, 1407, 65, 285, 1060, 924, 106]
247
579
  -
248
580
  plate_number: 42
249
581
  name: 'Konya'
250
582
  phone_code: 332
583
+ latitude: 37.8746
584
+ longitude: 32.4932
251
585
  metropolitan_municipality_since: 1987
252
586
  region: 'İç Anadolu'
587
+ has_sea_access: true
588
+ districts: ['Ahırlı', 'Akören', 'Akşehir', 'Altınekin', 'Beyşehir', 'Bozkır', 'Cihanbeyli', 'Çeltik', 'Çumra',
589
+ 'Derbent', 'Derebucak', 'Doğanhisar', 'Emirgazi', 'Ereğli', 'Güneysınır', 'Hadim', 'Halkapınar', 'Hüyük', 'Ilgın',
590
+ 'Kadınhanı', 'Karapınar', 'Karatay', 'Kulu', 'Meram', 'Sarayönü', 'Selçuklu', 'Seydişehir', 'Taşkent', 'Tuzlukçu',
591
+ 'Yalıhüyük', 'Yunak']
592
+ land_distance: [323, 638, 533, 550, 895, 554, 985, 223, 242, 741, 993, 515, 591, 1065, 631, 496, 794, 557, 918, 870,
593
+ 707, 338, 1201, 370, 531, 148, 874, 119, 253, 979, 1067, 548, 1159, 1225, 547, 480, 604, 445, 501]
253
594
  -
254
595
  plate_number: 43
255
596
  name: 'Kütahya'
256
597
  phone_code: 274
598
+ latitude: 39.4200
599
+ longitude: 29.9857
257
600
  metropolitan_municipality_since: null
258
601
  region: 'Ege'
602
+ has_sea_access: false
603
+ districts: ['Altıntaş', 'Aslanapa', 'Çavdarhisar', 'Domaniç', 'Dumlupınar', 'Emet', 'Gediz', 'Hisarcık', 'Merkez',
604
+ 'Pazarlar', 'Simav', 'Şaphane', 'Tavşanlı']
605
+ land_distance: [949, 316, 867, 1212, 430, 1296, 540, 559, 882, 1137, 206, 732, 1382, 730, 758, 485, 698, 1062, 1134,
606
+ 1024, 139, 1512, 534, 388, 465, 1092, 436, 394, 1296, 1384, 475, 1406, 1484, 238, 454, 921, 762, 275]
259
607
  -
260
608
  plate_number: 44
261
609
  name: 'Malatya'
262
610
  phone_code: 422
611
+ latitude: 38.3554
612
+ longitude: 38.3335
263
613
  metropolitan_municipality_since: 2012
264
614
  region: 'Doğu Anadolu'
615
+ has_sea_access: false
616
+ districts: ['Akçadağ', 'Arapgir', 'Arguvan', 'Battalgazi', 'Darende', 'Doğanşehir', 'Doğanyol', 'Hekimhan', 'Kale',
617
+ 'Kuluncak', 'Pütürge', 'Yazıhan', 'Yeşilyurt']
618
+ land_distance: [1165, 224, 345, 1186, 347, 415, 462, 557, 671, 960, 580, 435, 721, 243, 1239, 351, 596, 232, 271,
619
+ 970, 563, 467, 921, 490, 492, 638, 581, 349, 535, 900, 646, 707, 1062, 831, 304, 309, 891]
265
620
  -
266
621
  plate_number: 45
267
622
  name: 'Manisa'
268
623
  phone_code: 236
624
+ latitude: 38.6140
625
+ longitude: 27.4296
269
626
  metropolitan_municipality_since: 2012
270
627
  region: 'Ege'
628
+ has_sea_access: false
629
+ districts: ['Ahmetli', 'Akhisar', 'Alaşehir', 'Demirci', 'Gölmarmara', 'Gördes', 'Kırkağaç', 'Köprübaşı', 'Kula',
630
+ 'Salihli', 'Sarıgöl', 'Saruhanlı', 'Selendi', 'Soma', 'Şehzadeler', 'Turgutlu', 'Yunusemre']
631
+ land_distance: [1077, 1422, 253, 1512, 750, 769, 1133, 1388, 447, 983, 1592, 978, 1009, 509, 949, 1313, 1385, 1234,
632
+ 195, 1728, 785, 629, 675, 1343, 646, 645, 1506, 1594, 716, 1657, 1735, 355, 695, 1131, 972, 516]
271
633
  -
272
634
  plate_number: 46
273
635
  name: 'Kahramanmaraş'
274
636
  phone_code: 344
637
+ latitude: 37.5753
638
+ longitude: 36.9228
275
639
  metropolitan_municipality_since: 2012
276
640
  region: 'Akdeniz'
641
+ has_sea_access: false
642
+ districts: ['Afşin', 'Andırın', 'Çağlayancerit', 'Dulkadiroğlu', 'Ekinözü', 'Elbistan', 'Göksun', 'Nurhak',
643
+ 'Onikişubat', 'Pazarcık', 'Türkoğlu']
644
+ land_distance: [401, 1038, 571, 342, 389, 612, 824, 887, 625, 552, 766, 327, 1166, 396, 749, 456, 213, 882, 738, 458,
645
+ 848, 417, 705, 484, 508, 466, 573, 865, 870, 914, 989, 797, 136, 105, 818]
277
646
  -
278
647
  plate_number: 47
279
648
  name: 'Mardin'
280
649
  phone_code: 482
650
+ latitude: 37.3129
651
+ longitude: 40.7340
281
652
  metropolitan_municipality_since: 2012
282
653
  region: 'Güneydoğu Anadolu'
654
+ has_sea_access: false
655
+ districts: ['Artuklu', 'Dargeçit', 'Derik', 'Kızıltepe', 'Mazıdağı', 'Midyat', 'Nusaybin', 'Ömerli', 'Savur',
656
+ 'Yeşilli']
657
+ land_distance: [1383, 348, 743, 744, 823, 673, 1288, 909, 227, 1050, 572, 1567, 680, 710, 373, 188, 1227, 446, 796,
658
+ 1249, 804, 539, 829, 909, 150, 197, 1229, 647, 622, 1390, 1160, 385, 450, 1219]
283
659
  -
284
660
  plate_number: 48
285
661
  name: 'Muğla'
286
662
  phone_code: 252
663
+ latitude: 37.2154
664
+ longitude: 28.3634
287
665
  metropolitan_municipality_since: 2012
288
666
  region: 'Ege'
667
+ has_sea_access: true
668
+ districts: ['Bodrum', 'Dalaman', 'Datça', 'Fethiye', 'Kavaklıdere', 'Köyceğiz', 'Marmaris', 'Menteşe', 'Milas',
669
+ 'Ortaca', 'Seydikemer', 'Ula', 'Yatağan']
670
+ land_distance: [1533, 771, 790, 1190, 1445, 636, 1040, 1553, 1038, 1044, 728, 1006, 1370, 1418, 1195, 295, 1739, 842,
671
+ 818, 696, 1400, 660, 702, 1467, 1555, 878, 1707, 1773, 608, 810, 1092, 933, 705]
289
672
  -
290
673
  plate_number: 49
291
674
  name: 'Muş'
292
675
  phone_code: 436
676
+ latitude: 38.7346
677
+ longitude: 41.4910
293
678
  metropolitan_municipality_since: null
294
679
  region: 'Doğu Anadolu'
680
+ has_sea_access: false
681
+ districts: ['Bulanık', 'Hasköy', 'Korkut', 'Malazgirt', 'Merkez', 'Varto']
682
+ land_distance: [762, 809, 672, 522, 1271, 822, 179, 973, 574, 1550, 682, 559, 251, 428, 1317, 216, 798, 1216, 837,
683
+ 388, 985, 928, 218, 279, 1185, 411, 388, 1373, 1116, 625, 656, 1202]
295
684
  -
296
685
  plate_number: 50
297
686
  name: 'Nevşehir'
298
687
  phone_code: 384
688
+ latitude: 38.6247
689
+ longitude: 34.7142
299
690
  metropolitan_municipality_since: null
300
691
  region: 'İç Anadolu'
692
+ has_sea_access: false
693
+ districts: ['Acıgöl', 'Avanos', 'Derinkuyu', 'Gülşehir', 'Hacıbektaş', 'Kozaklı', 'Merkez', 'Ürgüp']
694
+ land_distance: [82, 553, 770, 583, 468, 850, 562, 273, 862, 337, 695, 647, 555, 555, 978, 203, 544, 75, 651, 258,
695
+ 204, 764, 915, 561, 936, 1002, 685, 493, 478, 376, 514]
301
696
  -
302
697
  plate_number: 51
303
698
  name: 'Niğde'
304
699
  phone_code: 388
700
+ latitude: 37.9698
701
+ longitude: 34.6766
305
702
  metropolitan_municipality_since: null
306
703
  region: 'İç Anadolu'
704
+ has_sea_access: false
705
+ districts: ['Altunhisar', 'Bor', 'Çamardı', 'Çiftlik', 'Merkez', 'Ulukışla']
706
+ land_distance: [605, 817, 655, 546, 897, 640, 320, 934, 389, 742, 694, 556, 574, 1025, 285, 620, 122, 698, 176, 286, 811, 916, 637, 983, 1049, 757, 569, 453, 294, 590]
307
707
  -
308
708
  plate_number: 52
309
709
  name: 'Ordu'
310
710
  phone_code: 452
711
+ latitude: 40.9862
712
+ longitude: 37.8797
311
713
  metropolitan_municipality_since: 2012
312
714
  region: 'Karadeniz'
715
+ has_sea_access: true
716
+ districts: ['Akkuş', 'Altınordu', 'Aybastı', 'Çamaş', 'Çatalpınar', 'Çaybaşı', 'Fatsa', 'Gölköy', 'Gülyalı',
717
+ 'Gürgentepe', 'İkizce', 'Kabadüz', 'Kabataş', 'Korgan', 'Kumru', 'Mesudiye', 'Perşembe', 'Ulubey', 'Ünye']
718
+ land_distance: [255, 736, 150, 851, 305, 314, 1015, 216, 180, 456, 810, 938, 817, 421, 654, 628, 284, 781, 488, 780, 951, 623, 524, 700, 838, 554, 748, 717, 667]
313
719
  -
314
720
  plate_number: 53
315
721
  name: 'Rize'
316
722
  phone_code: 464
723
+ latitude: 41.0255
724
+ longitude: 40.5177
317
725
  metropolitan_municipality_since: null
318
726
  region: 'Karadeniz'
727
+ has_sea_access: true
728
+ districts: ['Ardeşen', 'Çamlıhemşin', 'Çayeli', 'Derepazarı', 'Fındıklı', 'Güneysu', 'Hemşin', 'İkizdere', 'İyidere',
729
+ 'Kalkandere', 'Merkez', 'Pazar']
730
+ land_distance: [991, 405, 701, 560, 497, 1270, 471, 75, 439, 753, 1193, 667, 676, 909, 845, 253, 993, 743, 630, 801, 878, 269, 494, 1093, 809, 950, 929, 922]
319
731
  -
320
732
  plate_number: 54
321
733
  name: 'Sakarya'
322
734
  phone_code: 264
735
+ latitude: 40.7889
736
+ longitude: 30.4060
323
737
  metropolitan_municipality_since: 2000
324
738
  region: 'Marmara'
739
+ has_sea_access: true
740
+ districts: ['Adapazarı', 'Akyazı', 'Arifiye', 'Erenler', 'Ferizli', 'Geyve', 'Hendek', 'Karapürçek', 'Karasu',
741
+ 'Kaynarca', 'Kocaali', 'Pamukova', 'Sapanca', 'Serdivan', 'Söğütlü', 'Taraklı']
742
+ land_distance: [586, 1395, 531, 743, 279, 637, 916, 1020, 1100, 345, 1487, 523, 182, 533, 978, 628, 383, 1309, 1460, 269, 1260, 1370, 102, 248, 1023, 887, 69]
325
743
  -
326
744
  plate_number: 55
327
745
  name: 'Samsun'
328
746
  phone_code: 362
747
+ latitude: 41.2797
748
+ longitude: 36.3361
329
749
  metropolitan_municipality_since: 1993
330
750
  region: 'Karadeniz'
751
+ has_sea_access: true
752
+ districts: ['19 Mayıs', 'Alaçam', 'Asarcık', 'Atakum', 'Ayvacık', 'Bafra', 'Canik', 'Çarşamba', 'Havza', 'İlkadım', 'Kavak',
753
+ 'Ladik', 'Salıpazarı', 'Tekkeköy', 'Terme', 'Vezirköprü', 'Yakakent']
754
+ land_distance: [999, 155, 337, 865, 229, 330, 577, 833, 788, 967, 280, 504, 502, 434, 702, 338, 913, 1099, 473, 674, 850, 688, 404, 761, 730, 517]
331
755
  -
332
756
  plate_number: 56
333
757
  name: 'Siirt'
334
758
  phone_code: 484
759
+ latitude: 37.9274
760
+ longitude: 41.9420
335
761
  metropolitan_municipality_since: null
336
762
  region: 'Güneydoğu Anadolu'
763
+ has_sea_access: false
764
+ districts: ['Baykan', 'Eruh', 'Kurtalan', 'Merkez', 'Pervari', 'Şirvan', 'Tillo']
765
+ land_distance: [1140, 662, 1674, 770, 738, 424, 358, 1397, 257, 886, 1350, 925, 567, 999, 1016, 86, 100, 1319, 590, 433, 1497, 1250, 555, 620, 1326]
337
766
  -
338
767
  plate_number: 57
339
768
  name: 'Sinop'
340
769
  phone_code: 368
770
+ latitude: 42.0280
771
+ longitude: 35.1517
341
772
  metropolitan_municipality_since: null
342
773
  region: 'Karadeniz'
774
+ has_sea_access: true
775
+ districts: ['Ayancık', 'Boyabat', 'Dikmen', 'Durağan', 'Erfelek', 'Gerze', 'Merkez', 'Saraydüzü', 'Türkeli']
776
+ land_distance: [478, 810, 372, 485, 722, 974, 786, 1122, 374, 397, 588, 589, 742, 382, 1054, 1240, 366, 829, 1005, 633, 297, 902, 871, 462]
343
777
  -
344
778
  plate_number: 58
345
779
  name: 'Sivas'
346
780
  phone_code: 346
781
+ latitude: 39.7505
782
+ longitude: 37.0150
347
783
  metropolitan_municipality_since: null
348
784
  region: 'İç Anadolu'
785
+ has_sea_access: false
786
+ districts: ['Akıncılar', 'Altınyayla', 'Divriği', 'Doğanşar', 'Gemerek', 'Gölova', 'Gürün', 'Hafik', 'İmranlı',
787
+ 'Kangal', 'Koyulhisar', 'Merkez', 'Suşehri', 'Şarkışla', 'Ulaş', 'Yıldızeli', 'Zara']
788
+ land_distance: [1022, 108, 422, 379, 496, 814, 790, 224, 688, 348, 378, 496, 364, 576, 762, 657, 663, 729, 845, 588, 463, 432, 674]
349
789
  -
350
790
  plate_number: 59
351
791
  name: 'Tekirdağ'
352
792
  phone_code: 282
793
+ latitude: 40.9781
794
+ longitude: 27.5117
353
795
  metropolitan_municipality_since: 2012
354
796
  region: 'Marmara'
797
+ has_sea_access: true
798
+ districts: ['Çerkezköy', 'Çorlu', 'Ergene', 'Hayrabolu', 'Kapaklı', 'Malkara', 'Marmaraereğlisi', 'Muratlı', 'Saray',
799
+ 'Süleymanpaşa', 'Şarköy']
800
+ land_distance: [916, 1195, 1299, 1379, 600, 1766, 802, 461, 812, 1257, 907, 662, 1588, 1739, 548, 1539, 1649, 307, 527, 1302, 1166, 348]
355
801
  -
356
802
  plate_number: 60
357
803
  name: 'Tokat'
358
804
  phone_code: 356
805
+ latitude: 40.3235
806
+ longitude: 36.5522
359
807
  metropolitan_municipality_since: null
360
808
  region: 'Karadeniz'
809
+ has_sea_access: false
810
+ districts: ['Almus', 'Artova', 'Başçiftlik', 'Erbaa', 'Merkez', 'Niksar', 'Pazar', 'Reşadiye', 'Sulusaray', 'Turhal',
811
+ 'Yeşilyurt', 'Zile']
812
+ land_distance: [396, 436, 604, 754, 898, 205, 582, 412, 394, 565, 304, 684, 870, 551, 720, 786, 739, 482, 532, 501, 568]
361
813
  -
362
814
  plate_number: 61
363
815
  name: 'Trabzon'
364
816
  phone_code: 462
817
+ latitude: 41.0027
818
+ longitude: 39.7168
365
819
  metropolitan_municipality_since: 2012
366
820
  region: 'Karadeniz'
821
+ has_sea_access: true
822
+ districts: ['Akçaabat', 'Araklı', 'Arsin', 'Beşikdüzü', 'Çarşıbaşı', 'Çaykara', 'Dernekpazarı', 'Düzköy', 'Hayrat',
823
+ 'Köprübaşı', 'Maçka', 'Of', 'Ortahisar', 'Sürmene', 'Şalpazarı', 'Tonya', 'Vakfıkebir', 'Yomra']
824
+ land_distance: [364, 790, 1118, 704, 601, 834, 770, 178, 918, 668, 667, 838, 803, 344, 569, 1018, 734, 885, 854, 847]
367
825
  -
368
826
  plate_number: 62
369
827
  name: 'Tunceli'
370
828
  phone_code: 428
829
+ latitude: 39.1062
830
+ longitude: 39.5483
371
831
  metropolitan_municipality_since: null
372
832
  region: 'Doğu Anadolu'
833
+ has_sea_access: false
834
+ districts: ['Çemişgezek', 'Hozat', 'Mazgirt', 'Merkez', 'Nazımiye', 'Ovacık', 'Pertek', 'Pülümür']
835
+ land_distance: [443, 1190, 467, 603, 965, 722, 260, 870, 740, 338, 524, 934, 468, 534, 1122, 865, 536, 541, 951]
373
836
  -
374
837
  plate_number: 63
375
838
  name: 'Şanlıurfa'
376
839
  phone_code: 414
840
+ latitude: 37.1674
841
+ longitude: 38.7955
377
842
  metropolitan_municipality_since: 2012
378
843
  region: 'Güneydoğu Anadolu'
844
+ has_sea_access: false
845
+ districts: ['Akçakale', 'Birecik', 'Bozova', 'Ceylanpınar', 'Eyyübiye', 'Halfeti', 'Haliliye', 'Harran', 'Hilvan',
846
+ 'Karaköprü', 'Siverek', 'Suruç', 'Viranşehir']
847
+ land_distance: [1039, 544, 671, 1061, 616, 619, 641, 721, 272, 360, 1078, 727, 720, 1202, 1010, 197, 262, 1031]
379
848
  -
380
849
  plate_number: 64
381
850
  name: 'Uşak'
382
851
  phone_code: 276
852
+ latitude: 38.6742
853
+ longitude: 29.4059
383
854
  metropolitan_municipality_since: null
384
855
  region: 'Ege'
856
+ has_sea_access: false
857
+ districts: ['Banaz', 'Eşme', 'Karahallı', 'Merkez', 'Sivaslı', 'Ulubey']
858
+ land_distance: [1533, 590, 527, 480, 1148, 451, 450, 1311, 1399, 614, 1462, 1540, 375, 558, 936, 777, 414]
385
859
  -
386
860
  plate_number: 65
387
861
  name: 'Van'
388
862
  phone_code: 432
863
+ latitude: 38.5012
864
+ longitude: 43.3730
389
865
  metropolitan_municipality_since: 2012
390
866
  region: 'Doğu Anadolu'
867
+ has_sea_access: false
868
+ districts: ['Bahçesaray', 'Başkale', 'Çaldıran', 'Çatak', 'Edremit', 'Erciş', 'Gevaş', 'Gürpınar', 'İpekyolu',
869
+ 'Muradiye', 'Özalp', 'Saray', 'Tuşba']
870
+ land_distance: [1014, 1432, 1053, 533, 1185, 1144, 296, 357, 1401, 451, 223, 1589, 1332, 741, 806, 1418]
391
871
  -
392
872
  plate_number: 66
393
873
  name: 'Yozgat'
394
874
  phone_code: 354
875
+ latitude: 39.8210
876
+ longitude: 34.8086
395
877
  metropolitan_municipality_since: null
396
878
  region: 'İç Anadolu'
879
+ has_sea_access: false
880
+ districts: ['Akdağmadeni', 'Aydıncık', 'Boğazlıyan', 'Çandır', 'Çayıralan', 'Çekerek', 'Kadışehri', 'Merkez',
881
+ 'Saraykent', 'Sarıkaya', 'Sorgun', 'Şefaatli', 'Yenifakılı', 'Yerköy']
882
+ land_distance: [484, 222, 599, 433, 140, 800, 986, 484, 887, 953, 625, 415, 594, 563, 454]
397
883
  -
398
884
  plate_number: 67
399
885
  name: 'Zonguldak'
400
886
  phone_code: 372
887
+ latitude: 41.4535
888
+ longitude: 31.7894
401
889
  metropolitan_municipality_since: null
402
890
  region: 'Karadeniz'
891
+ has_sea_access: true
892
+ districts: ['Alaplı', 'Çaycuma', 'Devrek', 'Ereğli', 'Gökçebey', 'Kilimli', 'Kozlu', 'Merkez']
893
+ land_distance: [498, 923, 642, 344, 1264, 1421, 87, 1178, 1315, 284, 100, 984, 852, 113]
403
894
  -
404
895
  plate_number: 68
405
896
  name: 'Aksaray'
406
897
  phone_code: 382
898
+ latitude: 38.3686
899
+ longitude: 34.0297
407
900
  metropolitan_municipality_since: null
408
901
  region: 'İç Anadolu'
902
+ has_sea_access: false
903
+ districts: ['Ağaçören', 'Eskil', 'Gülağaç', 'Güzelyurt', 'Merkez', 'Ortaköy', 'Sarıyahşi', 'Sultanhanı']
904
+ land_distance: [726, 211, 210, 839, 976, 515, 1011, 1077, 635, 447, 513, 354, 468]
409
905
  -
410
906
  plate_number: 69
411
907
  name: 'Bayburt'
412
908
  phone_code: 458
909
+ latitude: 40.2603
910
+ longitude: 40.2280
413
911
  metropolitan_municipality_since: null
414
912
  region: 'Karadeniz'
913
+ has_sea_access: false
914
+ districts: ['Aydıntepe', 'Demirözü', 'Merkez']
915
+ land_distance: [874, 698, 496, 667, 892, 350, 416, 1080, 823, 796, 801, 909]
415
916
  -
416
917
  plate_number: 70
417
918
  name: 'Karaman'
418
919
  phone_code: 338
920
+ latitude: 37.1810
921
+ longitude: 33.2222
419
922
  metropolitan_municipality_since: null
420
923
  region: 'İç Anadolu'
924
+ has_sea_access: false
925
+ districts: ['Ayrancı', 'Başyayla', 'Ermenek', 'Kazımkarabekir', 'Merkez', 'Sarıveliler']
926
+ land_distance: [364, 913, 1001, 659, 1159, 1225, 660, 591, 538, 379, 612]
421
927
  -
422
928
  plate_number: 71
423
929
  name: 'Kırıkkale'
424
930
  phone_code: 318
931
+ latitude: 39.8398
932
+ longitude: 33.5089
425
933
  metropolitan_municipality_since: null
426
934
  region: 'İç Anadolu'
935
+ has_sea_access: false
936
+ districts: ['Bahşılı', 'Balışeyh', 'Çelebi', 'Delice', 'Karakeçili', 'Keskin', 'Merkez', 'Sulakyurt', 'Yahşihan']
937
+ land_distance: [930, 1081, 361, 1012, 1090, 485, 293, 644, 564, 314]
427
938
  -
428
939
  plate_number: 72
429
940
  name: 'Batman'
430
941
  phone_code: 488
942
+ latitude: 37.8895
943
+ longitude: 41.1293
431
944
  metropolitan_municipality_since: null
432
945
  region: 'Güneydoğu Anadolu'
946
+ has_sea_access: false
947
+ districts: ['Beşiri', 'Gercüş', 'Hasankeyf', 'Kozluk', 'Merkez', 'Sason']
948
+ land_distance: [186, 1233, 604, 472, 1411, 1164, 469, 534, 1240]
433
949
  -
434
950
  plate_number: 73
435
951
  name: 'Şırnak'
436
952
  phone_code: 486
953
+ latitude: 37.5190
954
+ longitude: 42.4537
437
955
  metropolitan_municipality_since: null
438
956
  region: 'Güneydoğu Anadolu'
957
+ has_sea_access: false
958
+ districts: ['Beytüşşebap', 'Cizre', 'Güçlükonak', 'İdil', 'Merkez', 'Silopi', 'Uludere']
959
+ land_distance: [1419, 690, 533, 1562, 1350, 557, 622, 1391]
439
960
  -
440
961
  plate_number: 74
441
962
  name: 'Bartın'
442
963
  phone_code: 378
964
+ latitude: 41.6377
965
+ longitude: 32.3338
443
966
  metropolitan_municipality_since: null
444
967
  region: 'Karadeniz'
968
+ has_sea_access: true
969
+ districts: ['Amasra', 'Kurucaşile', 'Merkez', 'Ulus']
970
+ land_distance: [1147, 1284, 371, 89, 1001, 869, 200]
445
971
  -
446
972
  plate_number: 75
447
973
  name: 'Ardahan'
448
974
  phone_code: 478
975
+ latitude: 41.1130
976
+ longitude: 42.7023
449
977
  metropolitan_municipality_since: null
450
978
  region: 'Doğu Anadolu'
979
+ has_sea_access: false
980
+ districts: ['Çıldır', 'Damal', 'Göle', 'Hanak', 'Merkez', 'Posof']
981
+ land_distance: [228, 1362, 1078, 924, 955, 1191]
451
982
  -
452
983
  plate_number: 76
453
984
  name: 'Iğdır'
454
985
  phone_code: 476
986
+ latitude: 39.9201
987
+ longitude: 44.0436
455
988
  metropolitan_municipality_since: null
456
989
  region: 'Doğu Anadolu'
990
+ has_sea_access: false
991
+ districts: ['Aralık', 'Karakoyunlu', 'Merkez', 'Tuzluca']
992
+ land_distance: [1472, 1215, 917, 982, 1301]
457
993
  -
458
994
  plate_number: 77
459
995
  name: 'Yalova'
460
996
  phone_code: 226
997
+ latitude: 40.6549
998
+ longitude: 29.2842
461
999
  metropolitan_municipality_since: null
462
1000
  region: 'Marmara'
1001
+ has_sea_access: true
1002
+ districts: ['Altınova', 'Armutlu', 'Çınarcık', 'Çiftlikköy', 'Merkez', 'Termal']
1003
+ land_distance: [350, 1125, 986, 171]
463
1004
  -
464
1005
  plate_number: 78
465
1006
  name: 'Karabük'
466
1007
  phone_code: 370
1008
+ latitude: 41.1956
1009
+ longitude: 32.6227
467
1010
  metropolitan_municipality_since: null
468
1011
  region: 'Karadeniz'
1012
+ has_sea_access: false
1013
+ districts: ['Eflani', 'Eskipazar', 'Merkez', 'Ovacık', 'Safranbolu', 'Yenice']
1014
+ land_distance: [933, 801, 179]
469
1015
  -
470
1016
  plate_number: 79
471
1017
  name: 'Kilis'
472
1018
  phone_code: 348
1019
+ latitude: 36.7165
1020
+ longitude: 37.1147
473
1021
  metropolitan_municipality_since: null
474
1022
  region: 'Güneydoğu Anadolu'
1023
+ has_sea_access: false
1024
+ districts: ['Elbeyli', 'Merkez', 'Musabeyli', 'Polateli']
1025
+ land_distance: [159, 954]
475
1026
  -
476
1027
  plate_number: 80
477
1028
  name: 'Osmaniye'
478
1029
  phone_code: 328
1030
+ latitude: 37.0746
1031
+ longitude: 36.2464
479
1032
  metropolitan_municipality_since: null
480
1033
  region: 'Akdeniz'
1034
+ has_sea_access: false
1035
+ districts: ['Bahçe', 'Düziçi', 'Hasanbeyli', 'Kadirli', 'Merkez', 'Sumbas', 'Toprakkale']
1036
+ land_distance: [822]
481
1037
  -
482
1038
  plate_number: 81
483
1039
  name: 'Düzce'
484
1040
  phone_code: 380
1041
+ latitude: 40.8387
1042
+ longitude: 31.1626
485
1043
  metropolitan_municipality_since: null
486
- region: 'Karadeniz'
1044
+ region: 'Karadeniz'
1045
+ has_sea_access: true
1046
+ districts: ['Akçakoca', 'Cumayeri', 'Çilimli', 'Gölyaka', 'Gümüşova', 'Kaynaşlı', 'Merkez', 'Yığılca']
1047
+ land_distance: []