A4 Paris - Strasbourg : 34,90 euros
Les autoroutes les plus chèresL'A4 relie Paris à Strasbourg.
source : ©2014 OpenStreetMap et contributeurs
L'A4 est appelée l'autoroute de l'Est. Elle relie Paris à Strasbourg.
var mapstraction = new mxn.Mapstraction('map_canvas_7431e1_63454c93c86f148085344658f6d6570fb157', 'openlayers');
// create a lat/lon object
var myPoint = new mxn.LatLonPoint(48.80577925,4.974794);
// 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 = "Paris Porte de Bercy Gare de péage de Coutevroult 75000 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(48.7548918,7.5986009)));
my_marker.setLabel("");
var text = "Strasbourgcentre ville67270 Schwindratzheim, France";
my_marker.setInfoBubble(text);
mapstraction.addMarker(my_marker);
L'A4 relie Paris à Strasbourg.source : ©2014 OpenStreetMap et contributeurs L'A4 est appelée l'autoroute de l'Est. Elle relie Paris à Strasbourg.