Array of States and Their Coordinates

Array of States and their Coordinates
An array of state abbreviations and their approximate GPS coordinates.

Advertisement

1.  StateCoord = {
2.    'AK' => [61.3850,-152.2683],
3.    'AL' => [32.7990,-86.8073],
4.    'AR' => [34.9513,-92.3809],
5.    'AS' => [14.2417,-170.7197],
6.    'AZ' => [33.7712,-111.3877],
7.    'CA' => [36.1700,-119.7462],
8.    'CO' => [39.0646,-105.3272],
9.    'CT' => [41.5834,-72.7622],
10.   'DC' => [38.8964,-77.0262],
11.   'DE' => [39.3498,-75.5148],
12.   'FL' => [27.8333,-81.7170],
13.   'GA' => [32.9866,-83.6487],
14.   'HI' => [21.1098,-157.5311],
15.   'IA' => [42.0046,-93.2140],
16.   'ID' => [44.2394,-114.5103],
17.   'IL' => [40.3363,-89.0022],
18.   'IN' => [39.8647,-86.2604],
19.   'KS' => [38.5111,-96.8005],
20.   'KY' => [37.6690,-84.6514],
21.   'LA' => [31.1801,-91.8749],
22.   'MA' => [42.2373,-71.5314],
23.   'MD' => [39.0724,-76.7902],
24.   'ME' => [44.6074,-69.3977],
25.   'MI' => [43.3504,-84.5603],
26.   'MN' => [45.7326,-93.9196],
27.   'MO' => [38.4623,-92.3020],
28.   'MP' => [14.8058,145.5505],
29.   'MS' => [32.7673,-89.6812],
30.   'MT' => [46.9048,-110.3261],
31.   'NC' => [35.6411,-79.8431],
32.   'ND' => [47.5362,-99.7930],
33.   'NE' => [41.1289,-98.2883],
34.   'NH' => [43.4108,-71.5653],
35.   'NJ' => [40.3140,-74.5089],
36.   'NM' => [34.8375,-106.2371],
37.   'NV' => [38.4199,-117.1219],
38.   'NY' => [42.1497,-74.9384],
39.   'OH' => [40.3736,-82.7755],
40.   'OK' => [35.5376,-96.9247],
41.   'OR' => [44.5672,-122.1269],
42.   'PA' => [40.5773,-77.2640],
43.   'PR' => [18.2766,-66.3350],
44.   'RI' => [41.6772,-71.5101],
45.   'SC' => [33.8191,-80.9066],
46.   'SD' => [44.2853,-99.4632],
47.   'TN' => [35.7449,-86.7489],
48.   'TX' => [31.1060,-97.6475],
49.   'UT' => [40.1135,-111.8535],
50.   'VA' => [37.7680,-78.2057],
51.   'VI' => [18.0001,-64.8199],
52.   'VT' => [44.0407,-72.7093],
53.   'WA' => [47.3917,-121.5708],
54.   'WI' => [44.2563,-89.6385],
55.   'WV' => [38.4680,-80.9696],
56.   'WY' => [42.7475,-107.2085]
57. }

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top