');var width=jQuery(window).width();var split=width/3;var parts=width/6; jQuery("#mobileVersionExtra").html('
'); //jQuery("#mobileVersionExtra").html('
menusearchinfo
'); jQuery("#extraCode").html(''); jQuery("#menu5").css({"position": "fixed","top": "0%","margin-left":"0px","margin-top":"0px","left":"0%","z-index":"4","width":width}); // $("#toggle-menu").css({"padding":"0px","position": "fixed","top": "0%","margin-left":parts-20,"margin-top":"5px","left":"0%","z-index":"4","visibility":"visible"});// $("#info").css({"padding":"0px","position": "fixed","top": "0%","margin-left":split*2+parts-20,"margin-top":"5px","left":"0%","z-index":"4","visibility":"visible"});// $("#search").css({"padding":"0px","position": "fixed","top": "0%","margin-left":split+parts-25,"margin-top":"5px","left":"0%","z-index":"4","visibility":"visible"}); jQuery("#toggle-menu").css({"padding":"0px","position": "fixed","top": "0%","margin-left":parts-16,"margin-top":"5px","left":"0%","z-index":"4","visibility":"visible"}); jQuery("#info").css({"padding":"0px","position": "fixed","top": "0%","margin-left":split*2+parts-16,"margin-top":"5px","left":"0%","z-index":"4","visibility":"visible"}); jQuery("#search").css({"padding":"0px","position": "fixed","top": "0%","margin-left":split+parts-16,"margin-top":"5px","left":"0%","z-index":"4","visibility":"visible"}); /*$('.ui-icon-info').css("background-color","green");*/ var width=jQuery(window).width();var middle=width/2;var middleVertical=jQuery(window).height()/2;if(isIphone) jQuery("#closeButton").css({"left":middle,"margin-left":"140px"});else jQuery("#closeButton").css({"left":middle,"margin-left":"138px"}); jQuery("#previewScreen").css({"position": "fixed","background-color":"#fff","width":width,"height":"100%","display":"inline","margin":"0","padding":"0"}); jQuery("#imgpreview").css({"position": "fixed","top":middleVertical,"left":middle,"margin-top":"-33px","margin-left":"-33px"});}
From: Des Moines, County: Polk Warren State: IowaTo: Iowa City, County: Johnson State: Iowa
Distance: 114 miles
Travel time: 1 h 58 min
Passengers:
Altitude Des Moines, IAAltitude Iowa City, IAFrom Des Moines, IA to other cities
How far is from Des Moines, IA to Iowa City, IA?
How many miles is Des Moines, IA to Iowa City, IA?
The distance between Des Moines, IA and Iowa City, IA is 114 mi by car. The travel time is 1 hour and 58 minutes.
114 mi 1 h 58 min
1.
Head north
0 ft
2.
Turn left onto 2nd Avenue
0.3 mi
3.
Take the ramp on the right towards I-235 east
0.2 mi
4.
Merge left onto I 235
5 mi
5.
Take exit 137 towards I 35 South: Kansas City
0.3 mi
6.
Keep right towards I 80 East: Davenport
0.3 mi
7.
Merge left onto I 80
106 mi
8.
Take the ramp towards Downtown
0.4 mi
9.
Turn right onto North Dubuque Street
1.7 mi
10.
Turn left onto East Jefferson Street
0.2 mi
11.
Turn right onto South Gilbert Street
0.2 mi
12.
Turn left onto East Washington Street
0 ft
13.
You have arrived at your destination, on the right
0 ft
Des Moines, IA information
ZIP codes: 50301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340
Area code: 515
Population: 217521
Elevation: 955ft (291m)
County: Polk Warren
Postcode areas of Des Moines are 50301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340. Area code of Des Moines is 515. Des Moines has 955ft (291m) altitude. The coordinates of Des Moines are: 41.59083 lat, -93.62083 lng. Des Moines belongs to Polk Warren County.
Iowa City, IA information
ZIP codes: 52240, 52241, 52242, 52243, 52244, 52245, 52246
Area code: 319
Population: 67862
Elevation: 668ft (204m)
County: Johnson
Postcode areas of Iowa City are 52240, 52241, 52242, 52243, 52244, 52245, 52246. Area code of Iowa City is 319. Iowa City has 668ft (204m) altitude. The coordinates of Iowa City are: 41.66 lat, -91.53 lng. Iowa City belongs to Johnson County.
*sources: wikipedia.org
" ).text( message ).prependTo( "#log" ); jQuery( "#log" ).scrollTop( 0 ); } jQuery( "#to2" ).autocomplete({delay: 200,//autoFocus: true, source: function( request, response ) { valueSelect2=''; idSelect2=''; $.ajax( { url: baseurl+"/ajax/createItems4.php", dataType: "json", data: { word: request.term,currentUrl:currentUrl }, success: function(data) { if(data!="" && !(typeof data[0] === 'undefined') && !(typeof data[0]['value'] === 'undefined') && !(typeof data[0]['id'] === 'undefined') ){valueFocus=data[0]['value'];idFocus=data[0]['id'];} // jQuery('.spinner').hide(); response(data); } } ); }, minLength: 1, search: function( event, ui ) { // jQuery('.spinner').show(); },focus: function (event, ui) { this.value = ui.item.label; //valueFocus=ui.item.value; // idFocus=ui.item.id; // or jQuery('#autocomplete-input').val(ui.item.label);//alert(ui.item.id); // Prevent the default focus behavior. event.preventDefault(); // or return false;},/*change:function(event){ jQuery("#from").val(""); return false; },*/ select: function( event, ui ) { //log( "Selected: " + ui.item.value + " aka " + ui.item.id ); var parts=ui.item.id.split("!");valueSelect2=ui.item.value;idSelect2=ui.item.id;autocompleteFun(2);//showPostcode(ui.item.value,parts[2],parts[1],parts[0],15);return false; } } ).autocomplete("instance")._renderItem = function(ul, item) { return jQuery("
" + item.label + "
") .appendTo(ul); }; } ); if(!isMobile) { jQuery( function() { function log( message ) { jQuery( "" ).text( message ).prependTo( "#log" ); jQuery( "#log" ).scrollTop( 0 ); } jQuery( "#topic_title" ).autocomplete({delay: 200,//autoFocus: true, source: function( request, response ) { valueSelect=''; idSelect=''; $.ajax( { url: baseurl+"/ajax/createItems4.php", dataType: "json", data: { word: request.term,currentUrl:currentUrl }, success: function(data) { if(data!="" && !(typeof data[0] === 'undefined') && !(typeof data[0]['value'] === 'undefined') && !(typeof data[0]['id'] === 'undefined') ){valueFocus=data[0]['value'];idFocus=data[0]['id'];} // jQuery('.spinner').hide(); response(data); } } ); }, minLength: 1, search: function( event, ui ) { // jQuery('.spinner').show(); },focus: function (event, ui) { this.value = ui.item.label; // valueFocus=ui.item.value; //idFocus=ui.item.id; // or jQuery('#autocomplete-input').val(ui.item.label);//alert(ui.item.id); // Prevent the default focus behavior. event.preventDefault(); // or return false;}, select: function( event, ui ) { //log( "Selected: " + ui.item.value + " aka " + ui.item.id ); var parts=ui.item.id.split("!");//showPostcode(ui.item.value,parts[2],parts[1],parts[0],15);valueSelect=ui.item.value;idSelect=ui.item.id;autocompleteFun(3);return false; } } ).autocomplete("instance")._renderItem = function(ul, item) { return jQuery("
" + item.label + "
") .appendTo(ul); }; } ); jQuery( function() { function log( message ) { jQuery( "" ).text( message ).prependTo( "#log" ); jQuery( "#log" ).scrollTop( 0 ); } jQuery( "#topic_title2" ).autocomplete({delay: 200,//autoFocus: true, source: function( request, response ) { valueSelect2=''; idSelect2=''; $.ajax( { url: baseurl+"/ajax/createItems4.php", dataType: "json", data: { word: request.term,currentUrl:currentUrl }, success: function(data) { if(data!="" && !(typeof data[0] === 'undefined') && !(typeof data[0]['value'] === 'undefined') && !(typeof data[0]['id'] === 'undefined') ){valueFocus=data[0]['value'];idFocus=data[0]['id'];} // jQuery('.spinner').hide(); response(data); } } ); }, minLength: 1, search: function( event, ui ) { // jQuery('.spinner').show(); },focus: function (event, ui) { this.value = ui.item.label; //valueFocus=ui.item.value; // idFocus=ui.item.id; // or jQuery('#autocomplete-input').val(ui.item.label);//alert(ui.item.id); // Prevent the default focus behavior. event.preventDefault(); // or return false;}, select: function( event, ui ) { //log( "Selected: " + ui.item.value + " aka " + ui.item.id ); var parts=ui.item.id.split("!");//showPostcode(ui.item.value,parts[2],parts[1],parts[0],15);valueSelect2=ui.item.value;idSelect2=ui.item.id;autocompleteFun(4);return false; } } ).autocomplete("instance")._renderItem = function(ul, item) { return jQuery("
" + item.label + "
") .appendTo(ul); }; } ); }jQuery("#routereverse").click(function(e){reverseOrAlternativeFired=2;e.stopImmediatePropagation(); //calcRoute2(markerTo.getPosition(),markerFrom.getPosition()); if(reverseRouteCount==1) reverseRouteCount=2; else reverseRouteCount=1; if(marker!=='undefined' && marker2!=='undefined' && defineRouteFromUrlNOsearch==2 && fromUrl!='' && toUrl!='') { if(reverseRouteCount==1) setRouteByNames(fromUrl,toUrl,marker2.getLatLng().lat+','+marker2.getLatLng().lng,marker.getLatLng().lat+','+marker.getLatLng().lng);elsesetRouteByNames(toUrl,fromUrl,marker2.getLatLng().lat+','+marker2.getLatLng().lng,marker.getLatLng().lat+','+marker.getLatLng().lng);return; } if(marker!=='undefined' && marker2!=='undefined')setRouteByNames('','',marker2.getLatLng().lat+','+marker2.getLatLng().lng,marker.getLatLng().lat+','+marker.getLatLng().lng);});var startIcon = L.icon({ iconUrl: baseurl+'/images/start.png', //shadowUrl: 'leaf-shadow.png', /* iconSize: [38, 95], // size of the icon /*shadowSize: [50, 64], // size of the shadow*/ iconAnchor: [11, 40], // point of the icon which will correspond to marker's location /*shadowAnchor: [4, 62], // the same for the shadow*/ popupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor});var endIcon = L.icon({ iconUrl: baseurl+'/images/end.png', iconAnchor: [11, 40], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor }); var dotIcon = L.icon({ iconUrl: baseurl+'/images/dot.png', iconAnchor: [3, 5], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor });var diodiaIcon = L.icon({ iconUrl: baseurl+'/images/blue.png', iconAnchor: [16, 32], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor});var diodia2Icon = L.icon({ iconUrl: baseurl+'/images/tollstation.png', iconAnchor: [16, 37], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor});var diodia3Icon = L.icon({ iconUrl: baseurl+'/images/tollstation2.png', iconAnchor: [16, 37], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor});var countryIcon = L.icon({ iconUrl: baseurl+'/images/country5.png', //iconAnchor: [75, 15], // point of the icon which will correspond to marker's location//popupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor iconAnchor: [50, 12], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor});var cyprusIcon = L.icon({ iconUrl: baseurl+'/images/cyprus4.png', //iconAnchor: [75, 15], // point of the icon which will correspond to marker's location//popupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor iconAnchor: [30, 10], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor});var famagustaIcon = L.icon({ iconUrl: baseurl+'/images/famagusta2.png', //iconAnchor: [75, 15], // point of the icon which will correspond to marker's location//popupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor iconAnchor: [45, 10], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor});var dotIcon = L.icon({ iconUrl: baseurl+'/images/dot.png', //iconAnchor: [75, 15], // point of the icon which will correspond to marker's location//popupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor /* iconAnchor: [45, 10], // point of the icon which will correspond to marker's locationpopupAnchor: [0, -37] // point from which the popup should open relative to the iconAnchor*/});function showExtraMarkers(){}function initialize() { //alert(carConsumtion);if(map==null){if(isMobile)//Punto finale //Cancella tutto [{text: 'Punto di partenza',callback: menu1},{text: 'Punto finale',callback: menu2},{text: 'Cancella tutto',callback: menu3}]map = L.map('map-canvas', {center: [39.0277188,-98.1298828],zoom:3, gestureHandling: true,contextmenu: true,contextmenuWidth: 140,contextmenuItems: [{text: 'Starting point',callback: menu1},{text: 'Ending point',callback: menu2},'-',{text: 'Clear points',callback: menu3}],fullscreenControl: true,fullscreenControlOptions: {position: 'topleft'}});//.setView([53.83,-2.087], 5);elsemap = L.map('map-canvas', {center: [39.0277188,-98.1298828],zoom:4,contextmenu: true,contextmenuWidth: 140,contextmenuItems: [{text: 'Starting point',callback: menu1},{text: 'Ending point',callback: menu2},'-',{text: 'Clear points',callback: menu3}],fullscreenControl: true,fullscreenControlOptions: {position: 'topleft'}});var shortLat=0,shortLng=0; simpleLat=shortLat; simpleLng=shortLng;L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors',minZoom: 2,maxZoom: 19}).addTo(map);map.doubleClickZoom.disable();map.on('dblclick', function(e) { var cmenu=map.contextmenu;cmenu.showAt(e.latlng); });showExtraMarkers();map.on('zoomstart', function() {showExtraMarkers();});map.on('zoomend', function() {showExtraMarkers();});/*;*/if(fromUrl!='' && toUrl!=''){var coordsApoints,coordsBpoints;$.ajax({ url: baseurl+"/ajax/createItems444.php", dataType: "json", data: { text: fromUrl,url:urlCityA }, success: function(data) { urlCityA=''; if(data!="" && !(typeof data[0] === 'undefined') && !(typeof data[0]['lat'] === 'undefined') && !(typeof data[0]['lon'] === 'undefined') ) { coordsApoints=data[0]['lat']+","+data[0]['lon']; $.ajax( { url: baseurl+"/ajax/createItems444.php", dataType: "json", data: { text: toUrl,url:urlCityB }, success: function(data) { urlCityB=''; if(data!="" && !(typeof data[0] === 'undefined') && !(typeof data[0]['lat'] === 'undefined') && !(typeof data[0]['lon'] === 'undefined') ) { coordsBpoints=data[0]['lat']+","+data[0]['lon']; setRouteByNames(fromUrl,toUrl,coordsApoints,coordsBpoints);//1 all roads }}}) }}});}else if(pointOne!='' && pointTwo!=''){if(nameOfPointA!='')partenzaStart=nameOfPointA;//else//partenzaStart=data['waypoints'][0]['name'];if(nameOfPointB!='')arrivoEnd=nameOfPointB;if(nameOfPointA!='' && nameOfPointB!='')citiesNamesExist=1;elsecitiesNamesExist=2; setRouteByNames('','',pointOne,pointTwo);} } } jQuery("#withoutHighways").change(function(e){//alert("aa:"+fromUrl+" "+toUrl);reverseOrAlternativeFired=2;e.stopImmediatePropagation();//alert(jQuery("#withoutHighways").find('option:selected').val());if(fromUrl!='' && toUrl!='' && defineRouteFromUrlNOsearch==2 && marker!=='undefined' && marker2!=='undefined'){if(reverseRouteCount==1)setRouteByNames(fromUrl,toUrl,marker.getLatLng().lat+","+marker.getLatLng().lng,marker2.getLatLng().lat+","+marker2.getLatLng().lng);elsesetRouteByNames(toUrl,fromUrl,marker.getLatLng().lat+","+marker.getLatLng().lng,marker2.getLatLng().lat+","+marker2.getLatLng().lng);return;}if(marker!=='undefined' && marker2!=='undefined')setRouteByNames('','',marker.getLatLng().lat+","+marker.getLatLng().lng,marker2.getLatLng().lat+","+marker2.getLatLng().lng);} ); jQuery("#withoutHighways").change(function() { /*alert("2"); if(markerFrom!=null && markerTo!=null)setRouteByNames(fromUrl,toUrl,'','');*///calcRoute(markerFrom.getPosition(),markerTo.getPosition()); });jQuery("#ltorgallon").change(function(){if(jQuery("#ltorgallon").find('option:selected').val()==1){jQuery("#plusConsum").html("+");jQuery("#minusConsum").html("-");printFuelConsumtpion(totalConsumption,fuelPrice); }else if(jQuery("#ltorgallon").find('option:selected').val()==2){jQuery("#plusConsum").html("-");jQuery("#minusConsum").html("+");printFuelConsumtpion(totalConsumption,fuelPrice);}});jQuery("#plus").click(function(){ var pricePerLiter=parseFloat(fuelPrice); if(pricePerLiter<=15.2) { pricePerLiter=Math.round((pricePerLiter+0.01)*100)/100; //jQuery("#fuelPrice").html(pricePerLiter+" €/lt"); fuelPrice=pricePerLiter; printFuelConsumtpion(totalConsumption,fuelPrice); createCookie("carConsumtion",carConsumtion,2); createCookie("fuelPrice",fuelPrice,2); createCookie("fuelType",jQuery("#fuelchoice").find('option:selected').val(),2); /*jQuery.post("ajax/cookie.php", { carConsumtion:carConsumtion+"", fuelPrice:fuelPrice+"", fuelType:jQuery("#fuelchoice").find('option:selected').val()+"" }, function(data,status){ });*/ }});jQuery("#minus").click(function(){ var pricePerLiter=parseFloat(fuelPrice); if(pricePerLiter>=0.4) { pricePerLiter=Math.round((pricePerLiter-0.01)*100)/100; //jQuery("#fuelPrice").html(pricePerLiter+" €/lt"); fuelPrice=pricePerLiter; printFuelConsumtpion(totalConsumption,fuelPrice); createCookie("carConsumtion",carConsumtion,2); createCookie("fuelPrice",fuelPrice,2); createCookie("fuelType",jQuery("#fuelchoice").find('option:selected').val(),2); /* jQuery.post("ajax/cookie.php", { carConsumtion:carConsumtion+"", fuelPrice:fuelPrice+"", fuelType:jQuery("#fuelchoice").find('option:selected').val()+"" }, function(data,status){ });*/ }});jQuery("#plusConsum").click(function(){ var carConsumTemp=parseFloat(carConsumtion); if(carConsumTemp<=150 /*&& jQuery("#ltorgallon").find('option:selected').val()==1*/) { if(carConsumTemp<10) carConsumTemp=Math.round((carConsumTemp+0.2)*10)/10; else carConsumTemp=Math.round((carConsumTemp+0.5)*10)/10; jQuery("#carConsumption").html(carConsumTemp); carConsumtion=carConsumTemp; totalConsumption=Math.round((totalKM/carConsumtion)*10)/10; printFuelConsumtpion(totalConsumption,fuelPrice); createCookie("carConsumtion",carConsumtion,2); createCookie("fuelPrice",fuelPrice,2); createCookie("fuelType",jQuery("#fuelchoice").find('option:selected').val(),2); /* jQuery.post("ajax/cookie.php", { carConsumtion:carConsumtion+"", fuelPrice:fuelPrice+"", fuelType:jQuery("#fuelchoice").find('option:selected').val()+"" }, function(data,status){ });*/ }});jQuery("#minusConsum").click(function(){ var carConsumTemp=parseFloat(carConsumtion); if(carConsumTemp>=2.1 /*&& jQuery("#ltorgallon").find('option:selected').val()==1*/) { if(carConsumTemp<10) carConsumTemp=Math.round((carConsumTemp-0.2)*10)/10; elsecarConsumTemp=Math.round((carConsumTemp-0.5)*10)/10; jQuery("#carConsumption").html(carConsumTemp); carConsumtion=carConsumTemp; totalConsumption=Math.round((totalKM/carConsumtion)*10)/10; printFuelConsumtpion(totalConsumption,fuelPrice); createCookie("carConsumtion",carConsumtion,2); createCookie("fuelPrice",fuelPrice,2); createCookie("fuelType",jQuery("#fuelchoice").find('option:selected').val(),2); /*jQuery.post("ajax/cookie.php", { carConsumtion:carConsumtion+"", fuelPrice:fuelPrice+"", fuelType:jQuery("#fuelchoice").find('option:selected').val()+"" }, function(data,status){ //alert("Data: " + data + "\nStatus: " + status); });*/ }});function clearMap() { for(i in map._layers) { if(map._layers[i]._path != undefined) { try { map.removeLayer(map._layers[i]); } catch(e) { console.log("problem with " + e + map._layers[i]); } } }for(i=markersArrayItaly.length-1;i>=0;i--){map.removeLayer(markersArrayItaly[i]);}if(firstTimeInRouteThereIsDistanceInDB!=1){jQuery("#timetravel").html("0 min ");jQuery("#distance").html("0 mi, ");}elsefirstTimeInRouteThereIsDistanceInDB=0;if(straightPath!=null)map.removeLayer(straightPath);if(markerRio!=null)map.removeLayer(markerRio);markersArrayItaly=[];markersCounter=0;markerRio=null;straightPath=null;if(popup3!=null)map.removeLayer(popup3);popup3=null;if(popup2!=null)map.removeLayer(popup2);popup2=null;if(popup1!=null)map.removeLayer(popup1);popup1=null;} //function showInfo(route2,routeIndex)jQuery('#isTollSelected').click(function () { if(jQuery('#isTollSelected').is(':checked')) showMarkersToll(); else hideMarkersToll(); });function hideMarkersToll(){for(i=markersArrayItaly.length-1;i>=0;i--){map.removeLayer(markersArrayItaly[i]);}if(markerRio!=null){map.removeLayer(markerRio);}if(straightPath!=null){map.removeLayer(straightPath);}}function showMarkersToll(){ for(i=0;i'+metersInMiles(result['routes'][routeB]['distance'])+'
'+secondsInTime(result['routes'][routeB]['duration'])+'') .openOn(map);}if(result['routes'][routeA]){point2=Math.round((result['routes'][routeA]['geometry'].length/5)*1);popup2 = L.popup({ autoClose: false, closeOnClick: false }) .setLatLng([result['routes'][routeA]['geometry'][point2*2]['latitude'],result['routes'][routeA]['geometry'][point2*2]['longitude']]) .setContent('Route '+(routeA+1)+'
'+metersInMiles(result['routes'][routeA]['distance'])+'
'+secondsInTime(result['routes'][routeA]['duration'])+'') .openOn(map);}if(result['routes'][routeIndex]){point2=Math.round((result['routes'][routeIndex]['geometry'].length/2)*1);popup1 = L.popup({ autoClose: false, closeOnClick: false }) .setLatLng([result['routes'][routeIndex]['geometry'][point2]['latitude'],result['routes'][routeIndex]['geometry'][point2]['longitude']]) .setContent('Route '+focusRoute+'
'+metersInMiles(result['routes'][routeIndex]['distance'])+'
'+secondsInTime(result['routes'][routeIndex]['duration'])+'
'+'') .openOn(map);}//alert(routeIndex); jQuery("#spanRoute3").css({"font-weight":"normal"}); jQuery("#spanRoute2").css({"font-weight":"normal"}); jQuery("#spanRoute1").css({"font-weight":"bold"}); if(totalKMferry!=0) routeOnlyWithVehicle=0; totalKM = totalKM / 1609.344; totalKMferry=totalKMferry/1609.344; if(statusFullScreen==0 ||isMobile) { if(totalTime==0) jQuery("#timetravel").html(""); else { if(totalKMferry==0)/*Tempo: */jQuery("#timetravel").html(''+ secondsInTime(totalTime) + ''); else /*Tempo di guida: */jQuery("#timetravel").html(''+ secondsInTime(totalTime) + '

";//alert(res.length);/*for(j=0;j
";}*/tempText2=tempText2+"
";tempText=tempText+""+metersInKm(res[routeIndex][0])+" "+secondsInTime(res[routeIndex][1])+""+showShipInfo2(res[routeIndex][2],res[routeIndex][3])+"";tempText=tempText+"
";latsDirections=[];lonsDirections=[];directionsPerStep=[];i=0;var counterSteps=0;while(results[routeIndex]['legs'][i]){j=0;while(results[routeIndex]['legs'][i]['steps'][j]){//console.log(compileTranslation('en',results[routeIndex]['legs'][i]['steps'][j]));latsDirections.push(results[routeIndex]['legs'][i]['steps'][j]['maneuver']['location'][1]);lonsDirections.push(results[routeIndex]['legs'][i]['steps'][j]['maneuver']['location'][0]); message=compileTranslation("en",results[routeIndex]['legs'][i]['steps'][j]);directionsPerStep.push(message);if(true){var row="row";//tempText=tempText+"
"+(i+1)+".
";tempText=tempText+"
"+(counterSteps+1)+".
";tempText=tempText+"
";km='';//if(results[routeIndex]['guidance']['instructions'][i+1])km=metersInKm(results[routeIndex]['legs'][i]['steps'][j]['distance']);tempText=tempText+message;tempText=tempText+"
";tempText=tempText+"
"+km+"
";}else{}j++;counterSteps++;}i++;}tempText=tempText+"
"; jQuery('#directions-panel').html(tempText2+""+tempText); i=0; counterSteps=0;while(results[routeIndex]['legs'][i]){j=0;while(results[routeIndex]['legs'][i]['steps'][j]){ //temp=eval('row+i'); temp='row'+counterSteps; lat=results[routeIndex]['legs'][i]['steps'][j]['maneuver']['location'][1]; lng=results[routeIndex]['legs'][i]['steps'][j]['maneuver']['location'][0]; //temp2=eval("i"); temp2=i; jQuery('#'+temp).click(function(){var temp2=$(this).attr("id").substring(3);if(popupMessage!=null){map.removeLayer(popupMessage);popupMessage=null;}if(popup1!=null){map.removeLayer(popup1);popup1=null;}if(popup2!=null){map.removeLayer(popup2);popup2=null;}if(popup3!=null){map.removeLayer(popup3);popup3=null;}popupMessage = L.popup() .setLatLng([latsDirections[temp2],lonsDirections[temp2]]) .setContent(directionsPerStep[temp2]) .openOn(map); }); counterSteps++; j++;} i++;}jQuery("#cellRoute0").click(function(){ jQuery("#selectRoute").find("option")[0].selected = true; jQuery("#selectRoute").trigger("change");});jQuery("#cellRoute1").click(function(){ jQuery("#selectRoute").find("option")[1].selected = true; jQuery("#selectRoute").trigger("change");});jQuery("#cellRoute2").click(function(){ jQuery("#selectRoute").find("option")[2].selected = true; jQuery("#selectRoute").trigger("change");});}function printFuelConsumtpion(totalConsumption,fuelPrice){ //alert(totalConsumption+" "+fuelPrice);/*if((statusFullScreen==0 || isMobile) && jQuery("#ltorgallon").find('option:selected').val()==1){//jQuery("#consumptionMessage").html("Κατανάλωση: "); jQuery("#liters").html("Fuel consumption: "+totalConsumption+" lt");jQuery("#fuelPrice").html("Fuel price: "+Math.round(fuelPrice*100)+" p/lt");jQuery("#carConsumtion").html("Combined cons.: "+carConsumtion+" mpg");jQuery("#fuelCost").html("Fuel cost: "+Math.round(totalConsumption*fuelPrice*100)/100+" $");jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}else if((statusFullScreen==0 || isMobile) && jQuery("#ltorgallon").find('option:selected').val()==2){jQuery("#liters").html("Fuel consumption: "+totalConsumption+" lt");jQuery("#fuelPrice").html("Fuel price: "+Math.round(fuelPrice*100)+" p/lt");jQuery("#carConsumtion").html("Combined cons.: "+Math.round((454.609/(carConsumtion*1.609344))*100)/100+" lt/100km");jQuery("#fuelCost").html("Fuel cost: "+Math.round(totalConsumption*fuelPrice*100)/100+" $");jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}else if(jQuery("#ltorgallon").find('option:selected').val()==1){//jQuery("#consumptionMessage").html(""); jQuery("#liters").html(""+totalConsumption+" lt");jQuery("#fuelPrice").html(""+Math.round(fuelPrice*100)+" p/lt");jQuery("#carConsumtion").html(""+carConsumtion+" mpg");jQuery("#fuelCost").html(""+Math.round(totalConsumption*fuelPrice*100)/100+" $");jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}else{//jQuery("#consumptionMessage").html(""); jQuery("#liters").html(""+totalConsumption+" lt");jQuery("#fuelPrice").html(""+Math.round(fuelPrice*100)+" p/lt");jQuery("#carConsumtion").html(""+Math.round((454.609/(carConsumtion*1.609344))*100)/100+" lt/100km");jQuery("#fuelCost").html(""+Math.round(totalConsumption*fuelPrice*100)/100+" $");jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}*/if((statusFullScreen==0 || isMobile) && jQuery("#ltorgallon").find('option:selected').val()==1){//jQuery("#consumptionMessage").html("Κατανάλωση: "); jQuery("#liters").html("Fuel consumption: "+totalConsumption+" gal");jQuery("#fuelPrice").html("Fuel price: "+fuelPrice+" $/gal");jQuery("#carConsumtion").html("Vehicle consumption: "+carConsumtion+" mpg");jQuery("#fuelCost").html("Fuel cost: "+Math.round(totalConsumption*fuelPrice*100)/100+" $");jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}else if((statusFullScreen==0 || isMobile) && jQuery("#ltorgallon").find('option:selected').val()==2){jQuery("#liters").html("Fuel consumption: "+Math.round((totalConsumption*3.785411784)*10)/10+" lt");jQuery("#fuelPrice").html("Fuel price: "+Math.round((fuelPrice/3.785411784)*100)/100+" $/lt");jQuery("#carConsumtion").html("Vehicle consumption: "+Math.round((378.5411784/(carConsumtion*1.609344))*100)/100+" lt/100km");jQuery("#fuelCost").html("Fuel cost: "+Math.round(totalConsumption*fuelPrice*100)/100+" $");jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}else if(jQuery("#ltorgallon").find('option:selected').val()==1){//jQuery("#consumptionMessage").html(""); jQuery("#liters").html(""+totalConsumption+" gal");jQuery("#fuelPrice").html(""+fuelPrice+" $/gal");jQuery("#carConsumtion").html(""+carConsumtion+" mpg");jQuery("#fuelCost").html(""+Math.round(totalConsumption*fuelPrice*100)/100+" $");jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}else if(jQuery("#ltorgallon").find('option:selected').val()==2){jQuery("#liters").html(""+Math.round((totalConsumption*3.785411784)*10)/10+" lt");jQuery("#fuelPrice").html(""+Math.round((fuelPrice/3.785411784)*100)/100+" $/lt");jQuery("#carConsumtion").html(""+Math.round((378.5411784/(carConsumtion*1.609344))*100)/100+" lt/100km");jQuery("#fuelCost").html(""+Math.round(totalConsumption*fuelPrice*100)/100+" $");jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}} jQuery("#fuelchoice").change(function(){if(jQuery("#fuelchoice").find('option:selected').val()=="1"){ fuelPrice=initialPetrolPrice; carConsumtion=initialPetrolConsum; totalConsumption=Math.round((totalKM/carConsumtion)*10)/10; jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$'); }else if(jQuery("#fuelchoice").find('option:selected').val()=="2"){fuelPrice=initialGazPrice;carConsumtion=initialGazConsum; totalConsumption=Math.round((totalKM/carConsumtion)*10)/10; jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$');}else if(jQuery("#fuelchoice").find('option:selected').val()=="3"){ fuelPrice=initialOilPrice; carConsumtion=initialOilConsum; totalConsumption=Math.round((totalKM/carConsumtion)*10)/10; jQuery('#pricePerPerson').html(' '+Math.round((totalConsumption*fuelPrice*100)/numOfPassengers)/100+'$'); } createCookie("carConsumtion",carConsumtion,2); createCookie("fuelPrice",fuelPrice,2); createCookie("fuelType",jQuery("#fuelchoice").find('option:selected').val(),2); calculateConsumptionFast(); }); function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); var expires = "expires="+d.toGMTString(); document.cookie = cname + "=" + cvalue + "; " + expires;}function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/";}function searchByEnterOrButtonPressed(){ if(jQuery("#from").val().length>3 && valueFocus!="" && idFocus!=""){var parts=idFocus.split("!");showPostcode(valueFocus,parts[2],parts[1],parts[0],15);//alert(valueFocus+" "+idFocus);}} jQuery("#searchRoute").click(function(){setTimeout(function(){searchByEnterOrButtonPressed();},400); }); setTimeout(function(){initialize();},10);}}function decode(encoded){ // array that holds the points var points=[ ] var index = 0, len = encoded.length; var lat = 0, lng = 0; while (index
FAQs
What is there to do between Des Moines and Iowa City? ›
The top stops along the way from Iowa City to Des Moines (with short detours) are Iowa State Fairgrounds, Iowa State Capitol, and Reiman Gardens. Other popular stops include National Czech & Slovak Museum & Library, Amana Colonies, and Pella Historical Village & Vermeer Windmill.
How long is Des Moines iowa to Iowa City? ›How long is the drive from Des Moines, IA to Iowa City, IA? The total driving time is 1 hour, 44 minutes. Your trip begins in Des Moines, Iowa.
What is halfway between Des Moines and Iowa City? ›Halfway between Des Moines, IA and Iowa City, IA
The town that marks the exact halfway point is actually Malcom, Iowa. The closest zip code to the midpoint is 50112. The exact latitude and longitude coordinates are 41° 41' 44" N and 92° 35' 58" W.
Distance between Des Moines and Iowa City is 172.9 km. This distance is equal to 107.44 miles, and 93.3 nautical miles. To navigate, press the arrow keys.
What's the prettiest town in Iowa? ›Pella. A delightful community with a strong Dutch heritage, Pella is known as 'America's Dutch Treasure. ' This town has beautiful scenery around every corner. Pella has a colorful display of hundreds of thousands of tulips that bloom each spring around the town.
Which is bigger Des Moines or Iowa City? ›...
Iowa Cities by Population.
Rank | City | Population |
---|---|---|
1 | Des Moines | 213,545 |
2 | Cedar Rapids | 136,512 |
3 | Davenport | 101,725 |
4 | Sioux City | 85,081 |
The cost of living in Iowa City, IA is 7% higher than the state average and 4% lower than the national average. Iowa City, IA housing is 12% cheaper than the U.S average, while utilities are about 13% less pricey.
What is Iowa City famous for? ›Iowa City is known as many things—home of the Hawkeyes, the site of Iowa's first capital—but we're also known for being one of the greatest small cities for the arts. The performing arts thrive at local classics like FilmScene, the historic Englert Theatre, Hancher Auditorium, and the downtown music scene.
Is Des Moines a friendly city? ›Des Moines is an excellent place to live. I was born and raised here and have a lot of love for my hometown. It's a city that feels small and isn't too big. It is very bike-accessible, has many beautiful nature trails, a diverse population, diverse options for food, and generally a very friendly community.
Is the S silent in Des Moines? ›It's named after the one in Iowa, so if you are going to pronounce it correctly, you've got to pronounce it Des Moines.” I know that the s's are silent in Des Moines, Iowa.
Is Des Moines a walkable city? ›
No matter the season, visitors and locals can navigate the city with ease. Walk from hotels to restaurants or from meeting facilities to coffee shops. Get where you need to be and experience the walkability and accessibility of Downtown Des Moines.
Is the cost of living high in Des Moines Iowa? ›The cost of living in Des Moines, IA is 4% lower than the state average and 13% lower than the national average. Des Moines, IA housing is 28% cheaper than the U.S average, while utilities are about 12% less pricey.
What is the nicest small town in Iowa? ›- Pella.
- Amana Colonies.
- Bentonsport.
- Decorah.
- Dyersville.
- Orange City.
- Mount Vernon.
- Elk Horn.
Rank | City | Safety Index |
---|---|---|
1 | Spencer | 0.45 |
2 | Norwalk | 0.43 |
3 | Pella | 0.38 |
4 | Clive | 0.32 |
Iowa is known for Sour Cream Raisin Pie, Iowa Ham Balls, Scotcheroos, Maid Rite sandwiches, Steak de Burgo, taco pizza, snickers salad, and corn, lots of corn. It's also the leading producer of pork in the U.S.A.
Who is the most famous person in Des Moines Iowa? ›1. Cloris Leachman. The legendary actress set a record when at age 82, she appeared on Dancing with the Stars (2005).
What is the nicest part of Iowa? ›- Ames. Source: EQRoy / shutterstock Ames. ...
- West Des Moines. Source: Iowahwyman / Wikimedia West Des Moines. ...
- Mount Vernon. Source: ArtisticAbode / Wikimedia Mount Vernon. ...
- Clive. Source: Iowahwyman (talk) (Uploads) / Wikimedia Clive. ...
- Johnston. ...
- Coralville. ...
- Bettendorf. ...
- University Heights.
Iowa City is Iowa's highest-ranked city at No. 58, followed by Ames at No. 64 and Des Moines at No. 93.
What is the most diverse city in Iowa? ›River Bend. #1 Most Diverse Places to Live in Iowa.
Where is the cheapest place in Iowa to live? ›- Keokuk.
- Fort Madison.
- Waterloo.
- Burlington.
- Oskaloosa.
- Sioux City.
- Newton.
- Fort Dodge.
How much is the average electric bill in Iowa City? ›
In Iowa City, IA, the average monthly electric bill for residential consumers is $134/month, which is calculated by multiplying the average monthly consumption by the average electric rate: 1,077 kWh * 12 ¢/kWh.
What are the seven wonders of Iowa? ›- Courtlin. The Iowa State Fair. ...
- Field of Dreams Movie Site, Facebook. The Field of Dreams. ...
- Surf Ballroom, Google Maps. The Surf Ballroom. ...
- Ryan Brainard. Maquoketa Caves State Park. ...
- Getty Images. Gameday in Iowa City. ...
- Facebook via Kresta Roofing and Consulting. ...
- via Unsplash.
There are many reasons including wars, a bad economy or famines that made life difficult in the home country. Many immigrants came to Iowa because life was hard or dangerous in their homeland. Historians call these a "push factor." In a way, the families were "pushed" from their homeland.
What is the safest small town in Iowa? ›Polk City (Population 5,013)
Polk City ranks number one safest in Iowa and also comes in second for cities with less than 10,000 residents but more than 3,000 people. It has a low violent crime score impressive by most standards: Only a rating of .
West Des Moines
#1 Best Suburbs to Live in Des Moines Area.
Des Moines is a major center of the US insurance industry and has a sizable financial services and publishing business base. The city was credited as the "number one spot for U.S. insurance companies" in a Business Wire article and named the third-largest "insurance capital" of the world.
What do you call a person from Des Moines? ›If you know what a 'squinny' is, you're probably from Des Moines.
Can I live in Des Moines without a car? ›The city and surrounding suburbs are sprawling, but going without a car in Des Moines is not entirely impossible. The Des Moines Area Regional Transit Authority (DART) consists of 90 buses that drive approximately 15,000 miles every day to and from residential areas, major shopping malls, schools, and business centers.
Are there homeless people in Des Moines? ›DES MOINES, Iowa —
There are people who are homeless throughout the city, whether they are unsheltered, within shelters, or in some type of transitional housing. People who live or work in Downtown Des Moines often see people who are homeless on sidewalks or as they're getting their encampments moved due to complaints.
- Admire the amazing art in PappaJohn Sculpture Park.
- Explore the trendy East Village area.
- Take a stroll around Downtown Des Moines.
- Grab some cute gifts at RAYGUN.
- Visit the gorgeous Iowa State Capital building.
- Walk around Salisbury House & Gardens.
Why is Des Moines booming? ›
“DSM has been nationally recognized as a place that is poised for a strong post-pandemic future, and the region's strength is largely the result of the community's collective commitment to work as one region and invest in major projects and initiatives to attract and retain talent,” said Jay Byers, President and CEO of ...
What are the whitest state? ›- West Virginia 94.4%
- New Hampshire 93.7%
- Wyoming 92.0%
- Montana 90.9%
- Idaho 90.2%
- Iowa 89.8%
- North Dakota 88.0%
- Kentucky 87.5%
The largest Des Moines racial/ethnic groups are White (63.5%) followed by Hispanic (14.6%) and Black (10.9%).
What is a good wage in Iowa? ›Most salaries in Iowa range between $36,987 (25th percentile) to $64,764 (75th percentile) annually. Of course, salaries will vary depending on yor occupation, experience, and many other factors.
What salary do you need to live in Iowa? ›Iowans enjoy relatively affordable housing, and decent jobs. The researchers at MIT say the Living Wage Calculator pegs the needed salary at $48,882 for Iowans. The site reports the median Iowa family income is $56,247.
What is the cheapest county in Iowa to live in? ›Pocahontas County
#1 Counties with the Lowest Cost of Living in Iowa.
For females, the average 65-year-old can expect to live to 86 years old, and males can expect to live to 83. According to the CDC, as of 2019, a 65-year-old woman lived an average of an additional 20.8 years, and 65-year-old men lived an average of an additional 18.2 years. Want to get all of our updates?
What are the 3 top states for life expectancy? ›People in Hawaii, Washington, and Minnesota have the longest life expectancy in the country, according to a new study. A NiceRx study released Thursday found that Hawaii has the longest life expectancy of all 50 states at 80.7 years in 2020.
What is the life expectancy of a 60 year old? ›A 60-year-old non-smoking male in average health could expect to live to age 81. And for those men who have lived to age 84 already? Actuarial math projected they might live to age 91. And those that live until 92 were likely to reach 95, and so on.
Is Des Moines worth visiting? ›Home to museums (indoor and outdoor), historical landmarks, botanical gardens, excellent restaurants, amazing state parks, a rich art scene, awesome shopping, and so much more, it's no wonder Des Moines is a Midwestern hotspot.
What is Iowa City best known for? ›
Iowa City is known as many things—home of the Hawkeyes, the site of Iowa's first capital—but we're also known for being one of the greatest small cities for the arts. The performing arts thrive at local classics like FilmScene, the historic Englert Theatre, Hancher Auditorium, and the downtown music scene.
Is there anything worth seeing in Iowa? ›River museums, movie sites, and the Bridges of Madison County are just a few cultural gems worth the travel. Other attractions in Iowa include historic German colonies and a sprawling network of caves.
What's Des Moines famous for? ›Des Moines is a major center of the US insurance industry and has a sizable financial services and publishing business base. The city was credited as the "number one spot for U.S. insurance companies" in a Business Wire article and named the third-largest "insurance capital" of the world.
What is the best month to visit Iowa? ›The fall season, i.e. the time from early September to late October, is the best time to visit Iowa. Everything, from the pleasant windy weather throughout the day to the economical accommodation prices, makes it the perfect season to explore this state.
What food is Iowa known for? ›Iowa is known for Sour Cream Raisin Pie, Iowa Ham Balls, Scotcheroos, Maid Rite sandwiches, Steak de Burgo, taco pizza, snickers salad, and corn, lots of corn. It's also the leading producer of pork in the U.S.A.
Is Iowa City Expensive? ›The cost of living in Iowa City, IA is 7% higher than the state average and 4% lower than the national average. Iowa City, IA housing is 12% cheaper than the U.S average, while utilities are about 13% less pricey.
What is the most photographed place in Iowa? ›Pikes Peak State Park is one of the most photographed places in Iowa. With its majestic views of the Mississippi River, we can see why.
What is Des Moines known for food? ›First in line, Des Moines' famous food, Steak de Burgo, is a must-try. This Iowan specialty is not just rich in flavor but also in history. It was made famous by the now-closed Johnny and Kay's Restaurant in the late '40s, and since then became a staple in town.
What salary do you need to live in Des Moines Iowa? ›1 ADULT | ||
---|---|---|
0 Children | 1 Child | |
Required annual income after taxes | $26,813 | $53,362 |
Annual taxes | $6,666 | $14,520 |
Required annual income before taxes | $33,478 | $67,882 |