@@ -1,16 +1,16 @@
var allMarkers = [
{
position: {
lat: 48.847759,
lng: 2.4394968999999946
lat: 48.845157,
lng: 2.433969
},
time: {
hour: "21:00",
price: 3
},
img: "img/parking1.jpg",
adresse: {
rue: "On s'en fout",
rue: "48 avenue de Paris",
code: "94300 Vincennes",
},
profil: {
@@ -20,40 +20,40 @@ var allMarkers = [
},
{
position: {
lat: 10,
lng: 10
lat: 48.853780,
lng: 2.417822
},
time: {
hour: "21:00",
price: 3
},
img: "img/parking2.jpg",
adresse: {
rue: "On s'en fout",
code: "94300 Vincennes",
rue: "11 Rue Armand Carrel",
code: "93100 Montreuil",
},
profil: {
name: "Vincent Tranphat",
img: "img/profil-bg2.jpg",
img: "img/profil_vincent.jpg",
}
},
{
position: {
lat: 10,
lng: 10
lat: 48.851228,
lng: 2.412722
},
time: {
hour: "21:00",
price: 3
},
img: "img/parking3.jpg",
adresse: {
rue: "On s'en fout",
code: "94300 Vincennes",
rue: "34 Rue Maryse Hilsz",
code: "75020 Paris",
},
profil: {
name: "Antoine Mouës",
img: "img/profil-bg3.jpg",
img: "img/profil_antoine.jpg",
}
},
];