-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocations.js
More file actions
49 lines (48 loc) · 798 Bytes
/
Copy pathlocations.js
File metadata and controls
49 lines (48 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
var addresslistJSON = {'addressArray': [
{
'index' : '0',
'name': 'marker 1',
'street1': '1400 Washington Ave',
'street2': '',
'city': 'Albany',
'state': 'NY',
'zip': '12222',
'lat': '42.6879245',
'lng': '-73.82374759999999'
},
{
'index' : '1',
'name': 'marker 2',
'street1': '200 Grand St',
'street2': '',
'city': 'New York',
'state': 'NY',
'zip': '10013',
'lat': '40.7192766',
'lng': '-73.9965565'
},
{
'index' : '2',
'name': 'Marker 3',
'street1': '4200 Genesee Street',
'street2': '',
'city': 'Cheektowaga',
'state': 'NY',
'zip': ' 14225',
'lat': '42.933851',
'lng': '-78.731936'
}/*
,
{
'index' : '',
'name': '',
'street1': '',
'street2': '',
'city': '',
'state': '',
'zip': '',
'lat': '',
'lng': ''
}
*/
]};