A6 Paris - Lyon : 30,90 euros
Les autoroutes les plus chèresL'A6 relie Paris à Lyon.
source : ©2014 OpenStreetMap et contributeurs
L'A6, appelée aussi l'Autoroute du Soleil, relie Paris à Lyon. Elle est l'un des axes autoroutiers les plus empruntés de France.
var mapstraction = new mxn.Mapstraction('map_canvas_5df4131375473_4c8b681e056f344574c8506661f98', 'openlayers');
// create a lat/lon object
var myPoint = new mxn.LatLonPoint(47.31198285,3.5926579);
// display the map centered on a latitude and longitude (Google zoom levels)
mapstraction.setCenterAndZoom(myPoint, 6);
mapstraction.addControls({
pan: true,
zoom: 'small',
overview: false,
scale: true,
map_type: true
});
my_marker = new mxn.Marker(myPoint);
my_marker.setIcon('http://www.linternaute.com/image/gen/googlemap/icon_gcarte.png');
mapstraction.addMarker( new mxn.Marker( new mxn.LatLonPoint(48.8566667,2.3509871)));
my_marker.setLabel("");
var text = "Pariscentre ville75000 Paris, France";
my_marker.setInfoBubble(text);
mapstraction.addMarker(my_marker);
my_marker = new mxn.Marker(myPoint);
my_marker.setIcon('http://www.linternaute.com/image/gen/googlemap/icon_gcarte.png');
mapstraction.addMarker( new mxn.Marker( new mxn.LatLonPoint(45.767299,4.8343287)));
my_marker.setLabel("");
var text = "Lyoncentre ville69000 Lyon, France";
my_marker.setInfoBubble(text);
mapstraction.addMarker(my_marker);
L'A6 relie Paris à Lyon.source : ©2014 OpenStreetMap et contributeurs L'A6, appelée aussi l'Autoroute du Soleil, relie Paris à Lyon. Elle est l'un des axes autoroutiers les plus empruntés de France.

Nicolas Le Boucher
Partager