A8 Coudoux - Menton : 19,50 euros
Les autoroutes les plus chèresL'A8 relie Coudoux à Menton, non loin de la frontière italienne.
source : ©2014 OpenStreetMap et contributeurs
L'autoroute A8 relie Coudoux à la frontière italienne, plus précisément à Menton. Elle est appelée "la Pronvençale".
var mapstraction = new mxn.Mapstraction('map_canvas_f7396150d315c15613044654b8f8568e748c4f764_3', 'openlayers');
// create a lat/lon object
var myPoint = new mxn.LatLonPoint(43.66878675,6.3777504);
// display the map centered on a latitude and longitude (Google zoom levels)
mapstraction.setCenterAndZoom(myPoint, 7);
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(43.5587271,5.2498348)));
my_marker.setLabel("");
var text = "Coudouxcentre ville13111 Coudoux, 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(43.7788464,7.505666)));
my_marker.setLabel("");
var text = "Mentoncentre ville06500 Menton, France";
my_marker.setInfoBubble(text);
mapstraction.addMarker(my_marker);
L'A8 relie Coudoux à Menton, non loin de la frontière italienne. source : ©2014 OpenStreetMap et contributeursL'autoroute A8 relie Coudoux à la frontière italienne, plus précisément à Menton. Elle est appelée "la Pronvençale".

Nicolas Le Boucher
Partager