-
Notifications
You must be signed in to change notification settings - Fork 1
/
LocationData.js
128 lines (128 loc) · 3.09 KB
/
LocationData.js
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
export const locations = [
{
title: 'Location 1',
latitude: 51.495218,
longitude: -0.146344,
// markerImage:
// 'https://images.pexels.com/photos/1239291/pexels-photo-1239291.jpeg?cs=srgb&dl=pexels-daniel-xavier-1239291.jpg&fm=jpg',
weight: 13,
},
// {
// title: 'Location 2',
// latitude: 51.499405,
// longitude: -0.136232,
// markerImage:
// 'https://www.pexels.com/photo/man-wearing-black-zip-up-jacket-near-beach-smiling-at-the-photo-736716',
// weight: 19,
// },
// {
// title: 'Location 3',
// latitude: 51.500729,
// longitude: -0.124625,
// markerImage:
// 'https://images.pexels.com/photos/1065084/pexels-photo-1065084.jpeg?cs=srgb&dl=pexels-hannah-nelson-1065084.jpg&fm=jpg',
// weight: 18,
// },
// {
// title: 'Location 4',
// latitude: 51.500864,
// longitude: -0.122008,
// markerImage:
// 'https://www.pexels.com/photo/side-view-photo-of-woman-2010877/',
// weight: 12,
// },
// {
// title: 'Location 5',
// latitude: 51.507351,
// longitude: -0.127758,
// markerImage:
// 'https://www.pexels.com/photo/grayscale-photography-of-woman-wearing-coat-and-fedora-hat-2947337/',
// weight: 2,
// },
// {
// title: 'Location 6',
// latitude: 51.4852989,
// longitude: -0.1243854,
// markerImage:
// 'https://www.pexels.com/photo/close-up-photo-of-woman-4674175/',
// weight: 15,
// },
// {
// title: 'Location 7',
// latitude: 51.490861,
// longitude: -0.128456,
// markerImage:
// 'https://www.pexels.com/photo/woman-wearing-white-knitted-dress-709790/',
// weight: 5,
// },
// {
// title: 'Location 8',
// latitude: 51.490396,
// longitude: -0.135249,
// markerImage:
// 'https://www.pexels.com/photo/woman-in-grey-long-sleeved-shirt-2787341/',
// weight: 50,
// },
// {
// title: 'Location 9',
// latitude: 51.490861,
// longitude: -0.128456,
// markerImage:
// 'https://www.pexels.com/photo/woman-sitting-and-smiling-1858175/',
// weight: 54,
// },
// {
// title: 'Location 10',
// latitude: 51.507351,
// longitude: -0.127758,
// markerImage:
// 'https://www.pexels.com/photo/attractive-beautiful-beautiful-girl-beauty-458766/',
// weight: 34,
// },
// {
// title: 'Location 11',
// latitude: 51.52017,
// longitude: -0.10518,
// markerImage:
// 'https://www.pexels.com/photo/grayscale-photo-of-woman-with-daisy-on-ear-2951142/',
// weight: 21,
// },
];
export const locations1 = [
{
latitude: 51.5073509,
longitude: -0.1277583,
},
{
latitude: 51.507351,
longitude: -0.127758,
},
{
latitude: 51.510788,
longitude: -0.127729,
},
{
latitude: 51.508039,
longitude: -0.128069,
},
{
latitude: 51.519803,
longitude: -0.13164,
},
{
latitude: 51.516953,
longitude: -0.146181,
},
{
latitude: 51.515239,
longitude: -0.160667,
},
{
latitude: 51.507268,
longitude: -0.16573,
},
{
latitude: 51.51445,
longitude: -0.183773,
},
];