
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<link rel="shortcut icon" href="/favicon.ico">
<link href="https://www.distantias.com/style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Distance Calculators, Route Planners, Beaches, Things to Do, Hotels and Travel Tools With Maps and Directions For Car Journeys Fuel Costs | Distantias</title>
<meta name="description" content="Distance Calculators, Route Planners and Travel Tools With Maps and Directions For Car Journeys">
<meta name="msvalidate.01" content="CA93EC932705AA1C0AE52804E251317F" />
<script async type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script>
  
 function fun()
{
 var ddl = document.getElementById("mode");
 var selectedValue = ddl.options[ddl.selectedIndex].value;
    if (selectedValue !== "driving")
   {
     document.getElementById("traffic").checked = false;
document.getElementById('traffic').disabled = true;
   }
     if (selectedValue == "driving")
   {
 
document.getElementById('traffic').disabled = false;
   }


}



function toggle_vis(id)
{
	e = document.getElementById(id);
	if(e.style.display == 'none')
	{
		e.style.display = 'block';
	}
	else
	{
		e.style.display = 'none';
	}
}
function textCounter( field, countfield, maxlimit ) {
 if ( field.value.length > maxlimit ) {
  field.value = field.value.substring( 0, maxlimit );
  field.blur();
  field.focus();
  return false;
 } else {
  countfield.value = maxlimit - field.value.length;
 }
}

function stopRKey(evt) { 
  var evt = (evt) ? evt : ((event) ? event : null); 
  var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null); 
  if ((evt.keyCode == 13) && (node.type=="text"))  {return false;} 
} 

document.onkeypress = stopRKey; 
function clearit(){
document.getElementById('txt1').value="";
}
function invokekeyup(){
 document.getElementById('txt1').value='Dymchurch'; 
$('#txt1').trigger('keyup');  
 
 document.getElementById('txt1').value=""; 
document.getElementById('txt1').focus(); 
(function($){
    $.fn.setCursorToTextEnd = function() {
        var $initialVal = this.val();
        this.val($initialVal);
    };
})(jQuery);
 

//$('#txt1').setCursorToTextEnd();

}
</script>
<script type="text/javascript"> 

var alphaOnly = /[\sA-Z,a-z,'1234567890-]/g;



function restrictCharacters(myfield, e, restrictionType) { 

if (!e) var e = window.event 

if (e.keyCode) code = e.keyCode; 

else if (e.which) code = e.which; 

var character = String.fromCharCode(code); 


 
// if they pressed esc... remove focus from field... 

if (code==27) { this.blur(); return false; } 



// ignore if they are press other keys 

// strange because code: 39 is the down key AND ' key... 

// and DEL also equals . 
  

if (!e.ctrlKey && code!=9 && code!=46 && code!=8 && code!=36 && code!=37 && code!=38 && (code!=39 || (code==39 && character=="'")) && code!=40) { 

if (character.match(restrictionType)) { 

return true; 

} else { 

return false; 

} 



} 

} 

</script>
<meta property="og:site_name" content="Distantias" /><meta name="twitter:title" content="Route Planning Tools" /><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@distantias" />
<meta name="twitter:image" content="https://www.distantias.com/affiliateheader.png" /><meta name="twitter:creator" content="@distantias" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>

    #exportbuttonMobile1 {
        display:none; 
    }
   
    #exportbuttonMobile2 {
        display:none; 
    }
 
 @media only screen and (max-width: 500px) {  
    #exportbuttonDesktop1 {
        display:none; 
    }
    #exportbuttonMobile1 {
        display:block; 
    }
   
    #exportbuttonMobile2 {
        display:block; 
    }
      #exportbuttonDesktop2 {
        display:none; 
    }
 }
 #main3{
    
  background: white;
padding:6px;
border:1px solid #8EB3B3;
  max-width:1100px;
left:auto;
right:auto;
margin:0 auto;
 -webkit-box-shadow: 0px 33px 104px -20px rgba(0,0,10,1);
-moz-box-shadow: 0px 33px 104px -20px rgba(0,0,0,1);
box-shadow: 0px 33px 104px -20px rgba(0,0,0,1);

 
}
#web{
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: left;
}
#breadcrumbs{
  max-width: 100%;
   
}
h1{
  max-width: 100%;
   
}
h2{
  max-width: 100%;
   
}
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 12pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #0E64AD;
	color:white;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
 background-image: url(https://www.distantias.com/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
 background-image: url(https://www.distantias.com/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
 background-image: url(https://www.distantias.com/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
.locationstuff  td{
	color: #3D3D3D;
	padding: 4px;
	background-color:#D3D3D3;
	vertical-align: top;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }
</style>
<link href="https://www.distantias.com/" rel="canonical" />
<style type="text/css">
li {
     
    font-size: 16px;
    font-family:arial;
    color:#000066;
}
      
.menu2 {
  overflow: hidden;
 
}

.menu2 a{
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 12px;
}

.menu2 a:hover {
  background-color: #ddd;
  color: black;
}

.menu2 a.active {
  background-color: #4CAF50;
  color: white;
}

.menu2 .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .menu2 a:not(:first-child) {display: none;}
  .menu2 a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .menu2.responsive {position: relative;}
  .menu2.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu2.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
 
.button{ margin-top:8px; border-top:1px solid #96d1f8;background:#65a9d7;background:-webkit-gradient(linear,left top,left bottom,from(#000066),to(#65a9d7));background:-moz-linear-gradient(top,#3e779d,#65a9d7);padding:3px 10px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;box-shadow:#000 0 1px 0,#000 0 0 10px,#000 0 0 20px,#000 0 0 30px;-webkit-box-shadow:#000 0 1px 0;-moz-box-shadow:#000 0 1px 0;text-shadow:rgba(0,0,0,.4) 0 1px 0;color:#fff;font-size:16px;font-family:Georgia,serif;text-decoration:none;vertical-align:middle}.button:hover{border-top-color:#28597a;background:#28597a;color:#ccc}.button:active{border-top-color:#1b435e;background:#1b435e}  
.menu2{max-width:100%;background-color:#0E64AD;font-size:12px;font-weight:700;moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;}
.menu2 ul li a{float:left;text-decoration:none;color:#fff;background-color:#0E64AD;padding:9.5px 10px;moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;}
.menu2 ul li a:visited{color:#fff}
.menu2 ul li a:hover,.menu2 ul li .current{color:#fff;background-color:#0b75b2}
.black_overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:6001;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=75)}
.white_content{display:none;position:absolute;top:200px;left:22%;width:55%;border:4px solid red;background-color:#FFF;z-index:6002;overflow:auto;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;-moz-box-shadow:3px 3px 2px 1px #ccc;-webkit-box-shadow:3px 3px 2px 1px #ccc;box-shadow:3px 3px 2px 1px #ccc;padding:10px}
#breadcrumbs {
    max-width: 100%;
}
.curvitqbox{font-family:Arial, Helvetica, sans-serif;background-color:#FFCCFF;font-size:14px;font-weight:700;color:#000;max-width:900px;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;-moz-box-shadow:3px 3px 2px 1px #ccc;-webkit-box-shadow:3px 3px 2px 1px #ccc;box-shadow:3px 3px 2px 1px #ccc;border-color:#003 #000 #000;border-style:solid;border-width:1px;padding:3px; 
 H3{font-weight:400;font-size:11pt;color:#F4F4F4;font-family:Arial;text-decoration:none;max-width:900px;background-color:#0E64AD;padding:4px; margin:4 0 0 4;  border-bottom-width: 1px; border-bottom-color:#000066; border-bottom-style: solid;} 
    </style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="main3">
<div id="breadcrumbs">
<table width="100%"><tr><td colspan="3"><a href="/" title="Distance Calculator "><img src="https://www.distantias.com/clipped-logo.png" alt="distance calculator" border="0" /></a></td> <td></td><td> <script async src="https://cse.google.com/cse.js?cx=partner-pub-7792641048816404:yaqyrmptqe0"></script><div class="gcse-searchbox-only"></div> </td> </tr></table>
<div class="menu2" id="mainnewmenu">
<a title="Distance Calculator" href="https://www.distantias.com/"><span class="icon"></span>Distance Calculator</a>
<a href="https://www.distantias.com/car-hire/" style="color:#00FF00;">Car Hire Rentals</a>
<a href="https://www.distantias.com/distance-to-capitals.php" style="color:white;">Nearest Capital Cities</a>
<a href="/book-hotels/" style="color:red;">Book a Hotel</a>
<a href="https://www.distantias.com/hotel-marketing/" style="color:pink;">Hotel Marketing</a>
<a href="https://www.distantias.com/towns-cities-radius-calculator.php" ;>Towns Within A Radius</a>
<a href="/subscribe-to-distantias.php" style="color:#00ff00;">Subscription Options</a>
<a href=" https://www.distantias.com/nearest-airport-distance-calculator.php" style="color:pink;">Nearest Airports</a>
<a href="https://www.distantias.com/route-planners/" style="color:yellow;">Route Planners</a>
<a href="#fuel" onclick=" load('/fuel.php?mo=20&amp;mod=1','milescost')" style="color:orange">Fuel Calculator</a>
<a href="https://www.distantias.com/what-is-the-closest-beach-to-me.php" style="color:white;">Beaches</a>
<a href="/about-us.php" style="color:#00ff00;">About Us</a>
<a href="javascript:void(0);" class="icon" onclick="changemenu()">
<i class="fa fa-bars"></i>
</a> </div>
<script>
function changemenu() {
  var x = document.getElementById("mainnewmenu");
  if (x.className === "menu2") {
    x.className += " responsive";
  } else {
    x.className = "menu2";
  }
}
</script>
<div style="margin-bottom:1px; margin-top:7px">
<div id="breadcrumbs" class="ask" itemscope itemtype="http://schema.org/BreadcrumbList"> You are here:
<span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemtype="https://schema.org/Thing" itemprop="item" href="/"> <span itemprop="name"> Distantias </span> </a> <meta itemprop="position" content="1"> </span>
</div>
<h2 style="color:white">Distantias Travel Planning and Distance Calculator Tools</h2>
<img src="https://www.distantias.com/affiliateheader.png" alt="distance calculators">
<a name="distancecalculator"></a><h2>Distance Calculator</h2>
<script src="https://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
<script async type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<div id="box" style="margin-top:35px; margin-bottom:auto; margin-left:auto; margin-right:auto; background:#cce7ff;font-size:14px;font-weight:700;color:#000;max-width:80%;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;border-color:#003 #000 #000;border-style:solid;border-width:1px;padding:3px">
<script>    

function valid(){
var str = $("#search-box2").val();
var str2 =$("#search-box").val();
if( str.indexOf(" ") == -1 )
{

$("#mydiv").text ("Please enter both a town and a country or a zipcode");
 $("#search-box2").css({"background-color": "#F0FFF0"});
  document.getElementById("calcdisbut").style.display='none';
}
if(str2.indexOf(" ") == -1 )
{

$("#mydiv").text ("Please enter both a town and a country or a zipcode.");
 $("#search-box").css({"background-color": "#F0FFF0"});
  document.getElementById("calcdisbut").style.display='none';

}
}

function showagain(){
 var box1 = $("#search-box").val();
var box2 =$("#search-box2").val();  

 var  boxlen1 = box1.length;
  var  boxlen2 = box2.length;
if(boxlen1 >= 4 && boxlen2 >= 4){
 document.getElementById("calcdisbut").style.display='block';
    $("#mydiv").text ("");
}

  
}

</script>
<form id="searchform" style="margin: 8px 0 0 10px; padding:0 0 0 5px" action="https://www.distantias.com/dnmh.php" method="POST" onkeydown="return event.key != 'Enter';">
<script>
$(document).ready(function(){

	$("#mylocale a").click(function(){
 
		var value = $(this).html();
   var country=', , , , , ';
    var pair = value + ', ' + country;
        var input = $('#search-box2');
        input.val(value);

 
	});


});
</script>
<script> 
function Reset() {
    
     document.getElementById("search-box").value="";
     document.getElementById("search-box2").value="";
}
</script>
<p><b>Calculate A Distance - How near or far is it from one place to another</b></p>
<p>If you are typing a free form address, then results will be unpredicatable, especially where typos are concerned. Stick with the suggestions where you can and avoid disappointment. US and UK users can enter post and zipcodes. We are constantly adding postcodes for other localities. Please watch this space. </p>
<script type="text/javascript"> 

var alphaOnly = /[\sA-Z,a-z,'1234567890-]/g;



function restrictCharacters(myfield, e, restrictionType) { 

if (!e) var e = window.event 

if (e.keyCode) code = e.keyCode; 

else if (e.which) code = e.which; 

var character = String.fromCharCode(code); 


 
// if they pressed esc... remove focus from field... 

if (code==27) { this.blur(); return false; } 



// ignore if they are press other keys 

// strange because code: 39 is the down key AND ' key... 

// and DEL also equals . 
  

if (!e.ctrlKey && code!=9 && code!=46 && code!=8 && code!=36 && code!=37 && code!=38 && (code!=39 || (code==39 && character=="'")) && code!=40) { 

if (character.match(restrictionType)) { 

return true; 

} else { 

return false; 

} 



} 

} 

</script>
<style>
.container {max-width:460px; overflow:hidden;}
.frmSearch { margin: 2px 0px;padding:10px;border-radius:4px;}
.toSearch {margin: 2px 0px;padding:10px;border-radius:4px;}
#country-list{list-style:none;margin-top:3px;padding:0;max-width:300px;position: absolute;}
#country-list li{font-face:arial; font-size:12px; padding: 10px; background: #ffffff; border-bottom: #bbb9b9 0.5px solid; border:1px solid #a8d4b1;}
#country-list li:hover{background:#a8d4b1;color:white;cursor: pointer;}
 
#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px; width: 100%;
     max-width: 500px;
     box-sizing: border-box;}

#country-list2{list-style:none;margin-top:3px;padding:0;max-width:300px;position: absolute;}
#country-list2 li{font-face:arial; font-size:12px; padding: 10px; background: #ffffff; border-bottom: #bbb9b9 0.5px solid; border:1px solid #a8d4b1;}
#country-list2 li:hover{background:#a8d4b1;color:white;cursor: pointer;}
#search-box2{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px; width: 100%;
     max-width: 500px;
     box-sizing: border-box;}
</style>
<script src="https://code.jquery.com/jquery-2.1.1.min.js" type="text/javascript"></script>
<script>
function swap() {
   var rob =document.getElementById("search-box2").value;
   document.getElementById("search-box2").value = document.getElementById("search-box").value;
   document.getElementById("search-box").value = rob;
   
    var fred =document.getElementById("longlat2").value;
   document.getElementById("longlat2").value = document.getElementById("longlat1").value;
   document.getElementById("longlat1").value = fred;

 
}



$(document).ready(function(){
	$("#search-box").keyup(function(){
		$.ajax({
		type: "POST",
		url: "https://www.distantias.com/devcalcform/readCountry.php",
		data:'keyword='+$(this).val(),
		beforeSend: function(){
			$("#search-box").css("background","#FFF url(https://www.distantias.com/autocomplete/LoaderIcon.gif) no-repeat 165px");
		},
		success: function(data){
			$("#suggestion-box").show();
			$("#suggestion-box").html(data);
			$("#search-box").css("background","#FFF");
		}
		});
	});
});
$(document).ready(function(){
	$("#search-box2").keyup(function(){
		$.ajax({
		type: "POST",
		url: "https://www.distantias.com/devcalcform/readCountry2.php",
		data:'keyword='+$(this).val(),
		beforeSend: function(){
			$("#search-box2").css("background","#FFF url((https://www.distantias.com/autocomplete/LoaderIcon.gif) no-repeat 165px");
		},
		success: function(data){
			$("#suggestion-box2").show();
			$("#suggestion-box2").html(data);
			$("#search-box2").css("background","#FFF");
		}
		});
	});
});
function selectCountry(val, longlats) {
$("#search-box").val(val);
$("#suggestion-box").hide();
$("#longlat1").val(longlats);
document.getElementById("search-box2").focus();
}
function selectCountry2(val2,longlats2) {
$("#search-box2").val(val2);
$("#longlat2").val(longlats2);
$("#suggestion-box2").hide();
 
 // $('#searchform').submit(); 
 
}
 
 
         function readCookie(name) {
    var nameEQ = name + "=";
    var ca = document.cookie.split(';');
    for(var i=0;i < ca.length;i++) {
        var c = ca[i];
        while (c.charAt(0)==' ') c = c.substring(1,c.length);
        if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
    }
    return null;
}

function updateFor(){
    var latitude = readCookie('posLat');
    var longitude = readCookie('posLon');
 
        var     locationt = latitude + ", " + longitude +"";
  document.getElementById("search-box").value =  locationt;
  
}

</script>
<div class="container">
<div id="yay">
</div> <div id="statuslocation"></div>
<div class="frmSearch">
<div style="display:none; color:red" id="where"> One of your locations doesn't have a country or town, please be more precise if you can.</div>
<input type="text" onkeypress="return restrictCharacters(this, event, alphaOnly);" size="35" id="search-box" name="s1" placeholder="Enter a location or start point" value autocomplete="off" required />
<input type="hidden" id="longlat1" name="longlat1" value="zz">
<div id="suggestion-box" style="z-index:99999;position:absolute; width:300px"></div> </div>
<div class="toSearch"><input type="text" size="35" onkeypress="return restrictCharacters(this, event, alphaOnly);" id="search-box2" name="s2" placeholder="Enter a destination" value autocomplete="off" onblur="showagain();" onkeyup="showagain();" value required />
<input type="hidden" id="longlat2" name="longlat2" value="zz">
<div id="suggestion-box2" style="background-color:white;z-index:99999;position:absolute; width:300px"></div>
<style>
.optionsMap 
{
  border: 1px solid #777;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 5px 5px;
  width:90%;
  background-color:#ffffff;
  margin-top:6px;
}

.optionsMap label
{
  font-size:10px;
  text-transform: uppercase;
  color: #777;
  padding: 2px 8px 0;
}

select
{
  background-color: #ebebeb;
  border:0px;
}</style>
</div>
</div>
<p>
<input style="background-color:#4f63ff; color:white;" type="submit" onMouseover="valid();showagain();" id="calcdisbut" value="Calculate distance" onclick="showMess();" /><br/><br/>
<span id="mydiv" style="color:red"></span>
<span id="calcmess" style="color:red;display:none">Processing, please be patient...</span>
<span id="searchboxlink"></span>
</p>
<p style="margin: 0; padding: 0">
<span onClick="Reset()" style="color:red;cursor:pointer">Reset Form</span> <a onClick="swap()" style="color:blue">Swap Locations</a></p>
</form>
</div>
<script>
function showMess(){
  document.getElementById("calcdisbut").style.display='none';   
   document.getElementById("calcmess").style.display='block';
    
}
  
</script>
<style>.optionsMap 
{
  border: 1px solid #777;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 5px 5px;
  width:200px;
  background-color:#ffffff;
  margin-top:6px;
}

.optionsMap label
{
  font-size:10px;
  text-transform: uppercase;
  color: #777;
  padding: 2px 8px 0;
}

select
{
  background-color: #ebebeb;
  border:0px;
}</style>
<style>
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    background: rgba(0, 0, 205, 0.7);
  color: #f2f2f2;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 55px;
}
.ratingtext {
     background: rgba(245, 15, 15, 0.7);
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 85px;
  right:0px;
}
.locationtext {
background: rgba(194,178,128, 0.7);
 
  color: #f2f2f2;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.boxit {padding:4px;background-color:#f5f5f5;margin-bottom:4px; -webkit-box-shadow: 0px 1px 15px -5px rgba(150,150,150,0.99);
</style>
<h2 style="background-color:darkorange">Beautiful beaches near you - Find the nearest beach to your home town.</h2>
<p>If you're in the UK or the USA then why not find the nearest beach for a day out with the kids and family. Check out our <a href="https://www.distantias.com/what-is-the-closest-beach-to-me.php">closest beach to me</a> section.</p>
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">0 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-east_lothian/">Longniddry </a></div>
<div class="ratingtext"></div>
<img src="beachimages/seton-sands-longniddry-scotland.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-east_lothian/" style="color:white">Seton Sands bathing water is located to the east of the small towns of Cockenzie and Port Seton and to the north-west of Longniddry. The long, 2.2km beach slopes gently towards the water. water qualit... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">1 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-gwynedd/">Llanberis Llyn Padarn</a></div>
<div class="ratingtext"></div>
<img src="beachimages/llyn-padarn-llanberis-wales.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-gwynedd/" style="color:white">The bathing water is located on the western side of Llyn Padarn, which is a fresh water lake in Snowdonia. It is located close to the village of Llanberis with its cafes and other tourist attractions.... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-devon/">Instow Bideford</a></div>
<div class="ratingtext"></div>
<img src="beachimages/instow-beach-2009294110.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-devon/" style="color:white">Wide expanse of golden sand and dunes an expanse of water, bright in Summer with the sails of catamarans and wind-surfers, or, if the tide is out, a Iong stretch of golden sand. A perfect family touri... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-pembrokeshire/">Herbrandston Milford Haven Outer</a></div>
<div class="ratingtext"></div>
<img src="beachimages/sandy-haven-herbrandston-wales.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-pembrokeshire/" style="color:white">This beach is approximately 800 metres across, facing south across Milford Haven Waterway and lies in front of low sandstone cliffs to the south west of Herbrandston. A small caravan site is also loca... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-pembrokeshire/">Tenby Carmarthen Bay</a></div>
<div class="ratingtext"></div>
<img src="beachimages/castle-beach-tenby-tenby-wales.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-pembrokeshire/" style="color:white">This small cove is located at the north east end of the South Beach, opposite St Catherines Island. This is the smallest of Tenbys three beaches, being 150 metres wide at low tide. The beach is backed... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">5 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-conwy/">Colwyn Bay North Wales</a></div>
<div class="ratingtext"></div>
<img src="beachimages/colwyn-bay-porth-eirias-colwyn-bay-wales.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-conwy/" style="color:white">The bay is situated on the north Wales coastline, to the east of Rhos Point, approximately 10 kilometres from the Great Orme headland. The beach is long and sandy, with a concrete promenade to the rea... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">6 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-pembrokeshire/">Newgale Pembrokeshire South</a></div>
<div class="ratingtext"></div>
<img src="beachimages/newgale-newgale-wales.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-pembrokeshire/" style="color:white">Measuring almost 3 kilometres in length and facing out into the Atlantic, the beach is sandy with a steep pebble bank above the high tide mark, with South Wales lower coal measures (shale) cliffs at e... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">7 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-aberdeenshire/">Collieston </a></div>
<div class="ratingtext"></div>
<img src="beachimages/collieston-collieston-scotland.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-aberdeenshire/" style="color:white">Collieston bathing water is a small sandy bay surrounded by the former fishing village of Collieston and its harbour. It is situated on the east coast of Aberdeenshire and lies between Cruden Bay to t... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">8 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-isle_of_anglesey/">Rhosneigr Caernarfon Bay North</a></div>
<div class="ratingtext"></div>
<img src="beachimages/rhosneigr-rhosneigr-wales.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-isle_of_anglesey/" style="color:white">The bay is situated on the west coast of Anglesey, south of Holyhead and faces southwest into Caernarfon Bay. The beach is a long stretch of flat sand, with dunes running behind it, with rocky outcrop... </a></div>
</div>
<div class="mySlides fade">
<div class="numbertext">9 / 10</div>
<div class="locationtext">Beaches in <a style="color:white" href="https://www.distantias.com/beaches/best-beaches-in-pembrokeshire/">Stackpole Pembrokeshire South</a></div>
<div class="ratingtext"></div>
<img src="beachimages/barafundle-stackpole-wales.jpg" style="width:100%;height:400px">
<div class="text"><a href="https://www.distantias.com/beaches/best-beaches-in-pembrokeshire/" style="color:white">Measuring 70 metres in length this sandy, east facing beach is backed by Limestone cliffs, dunes and trees. The bay is owned by the National Trust and forms part of the Pembrokeshire Marine Special Ar... </a></div>
</div>
<a class="prev" onclick="plusSlides(-1)">&#10094;</a>
<a class="next" onclick="plusSlides(1)">&#10095;</a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<script>
var slideIndex = 1;
showSlides(slideIndex);

function plusSlides(n) {
  showSlides(slideIndex += n);
}

function currentSlide(n) {
  showSlides(slideIndex = n);
}

function showSlides(n) {
  var i;
  var slides = document.getElementsByClassName("mySlides");
  var dots = document.getElementsByClassName("dot");
  if (n > slides.length) {slideIndex = 1}    
  if (n < 1) {slideIndex = slides.length}
  for (i = 0; i < slides.length; i++) {
      slides[i].style.display = "none";  
  }
  for (i = 0; i < dots.length; i++) {
      dots[i].className = dots[i].className.replace(" active", "");
  }
  slides[slideIndex-1].style.display = "block";  
  dots[slideIndex-1].className += " active";
}
</script> <div style="clear:both"></div>
<style>
  .containerd {  
    display: grid;  
    grid-gap: 5px;  
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-rows: repeat(2, 240px); 
  
}
  .containerd > div > img {  
    width: 100%;  
    
    object-fit: contain;  
}
.containerdiv{
      max-height:240px;
      cursor:pointer;
     
   }
     .containerd1 {  
    display: grid;  
    grid-gap: 5px;  
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-rows: repeat(1, 240px); 
  
}
  .containerd1 > div > img {  
    width: 100%;  
    
    object-fit: contain;  
}
.containerdiv1{
      max-height:240px;
      cursor:pointer;
     
   }


@media only screen and (max-width: 790px) {
  .containerd {  
    display: grid;  
    grid-gap: 5px;  
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-template-rows: repeat(2, 240px); 
  }
    .containerd > div > img {  
    width: 100%;  
    
    object-fit: contain;  
}
.containerdiv{
      max-height:240px;
      cursor:pointer;
     
   }
  
}
@media only screen and (max-width: 750px) {
  .containerd {  
    display: grid;  
    grid-gap: 5px;  
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: repeat(2, 200px); }
      .containerd > div > img {  
    width: 100%;  
    
    object-fit: contain;  
}
.containerdiv{
      max-height:200px;
      cursor:pointer;
     
   }
  
}
@media only screen and (max-width: 500px) {
  .containerd {  
    display: grid;  
    grid-gap: 5px;  
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: repeat(2, 150px); }
      .containerd > div > img {  
    width: 100%;  
    
    object-fit: contain;  
}
.containerdiv{
      max-height:150px;
      cursor:pointer;
     
   }
        .containerd1 {  
    display: grid;  
    grid-gap: 5px;  
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: repeat(2, 200px); 
  
}
  .containerd1 > div > img {  
    width: 100%;  
    
    object-fit: contain;  
}
.containerdiv1{
      max-height:200px;
      cursor:pointer;
     
   }
  
}
@media only screen and (max-width: 320px) {
  .containerd {  
    display: grid;  
    grid-gap: 5px;  
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: repeat(3, 150px); 
  }
      .containerd > div > img {  
    width: 100%;  
    
    object-fit: contain;  
}
.containerdiv{
      max-height:150px;
      cursor:pointer;
     
   }
  
} 
    

</style><br>
<div id="allconts" style="float:right"><form id="contnavnew" name="contnavnew"><select name="countryopts" id="countryopts" onchange="document.location.href=document.contnavnew.countryopts.options[document.contnavnew.countryopts.selectedIndex].value"> <option value>Choose a country</option> <option name="country" value="https://www.distantias.com/distance-calculator-united-states.htm#box">United States</option>
<option name="country" value="https://www.distantias.com/distance-calculator-great-britain.htm#box">Great Britain</option>
<option name="country" value="https://www.distantias.com/distance-calculator-afghanistan.htm#box">Afghanistan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-albania.htm#box">Albania</option>
<option name="country" value="https://www.distantias.com/distance-calculator-algeria.htm#box">Algeria</option>
<option name="country" value="https://www.distantias.com/distance-calculator-american-samoa.htm#box">American Samoa</option>
<option name="country" value="https://www.distantias.com/distance-calculator-andorra.htm#box">Andorra</option>
<option name="country" value="https://www.distantias.com/distance-calculator-angola.htm#box">Angola</option>
<option name="country" value="https://www.distantias.com/distance-calculator-anguilla.htm#box">Anguilla</option>
<option name="country" value="https://www.distantias.com/distance-calculator-antigua-and-barbuda.htm#box">Antigua and Barbuda</option>
<option name="country" value="https://www.distantias.com/distance-calculator-argentina.htm#box">Argentina</option>
<option name="country" value="https://www.distantias.com/distance-calculator-armenia.htm#box">Armenia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-aruba.htm#box">Aruba</option>
<option name="country" value="https://www.distantias.com/distance-calculator-australia.htm#box">Australia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-austria.htm#box">Austria</option>
<option name="country" value="https://www.distantias.com/distance-calculator-azerbaijan.htm#box">Azerbaijan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-bahamas.htm#box">Bahamas</option>
<option name="country" value="https://www.distantias.com/distance-calculator-bahrain.htm#box">Bahrain</option>
<option name="country" value="https://www.distantias.com/distance-calculator-bangladesh.htm#box">Bangladesh</option>
<option name="country" value="https://www.distantias.com/distance-calculator-barbados.htm#box">Barbados</option>
<option name="country" value="https://www.distantias.com/distance-calculator-belarus.htm#box">Belarus</option>
<option name="country" value="https://www.distantias.com/distance-calculator-belgium.htm#box">Belgium</option>
<option name="country" value="https://www.distantias.com/distance-calculator-belize.htm#box">Belize</option>
<option name="country" value="https://www.distantias.com/distance-calculator-benin.htm#box">Benin</option>
<option name="country" value="https://www.distantias.com/distance-calculator-bermuda.htm#box">Bermuda</option>
<option name="country" value="https://www.distantias.com/distance-calculator-bhutan.htm#box">Bhutan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-bolivia.htm#box">Bolivia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-bosnia-and-herzegovina.htm#box">Bosnia and Herzegovina</option>
<option name="country" value="https://www.distantias.com/distance-calculator-botswana.htm#box">Botswana</option>
<option name="country" value="https://www.distantias.com/distance-calculator-brazil.htm#box">Brazil</option>
<option name="country" value="https://www.distantias.com/distance-calculator-british-indian-ocean-territory.htm#box">British Indian Ocean Territory</option>
<option name="country" value="https://www.distantias.com/distance-calculator-british-virgin-islands.htm#box">British Virgin Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-brunei.htm#box">Brunei</option>
<option name="country" value="https://www.distantias.com/distance-calculator-bulgaria.htm#box">Bulgaria</option>
<option name="country" value="https://www.distantias.com/distance-calculator-burkina-faso.htm#box">Burkina Faso</option>
<option name="country" value="https://www.distantias.com/distance-calculator-burma.htm#box">Burma</option>
<option name="country" value="https://www.distantias.com/distance-calculator-burundi.htm#box">Burundi</option>
<option name="country" value="https://www.distantias.com/distance-calculator-cambodia.htm#box">Cambodia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-cameroon.htm#box">Cameroon</option>
<option name="country" value="https://www.distantias.com/distance-calculator-canada.htm#box">Canada</option>
<option name="country" value="https://www.distantias.com/distance-calculator-cape-verde.htm#box">Cape Verde</option>
<option name="country" value="https://www.distantias.com/distance-calculator-cayman-islands.htm#box">Cayman Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-central-african-republic.htm#box">Central African Republic</option>
<option name="country" value="https://www.distantias.com/distance-calculator-chad.htm#box">Chad</option>
<option name="country" value="https://www.distantias.com/distance-calculator-chile.htm#box">Chile</option>
<option name="country" value="https://www.distantias.com/distance-calculator-china.htm#box">China</option>
<option name="country" value="https://www.distantias.com/distance-calculator-christmas-island.htm#box">Christmas Island</option>
<option name="country" value="https://www.distantias.com/distance-calculator-cocos-islands.htm#box">Cocos Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-colombia.htm#box">Colombia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-comoros.htm#box">Comoros</option>
<option name="country" value="https://www.distantias.com/distance-calculator-congo.htm#box">Congo</option>
<option name="country" value="https://www.distantias.com/distance-calculator-congo-democratic-republic-of.htm#box">Congo Democratic Republic Of</option>
<option name="country" value="https://www.distantias.com/distance-calculator-cook-islands.htm#box">Cook Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-costa-rica.htm#box">Costa Rica</option>
<option name="country" value="https://www.distantias.com/distance-calculator-croatia.htm#box">Croatia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-croatia-(hrvatska).htm#box">Croatia (Hrvatska)</option>
<option name="country" value="https://www.distantias.com/distance-calculator-cuba.htm#box">Cuba</option>
<option name="country" value="https://www.distantias.com/distance-calculator-cyprus.htm#box">Cyprus</option>
<option name="country" value="https://www.distantias.com/distance-calculator-czech-republic.htm#box">Czech Republic</option>
<option name="country" value="https://www.distantias.com/distance-calculator-denmark.htm#box">Denmark</option>
<option name="country" value="https://www.distantias.com/distance-calculator-djibouti.htm#box">Djibouti</option>
<option name="country" value="https://www.distantias.com/distance-calculator-dominica.htm#box">Dominica</option>
<option name="country" value="https://www.distantias.com/distance-calculator-dominican-republic.htm#box">Dominican Republic</option>
<option name="country" value="https://www.distantias.com/distance-calculator-ecuador.htm#box">Ecuador</option>
<option name="country" value="https://www.distantias.com/distance-calculator-egypt.htm#box">Egypt</option>
<option name="country" value="https://www.distantias.com/distance-calculator-el-salvador.htm#box">El Salvador</option>
<option name="country" value="https://www.distantias.com/distance-calculator-equatorial-guinea.htm#box">Equatorial Guinea</option>
<option name="country" value="https://www.distantias.com/distance-calculator-eritrea.htm#box">Eritrea</option>
<option name="country" value="https://www.distantias.com/distance-calculator-estonia.htm#box">Estonia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-ethiopia.htm#box">Ethiopia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-falkland-islands.htm#box">Falkland Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-faroe-islands.htm#box">Faroe Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-fiji.htm#box">Fiji</option>
<option name="country" value="https://www.distantias.com/distance-calculator-finland.htm#box">Finland</option>
<option name="country" value="https://www.distantias.com/distance-calculator-france.htm#box">France</option>
<option name="country" value="https://www.distantias.com/distance-calculator-french-guiana.htm#box">French Guiana</option>
<option name="country" value="https://www.distantias.com/distance-calculator-french-polynesia.htm#box">French Polynesia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-french-southern-territories.htm#box">French Southern Territories</option>
<option name="country" value="https://www.distantias.com/distance-calculator-gabon.htm#box">Gabon</option>
<option name="country" value="https://www.distantias.com/distance-calculator-gambia.htm#box">Gambia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-georgia.htm#box">Georgia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-germany.htm#box">Germany</option>
<option name="country" value="https://www.distantias.com/distance-calculator-ghana.htm#box">Ghana</option>
<option name="country" value="https://www.distantias.com/distance-calculator-gibraltar.htm#box">Gibraltar</option>
<option name="country" value="https://www.distantias.com/distance-calculator-great-britain.htm#box">Great Britain</option>
<option name="country" value="https://www.distantias.com/distance-calculator-greece.htm#box">Greece</option>
<option name="country" value="https://www.distantias.com/distance-calculator-greenland.htm#box">Greenland</option>
<option name="country" value="https://www.distantias.com/distance-calculator-grenada.htm#box">Grenada</option>
<option name="country" value="https://www.distantias.com/distance-calculator-guadeloupe.htm#box">Guadeloupe</option>
<option name="country" value="https://www.distantias.com/distance-calculator-guam.htm#box">Guam</option>
<option name="country" value="https://www.distantias.com/distance-calculator-guatemala.htm#box">Guatemala</option>
<option name="country" value="https://www.distantias.com/distance-calculator-guernsey.htm#box">Guernsey</option>
<option name="country" value="https://www.distantias.com/distance-calculator-guinea.htm#box">Guinea</option>
<option name="country" value="https://www.distantias.com/distance-calculator-guinea-bissau.htm#box">Guinea Bissau</option>
<option name="country" value="https://www.distantias.com/distance-calculator-guyana.htm#box">Guyana</option>
<option name="country" value="https://www.distantias.com/distance-calculator-haiti.htm#box">Haiti</option>
<option name="country" value="https://www.distantias.com/distance-calculator-honduras.htm#box">Honduras</option>
<option name="country" value="https://www.distantias.com/distance-calculator-hong-kong.htm#box">Hong Kong</option>
<option name="country" value="https://www.distantias.com/distance-calculator-hungary.htm#box">Hungary</option>
<option name="country" value="https://www.distantias.com/distance-calculator-iceland.htm#box">Iceland</option>
<option name="country" value="https://www.distantias.com/distance-calculator-india.htm#box">India</option>
<option name="country" value="https://www.distantias.com/distance-calculator-indonesia.htm#box">Indonesia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-iran.htm#box">Iran</option>
<option name="country" value="https://www.distantias.com/distance-calculator-iraq.htm#box">Iraq</option>
<option name="country" value="https://www.distantias.com/distance-calculator-ireland.htm#box">Ireland</option>
<option name="country" value="https://www.distantias.com/distance-calculator-isle-of-man.htm#box">Isle of Man</option>
<option name="country" value="https://www.distantias.com/distance-calculator-israel.htm#box">Israel</option>
<option name="country" value="https://www.distantias.com/distance-calculator-italy.htm#box">Italy</option>
<option name="country" value="https://www.distantias.com/distance-calculator-ivory-coast.htm#box">Ivory Coast</option>
<option name="country" value="https://www.distantias.com/distance-calculator-jamaica.htm#box">Jamaica</option>
<option name="country" value="https://www.distantias.com/distance-calculator-japan.htm#box">Japan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-jersey.htm#box">Jersey</option>
<option name="country" value="https://www.distantias.com/distance-calculator-jordan.htm#box">Jordan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-kazakhstan.htm#box">Kazakhstan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-kenya.htm#box">Kenya</option>
<option name="country" value="https://www.distantias.com/distance-calculator-kiribati.htm#box">Kiribati</option>
<option name="country" value="https://www.distantias.com/distance-calculator-kosovo.htm#box">Kosovo</option>
<option name="country" value="https://www.distantias.com/distance-calculator-kuwait.htm#box">Kuwait</option>
<option name="country" value="https://www.distantias.com/distance-calculator-kyrgyzstan.htm#box">Kyrgyzstan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-laos.htm#box">Laos</option>
<option name="country" value="https://www.distantias.com/distance-calculator-latvia.htm#box">Latvia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-lebanon.htm#box">Lebanon</option>
<option name="country" value="https://www.distantias.com/distance-calculator-lesotho.htm#box">Lesotho</option>
<option name="country" value="https://www.distantias.com/distance-calculator-liberia.htm#box">Liberia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-libya.htm#box">Libya</option>
<option name="country" value="https://www.distantias.com/distance-calculator-liechtenstein.htm#box">Liechtenstein</option>
<option name="country" value="https://www.distantias.com/distance-calculator-lithuania.htm#box">Lithuania</option>
<option name="country" value="https://www.distantias.com/distance-calculator-luxembourg.htm#box">Luxembourg</option>
<option name="country" value="https://www.distantias.com/distance-calculator-macau.htm#box">Macau</option>
<option name="country" value="https://www.distantias.com/distance-calculator-macedonia.htm#box">Macedonia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-madagascar.htm#box">Madagascar</option>
<option name="country" value="https://www.distantias.com/distance-calculator-malawi.htm#box">Malawi</option>
<option name="country" value="https://www.distantias.com/distance-calculator-malaysia.htm#box">Malaysia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-maldives.htm#box">Maldives</option>
<option name="country" value="https://www.distantias.com/distance-calculator-mali.htm#box">Mali</option>
<option name="country" value="https://www.distantias.com/distance-calculator-malta.htm#box">Malta</option>
<option name="country" value="https://www.distantias.com/distance-calculator-marshall-islands.htm#box">Marshall Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-martinique.htm#box">Martinique</option>
<option name="country" value="https://www.distantias.com/distance-calculator-mauritania.htm#box">Mauritania</option>
<option name="country" value="https://www.distantias.com/distance-calculator-mauritius.htm#box">Mauritius</option>
<option name="country" value="https://www.distantias.com/distance-calculator-mayotte.htm#box">Mayotte</option>
<option name="country" value="https://www.distantias.com/distance-calculator-mexico.htm#box">Mexico</option>
<option name="country" value="https://www.distantias.com/distance-calculator-micronesia.htm#box">Micronesia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-moldova.htm#box">Moldova</option>
<option name="country" value="https://www.distantias.com/distance-calculator-monaco.htm#box">Monaco</option>
<option name="country" value="https://www.distantias.com/distance-calculator-mongolia.htm#box">Mongolia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-montenegro.htm#box">Montenegro</option>
<option name="country" value="https://www.distantias.com/distance-calculator-montserrat.htm#box">Montserrat</option>
<option name="country" value="https://www.distantias.com/distance-calculator-morocco.htm#box">Morocco</option>
<option name="country" value="https://www.distantias.com/distance-calculator-mozambique.htm#box">Mozambique</option>
<option name="country" value="https://www.distantias.com/distance-calculator-namibia.htm#box">Namibia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-nauru.htm#box">Nauru</option>
<option name="country" value="https://www.distantias.com/distance-calculator-nepal.htm#box">Nepal</option>
<option name="country" value="https://www.distantias.com/distance-calculator-netherlands.htm#box">Netherlands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-netherlands-antilles.htm#box">Netherlands Antilles</option>
<option name="country" value="https://www.distantias.com/distance-calculator-new-caledonia.htm#box">New Caledonia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-new-zealand.htm#box">New Zealand</option>
<option name="country" value="https://www.distantias.com/distance-calculator-nicaragua.htm#box">Nicaragua</option>
<option name="country" value="https://www.distantias.com/distance-calculator-niger.htm#box">Niger</option>
<option name="country" value="https://www.distantias.com/distance-calculator-nigeria.htm#box">Nigeria</option>
<option name="country" value="https://www.distantias.com/distance-calculator-niue.htm#box">Niue</option>
<option name="country" value="https://www.distantias.com/distance-calculator-norfolk-island.htm#box">Norfolk Island</option>
<option name="country" value="https://www.distantias.com/distance-calculator-north-korea.htm#box">North Korea</option>
<option name="country" value="https://www.distantias.com/distance-calculator-northern-mariana-islands.htm#box">Northern Mariana Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-norway.htm#box">Norway</option>
<option name="country" value="https://www.distantias.com/distance-calculator-oman.htm#box">Oman</option>
<option name="country" value="https://www.distantias.com/distance-calculator-pakistan.htm#box">Pakistan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-palau.htm#box">Palau</option>
<option name="country" value="https://www.distantias.com/distance-calculator-palestine.htm#box">Palestine</option>
<option name="country" value="https://www.distantias.com/distance-calculator-panama.htm#box">Panama</option>
<option name="country" value="https://www.distantias.com/distance-calculator-papua-new-guinea.htm#box">Papua New Guinea</option>
<option name="country" value="https://www.distantias.com/distance-calculator-paraguay.htm#box">Paraguay</option>
<option name="country" value="https://www.distantias.com/distance-calculator-peru.htm#box">Peru</option>
<option name="country" value="https://www.distantias.com/distance-calculator-philippines.htm#box">Philippines</option>
<option name="country" value="https://www.distantias.com/distance-calculator-pitcairn.htm#box">Pitcairn</option>
<option name="country" value="https://www.distantias.com/distance-calculator-poland.htm#box">Poland</option>
<option name="country" value="https://www.distantias.com/distance-calculator-portugal.htm#box">Portugal</option>
<option name="country" value="https://www.distantias.com/distance-calculator-puerto-rico.htm#box">Puerto Rico</option>
<option name="country" value="https://www.distantias.com/distance-calculator-qatar.htm#box">Qatar</option>
<option name="country" value="https://www.distantias.com/distance-calculator-reunion.htm#box">Reunion</option>
<option name="country" value="https://www.distantias.com/distance-calculator-romania.htm#box">Romania</option>
<option name="country" value="https://www.distantias.com/distance-calculator-russia.htm#box">Russia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-rwanda.htm#box">Rwanda</option>
<option name="country" value="https://www.distantias.com/distance-calculator-saint-bartholemy.htm#box">Saint Bartholemy</option>
<option name="country" value="https://www.distantias.com/distance-calculator-saint-helena.htm#box">Saint Helena</option>
<option name="country" value="https://www.distantias.com/distance-calculator-saint-kitts-and-nevis.htm#box">Saint Kitts and Nevis</option>
<option name="country" value="https://www.distantias.com/distance-calculator-saint-lucia.htm#box">Saint Lucia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-saint-martin.htm#box">Saint Martin</option>
<option name="country" value="https://www.distantias.com/distance-calculator-saint-pierre-and-miquelon.htm#box">Saint Pierre and Miquelon</option>
<option name="country" value="https://www.distantias.com/distance-calculator-saint-vincent-and-the-grenadines.htm#box">Saint Vincent and the Grenadines</option>
<option name="country" value="https://www.distantias.com/distance-calculator-samoa.htm#box">Samoa</option>
<option name="country" value="https://www.distantias.com/distance-calculator-san-marino.htm#box">San Marino</option>
<option name="country" value="https://www.distantias.com/distance-calculator-sao-tom-and-principe.htm#box">Sao Tom and Principe</option>
<option name="country" value="https://www.distantias.com/distance-calculator-saudi-arabia.htm#box">Saudi Arabia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-senegal.htm#box">Senegal</option>
<option name="country" value="https://www.distantias.com/distance-calculator-serbia.htm#box">Serbia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-seychelles.htm#box">Seychelles</option>
<option name="country" value="https://www.distantias.com/distance-calculator-sierra-leone.htm#box">Sierra Leone</option>
<option name="country" value="https://www.distantias.com/distance-calculator-singapore.htm#box">Singapore</option>
<option name="country" value="https://www.distantias.com/distance-calculator-slovakia.htm#box">Slovakia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-slovenia.htm#box">Slovenia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-solomon-islands.htm#box">Solomon Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-somalia.htm#box">Somalia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-south-africa.htm#box">South Africa</option>
<option name="country" value="https://www.distantias.com/distance-calculator-south-georgia-and-the-south-sandwich-isl.htm#box">South Georgia and the South Sandwich Isl</option>
<option name="country" value="https://www.distantias.com/distance-calculator-south-korea.htm#box">South Korea</option>
<option name="country" value="https://www.distantias.com/distance-calculator-south-sudan.htm#box">South Sudan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-spain.htm#box">Spain</option>
<option name="country" value="https://www.distantias.com/distance-calculator-sri-lanka.htm#box">Sri Lanka</option>
<option name="country" value="https://www.distantias.com/distance-calculator-sudan.htm#box">Sudan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-suriname.htm#box">Suriname</option>
<option name="country" value="https://www.distantias.com/distance-calculator-swaziland.htm#box">Swaziland</option>
<option name="country" value="https://www.distantias.com/distance-calculator-sweden.htm#box">Sweden</option>
<option name="country" value="https://www.distantias.com/distance-calculator-switzerland.htm#box">Switzerland</option>
<option name="country" value="https://www.distantias.com/distance-calculator-syria.htm#box">Syria</option>
<option name="country" value="https://www.distantias.com/distance-calculator-taiwan.htm#box">Taiwan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-tajikistan.htm#box">Tajikistan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-tanzania.htm#box">Tanzania</option>
<option name="country" value="https://www.distantias.com/distance-calculator-thailand.htm#box">Thailand</option>
<option name="country" value="https://www.distantias.com/distance-calculator-timor-leste.htm#box">Timor-Leste</option>
<option name="country" value="https://www.distantias.com/distance-calculator-togo.htm#box">Togo</option>
<option name="country" value="https://www.distantias.com/distance-calculator-tokelau.htm#box">Tokelau</option>
<option name="country" value="https://www.distantias.com/distance-calculator-tonga.htm#box">Tonga</option>
<option name="country" value="https://www.distantias.com/distance-calculator-trinidad-and-tobago.htm#box">Trinidad and Tobago</option>
<option name="country" value="https://www.distantias.com/distance-calculator-tunisia.htm#box">Tunisia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-turkey.htm#box">Turkey</option>
<option name="country" value="https://www.distantias.com/distance-calculator-turkmenistan.htm#box">Turkmenistan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-turks-and-caicos-islands.htm#box">Turks and Caicos Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-tuvalu.htm#box">Tuvalu</option>
<option name="country" value="https://www.distantias.com/distance-calculator-u.s.-virgin-islands.htm#box">U.S. Virgin Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-uganda.htm#box">Uganda</option>
<option name="country" value="https://www.distantias.com/distance-calculator-ukraine.htm#box">Ukraine</option>
<option name="country" value="https://www.distantias.com/distance-calculator-united-arab-emirates.htm#box">United Arab Emirates</option>
<option name="country" value="https://www.distantias.com/distance-calculator-united-kingdom.htm#box">United Kingdom</option>
<option name="country" value="https://www.distantias.com/distance-calculator-united-states.htm#box">United States</option>
<option name="country" value="https://www.distantias.com/distance-calculator-united-states-minor-outlying-islands.htm#box">United States Minor Outlying Islands</option>
<option name="country" value="https://www.distantias.com/distance-calculator-uruguay.htm#box">Uruguay</option>
<option name="country" value="https://www.distantias.com/distance-calculator-uzbekistan.htm#box">Uzbekistan</option>
<option name="country" value="https://www.distantias.com/distance-calculator-vanuatu.htm#box">Vanuatu</option>
<option name="country" value="https://www.distantias.com/distance-calculator-vatican-city.htm#box">Vatican City</option>
<option name="country" value="https://www.distantias.com/distance-calculator-venezuela.htm#box">Venezuela</option>
<option name="country" value="https://www.distantias.com/distance-calculator-vietnam.htm#box">Vietnam</option>
<option name="country" value="https://www.distantias.com/distance-calculator-wallis-and-futuna.htm#box">Wallis and Futuna</option>
<option name="country" value="https://www.distantias.com/distance-calculator-western-sahara.htm#box">Western Sahara</option>
<option name="country" value="https://www.distantias.com/distance-calculator-yemen.htm#box">Yemen</option>
<option name="country" value="https://www.distantias.com/distance-calculator-zambia.htm#box">Zambia</option>
<option name="country" value="https://www.distantias.com/distance-calculator-zimbabwe.htm#box">Zimbabwe</option>
</select></form></div>
<div style="clear: both"></div>
<h2 align="center" style="background-color:green">Distance Calculators For Countries </h2>
<div class="containerd" style="overflow-y:auto">
<div class="containerdiv" style="background-image: url('https://www.distantias.com/continent-images/asia-laos.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-calculator-laos.htm'"><noscript><a href="https://www.distantias.com/distance-calculator-laos.htm"><img src="https://www.distantias.com/continent-images/asia-laos.jpg" alt="laos distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70, 173, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Laos Distances </p></div><div class="containerdiv" style="background-image: url('https://www.distantias.com/continent-images/asia-mongolia.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-calculator-mongolia.htm'"><noscript><a href="https://www.distantias.com/distance-calculator-mongolia.htm"><img src="https://www.distantias.com/continent-images/asia-mongolia.jpg" alt="mongolia distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70, 173, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Mongolia Distances </p></div><div class="containerdiv" style="background-image: url('https://www.distantias.com/continent-images/asia-maldives.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-calculator-maldives.htm'"><noscript><a href="https://www.distantias.com/distance-calculator-maldives.htm"><img src="https://www.distantias.com/continent-images/asia-maldives.jpg" alt="maldives distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70, 173, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Maldives Distances </p></div><div class="containerdiv" style="background-image: url('https://www.distantias.com/continent-images/asia-pakistan.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-calculator-pakistan.htm'"><noscript><a href="https://www.distantias.com/distance-calculator-pakistan.htm"><img src="https://www.distantias.com/continent-images/asia-pakistan.jpg" alt="pakistan distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70, 173, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Pakistan Distances </p></div><div class="containerdiv" style="background-image: url('https://www.distantias.com/continent-images/asia-nepal.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-calculator-nepal.htm'"><noscript><a href="https://www.distantias.com/distance-calculator-nepal.htm"><img src="https://www.distantias.com/continent-images/asia-nepal.jpg" alt="nepal distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70, 173, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Nepal Distances </p></div><div class="containerdiv" style="background-image: url('https://www.distantias.com/continent-images/asia-vietnam.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-calculator-vietnam.htm'"><noscript><a href="https://www.distantias.com/distance-calculator-vietnam.htm"><img src="https://www.distantias.com/continent-images/asia-vietnam.jpg" alt="vietnam distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70, 173, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Vietnam Distances </p></div><div class="containerdiv" style="background-image: url('https://www.distantias.com/continent-images/asia-bangladesh.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-calculator-bangladesh.htm'"><noscript><a href="https://www.distantias.com/distance-calculator-bangladesh.htm"><img src="https://www.distantias.com/continent-images/asia-bangladesh.jpg" alt="bangladesh distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70, 173, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Bangladesh Distances </p></div><div class="containerdiv" style="background-image: url('https://www.distantias.com/continent-images/asia-saudi-arabia.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-calculator-saudi-arabia.htm'"><noscript><a href="https://www.distantias.com/distance-calculator-saudi-arabia.htm"><img src="https://www.distantias.com/continent-images/asia-saudi-arabia.jpg" alt="saudi-arabia distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70, 173, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Saudi Arabia Distances </p></div>
</div>
<div class="containerd1">
<div class="containerdiv1" style="background-image: url('https://www.distantias.com/big-map-for-page.png'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/distance-to-capitals.php'"><noscript><a href="https://www.distantias.com/distance-to-capitals.php"><img src="https://www.distantias.com/big-map-for-page.png" alt="capital distances"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(54, 60, 13, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%"> Nearest Capital Cities </p></div> <div class="containerdiv1" style="background-image: url('https://www.distantias.com/map-routes-example-multiple.jpg'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/route-planners/calculate-mileage-for-work-expenses-claims.php'"><noscript><a href="https://www.distantias.com/route-planners/calculate-mileage-for-work-expenses-claims.php"><img src="https://www.distantias.com/map-routes-example-multiple.jpg" alt="multi drop maps"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(24, 70, 13, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%">A to B to A Routes </p></div> <div class="containerdiv1" style="background-image: url('https://www.distantias.com/map-multiple-waypoints.png'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/route-planners/calculate-routes-with-multiple-waypoints.php'"><noscript><a href="https://www.distantias.com/route-planners/calculate-routes-with-multiple-waypoints.php"><img src="https://www.distantias.com/map-routes-example-multiple.jpg" alt="multi drop maps"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(14, 70,  73, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%">A to B to C to D Routing</p></div> <div class="containerdiv1" style="background-image: url('https://www.distantias.com/uploaded-images/old-airports-brentwood-table.png'); background-repeat:no-repeat;
   background-size:cover;" onclick="window.location ='https://www.distantias.com/nearest-airport-distance-calculator.php'"><noscript><a href="https://www.distantias.com/nearest-airport-distance-calculator.php"><img src="https://www.distantias.com/uploaded-images/old-airports-brentwood-table.png" alt="multi drop maps"></a></noscript> <p style="padding:4px;z-index:3;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;background: rgba(44, 70, 273, 0.8); ;font-weight:700;border:#000;border-style:solid;border-width:1px;max-width:100%">Nearest Airports</p></div> </div>
<script language="JavaScript" type="text/javascript" src="/fueljs.php?mo=20&mod=1"></script>
<a name="fuel"></a>
<div id="milescost"></div>
<p style="max-width:900px"> At <b>Distantias</b> our aim is to help you with your travel needs - Use our distance calculator map tools to calculate driving distances around the world between two points, get <a href="https://www.distantias.com/towns-cities-radius-calculator.php">towns within a radius</a> of a location, calculate fuel costs, get flight distances from airport to airport, see distances in a straight line and estimated journey times.</p>
<h2 align="center" style="background-color:red">Global Visitor Activity Wed 02 Oct 2024 </h2>
<p>These are a selection of pages that users encountered to do distance calculations and travel planning.
<br><i>Last updated 2024-10-03 00:00:02</i></p>
<table class="curvitqbox">
<tr><td colspan="2">
<p>Key:<span class="citydet"><a href="https://www.distantias.com/towns-cities-radius-calculator.php"> Cities <img src="https://www.distantias.com/radius.png" align="absmiddle"> </a> </span><span class="citydet"><a href="distance-calculator.php"> Road Trips <img src="https://www.distantias.com/icon-car.gif" align="absmiddle"></a></span><span class="citydet"> <a href="nearest-airport-distance-calculator.php"> Airports <img src="https://www.distantias.com/plane.jpg" align="absmiddle"></a></span><span class="citydet"> Train Stations <img src="https://www.distantias.com/rail.png" align="absmiddle"></span><span class="citydet"> Beaches <img src="https://www.distantias.com/beach.png" align="absmiddle"></span> </p></td></tr>
<tr>
<td valign="top">
<div id="tags_select">
<h3>Distances from A to B</h3></div>
</td>
<td valign="top">
<div id="tags_select">
<h3>Nearest Airports</h3><span class="citydet"><img src="https://www.distantias.com/plane.jpg" align="absmiddle"> <a href="/airports-nearest-to-boston-great_britain.htm" title="See a page they used to do a nearest Airport calculation"><b>Airports Nearest To Boston Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/plane.jpg" align="absmiddle"> <a href="/airports-nearest-to-sennelager-germany.htm" title="See a page they used to do a nearest Airport calculation"><b>Airports Nearest To Sennelager Germany</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/plane.jpg" align="absmiddle"> <a href="/airports-nearest-to-flushing-netherlands.htm" title="See a page they used to do a nearest Airport calculation"><b>Airports Nearest To Flushing Netherlands</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/plane.jpg" align="absmiddle"> <a href="/airports-nearest-to-matatiele-south_africa.htm" title="See a page they used to do a nearest Airport calculation"><b>Airports Nearest To Matatiele South Africa</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/plane.jpg" align="absmiddle"> <a href="/airports-nearest-to-turin-italy.htm" title="See a page they used to do a nearest Airport calculation"><b>Airports Nearest To Turin Italy</b></a> </span> &nbsp;</div></td>
</tr>
<tr>
<td valign="top">
<div id="tags_select">
<h3>Nearest Train Stations</h3><span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-ringwood-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Ringwood Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-witney-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Witney Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-brize_norton-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Brize Norton Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-wimborne-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Wimborne Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-sidmouth-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Sidmouth Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-ashbourne-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Ashbourne Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-daventry-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Daventry Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-marlborough-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Marlborough Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-peebles-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Peebles Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/rail.png" align="absmiddle"> <a href="/nearest-train-stations-to-launceston-great_britain.htm" title="See a page they used to do a nearest train station calculation"><b>Nearest Train Stations To Launceston Great Britain</b></a> </span> &nbsp;</div></td>
<td valign="top">
<div id="tags_select">
<h3><a href="https://www.distantias.com/what-is-the-closest-beach-to-me.php">Nearest Beaches</a></h3><span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/nearest-beach-to-rugby-great_britain.htm" title="See a page they used to do a nearest uk beach calculation"><b>Nearest Beach To Rugby Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/nearest-beach-to-cheltenham-great_britain.htm" title="See a page they used to do a nearest uk beach calculation"><b>Nearest Beach To Cheltenham Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/nearest-beach-to-northampton-great_britain.htm" title="See a page they used to do a nearest uk beach calculation"><b>Nearest Beach To Northampton Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/nearest-beach-to-wolverhampton-great_britain.htm" title="See a page they used to do a nearest uk beach calculation"><b>Nearest Beach To Wolverhampton Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/nearest-beach-to-reading-great_britain.htm" title="See a page they used to do a nearest uk beach calculation"><b>Nearest Beach To Reading Great Britain</b></a> </span> &nbsp;</div>
<div id="tags_select">
<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/what-is-the-nearest-beach-to-farmington-missouri-united_states.php" title="See a page they used to do a nearest US beach calculation"><b>What Is The Nearest Beach To Farmington Missouri United States</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/what-is-the-nearest-beach-to-elba-alabama-united_states.php" title="See a page they used to do a nearest US beach calculation"><b>What Is The Nearest Beach To Elba Alabama United States</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/what-is-the-nearest-beach-to-blackbushe-great_britain.htm" title="See a page they used to do a nearest US beach calculation"><b>What Is The Nearest Beach To Blackbushe Great Britain</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/what-is-the-nearest-beach-to-irmo-south_carolina-united_states.php" title="See a page they used to do a nearest US beach calculation"><b>What Is The Nearest Beach To Irmo South Carolina United States</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/beach.png" align="absmiddle"> <a href="/what-is-the-nearest-beach-to-woodmere-new_york-united_states.php" title="See a page they used to do a nearest US beach calculation"><b>What Is The Nearest Beach To Woodmere New York United States</b></a> </span> &nbsp;</div>
</td>
</tr>
<tr>
<td valign="top" colspan="2">
<div id="tags_select">
<h3 align="center">Closest Towns and Cities</h3><span class="citydet"><img src="https://www.distantias.com/radius.png" align="absmiddle"> <a href="/towns-radius-saint_louis-missouri-united_states.htm" title="See a page they used to do a Towns within a radius calculation"><b>Cities Near Saint Louis Missouri United States</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/radius.png" align="absmiddle"> <a href="/towns-radius-gillette-wyoming-united_states.htm" title="See a page they used to do a Towns within a radius calculation"><b>Cities Near Gillette Wyoming United States</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/radius.png" align="absmiddle"> <a href="/towns-radius-houston-texas-united_states.htm" title="See a page they used to do a Towns within a radius calculation"><b>Cities Near Houston Texas United States</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/radius.png" align="absmiddle"> <a href="/towns-radius-dallas-texas-united_states.htm" title="See a page they used to do a Towns within a radius calculation"><b>Cities Near Dallas Texas United States</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/radius.png" align="absmiddle"> <a href="/towns-radius-chicago-illinois-united_states.htm" title="See a page they used to do a Towns within a radius calculation"><b>Cities Near Chicago Illinois United States</b></a> </span> &nbsp;<span class="citydet"><img src="https://www.distantias.com/radius.png" align="absmiddle"> <a href="/towns-radius-san_antonio-texas-united_states.htm" title="See a page they used to do a Towns within a radius calculation"><b>Cities Near San Antonio Texas United States</b></a> </span> &nbsp;</div>
</td></tr>
<tr><td colspan="2"><h3 align="center">Highly Populated Towns and Cities in Europe</h3></td></tr><tr><td colspan="2">
<span class="citydet"><a href="https://www.distantias.com/towns-radius-berlin-berlin-germany.htm"> Berlin, Germany</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-paris-ile-de-france-france.htm"> Paris, France</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-bucharest-bucuresti-romania.htm"> Bucharest, Romania</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-warsaw-mazowieckie-poland.htm"> Warsaw, Poland</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-stockholm-stockholms_lan-sweden.htm"> Stockholm, Sweden</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-prague-hlavni_mesto_praha-czech_republic.htm"> Prague, Czech Republic</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-copenhagen-hovedstaden-denmark.htm"> Copenhagen, Denmark</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-sofia-grad_sofiya-bulgaria.htm"> Sofia, Bulgaria</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-dublin-dublin-ireland.htm"> Dublin, Ireland</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-brussels-brussels_hoofdstedelijk_gewest-belgium.htm"> Brussels, Belgium</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-turin-piemonte-italy.htm"> Turin, Italy</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-liverpool-merseyside-great_britain.htm"> Liverpool, Great Britain</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-voronezh-voronezh-russia.htm"> Voronezh, Russia</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-valencia-comunidad_valenciana-spain.htm"> Valencia, Spain</a></span> </td></tr>
<tr><td colspan="2"><h3 align="center">Highly Populated Towns and Cities in Oceania</h3></td></tr><tr><td colspan="2">
<span class="citydet"><a href="https://www.distantias.com/towns-radius-sydney-new_south_wales-australia.htm"> Sydney, Australia</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-melbourne-victoria-australia.htm"> Melbourne, Australia</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-brisbane-queensland-australia.htm"> Brisbane, Australia</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-perth-western_australia-australia.htm"> Perth, Australia</a></span> </td></tr>
<tr><td colspan="2"><h3 align="center">Highly Populated Towns and Cities in Africa</h3></td></tr><tr><td colspan="2">
<span class="citydet"><a href="https://www.distantias.com/towns-radius-kano-kano-nigeria.htm"> Kano, Nigeria</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-cairo-al_qahirah-egypt.htm"> Cairo, Egypt</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-ondo-oyo-nigeria.htm"> Ondo, Nigeria</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-enugu-enugu-nigeria.htm"> Enugu, Nigeria</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-cape_town-western_cape-south_africa.htm"> Cape Town, South Africa</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-durban-kwazulu-natal-south_africa.htm"> Durban, South Africa</a></span> </td></tr>
<tr><td colspan="2"><h3 align="center">Highly Populated Towns and Cities in Asia</h3></td></tr><tr><td colspan="2">
<span class="citydet"><a href="https://www.distantias.com/towns-radius-istanbul-istanbul-turkey.htm"> Istanbul, Turkey</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-shanghai-shanghai-china.htm"> Shanghai, China</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-chengdu-sichuan-china.htm"> Chengdu, China</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-bombay-maharashtra-india.htm"> Bombay, India</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-tianjin-tianjin-china.htm"> Tianjin, China</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-wuhan-hubei-china.htm"> Wuhan, China</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-dhaka-dhaka-bangladesh.htm"> Dhaka, Bangladesh</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-foshan-guangdong-china.htm"> Foshan, China</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-barisal-chittagong-bangladesh.htm"> Barisal, Bangladesh</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-tokyo-tokyo-japan.htm"> Tokyo, Japan</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-peking-beijing-china.htm"> Peking, China</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-chongqing-chongqing-china.htm"> Chongqing, China</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-qingdao-shandong-china.htm"> Qingdao, China</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-shenyang-liaoning-china.htm"> Shenyang, China</a></span> </td></tr>
<tr><td colspan="2"><h3 align="center">Highly Populated Towns and Cities in the South Americas </h3></td></tr><tr><td colspan="2">
<span class="citydet"><a href="https://www.distantias.com/towns-radius-santiago-region_metropolitana-chile.htm"> Santiago, Chile</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-piura-piura-peru.htm"> Piura, Peru</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-quito-pichincha-ecuador.htm"> Quito, Ecuador</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-rosario-santa_fe-argentina.htm"> Rosario, Argentina</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-risaralda--colombia.htm"> Risaralda, Colombia</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-nova_iguacu-rio_de_janeiro-brazil.htm"> Nova Iguacu, Brazil</a></span> </td></tr>
<tr><td colspan="2"><h3 align="center">Highly Populated Towns and Cities in North America</h3></td></tr><tr><td colspan="2">
<span class="citydet"><a href="https://www.distantias.com/towns-radius-mexico-mexico_city-mexico.htm"> Mexico, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-new_york-new_york-united_states.htm"> New York, United States</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-toronto-ontario-canada.htm"> Toronto, Canada</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-guerrero-tamaulipas-mexico.htm"> Guerrero, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-montreal-quebec-canada.htm"> Montreal, Canada</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-hidalgo-michoacan_de_ocampo-mexico.htm"> Hidalgo, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-hidalgo-veracruz-llave-mexico.htm"> Hidalgo, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-sinaloa-sinaloa-mexico.htm"> Sinaloa, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-chicago-illinois-united_states.htm"> Chicago, United States</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-vancouver-british_columbia-canada.htm"> Vancouver, Canada</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-queretaro-queretaro_de_arteaga-mexico.htm"> Queretaro, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-la_libertad-la_libertad-peru.htm"> La Libertad, Peru</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-durango-durango-mexico.htm"> Durango, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-san_salvador-san_salvador-el_salvador.htm"> San Salvador, El Salvador</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-phoenix-arizona-united_states.htm"> Phoenix, United States</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-philadelphia-pennsylvania-united_states.htm"> Philadelphia, United States</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-puebla-puebla-mexico.htm"> Puebla, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-san_diego-california-united_states.htm"> San Diego, United States</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-dallas-texas-united_states.htm"> Dallas, United States</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-port-au-prince-ouest-haiti.htm"> Port-au-prince, Haiti</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-nezahualcoyotl-mexico-mexico.htm"> Nezahualcoyotl, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-zapopan-jalisco-mexico.htm"> Zapopan, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-monterrey-nuevo_leon-mexico.htm"> Monterrey, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-santiago-santiago-dominican_republic.htm"> Santiago, Dominican Republic</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-leon-guanajuato-mexico.htm"> Leon, Mexico</a></span> <span class="citydet"><a href="https://www.distantias.com/towns-radius-edmonton-alberta-canada.htm"> Edmonton, Canada</a></span> </td></tr>
</table>
<h2>Choosing the right route planning software tool for you</h2>
<p>We have two route planners for you to use, developed to help you map out your route with single start points or for journeys that have multiple drop off points. They are designed for use with motor vehicles using a combustible fuel type. We will show you the projected cost, distance, route and times based on the fastest route and your vehicle's fuel efficiency. </p><p>If you are using your routes to claim back expense for business trips, then you can enter an allocated amount per mile or kilometer.</p><p> These route planners work best on a desktop computer, but will also work on a mobile device. </p>
<h2 style="background-color:green">Multiple Routes from A to B and Back to A Trip Tool</h2><p> This route planner is best for (<a href="https://www.distantias.com/route-planners/calculate-mileage-for-work-expenses-claims.php"><b>Multiple Return Trip Driving Mileage</b></a>) where you have a single start location and are going from A to B to A to C to A to D to A etc over a period of time.</p><p>It's especially useful if you go to a different place each day over a period of time starting at the same point... </p>
<script> 
	function openbt1(){
	    toggle_vis('readmore1');
	     $("#bodytxt1").slideDown(3000);
	}
		function openbt2(){
	    toggle_vis('readmore2');
	     $("#bodytxt2").slideDown(3000);
	       $("#bodytxt1").slideUp(3000);
	        toggle_vis('readmore1');
	}
	</script>
<p>In the example below, Jim lives in London <img src="../heremarkerblue.png" align="absmiddle"> and visits multiple places <img src="https://www.distantias.com/map-16-halfpoint.png" align="absmiddle"> over the course of the week. He visits customers and solves problems for them</p>
<p id="readmore1" align="center"><span class="button" onclick="openbt1()">Read More... </span></p>
<div id="bodytxt1" style="display:none">
<p align="center"><img src="https://www.distantias.com/map-multi-trips-single.png" width="800px" style="border-width:1px;border:#000000;    border-style: solid;
   "></p> <p>Through clicking on a Map Jim can plot and see all of the places he visits. Jim doesn't have to worry about using tracking software in his car or on his phone as he can sit down at the end of the week or month and just click on a map a few times and after inputting his car's MPG and the cost he paid for his fuel, get all the information he needs. He can also export to PDF, Excel or CSV to support any claims he may have</p>
<p align="center"><img src="https://www.distantias.com/pdf-save-examples.png" align="center" width="600px"></p>
<p>He can see a running total in a table along with the journey times, the cost in fuel for each and the totals for all of his trips over the period. He can use either metric or imperial measures for his distances so if he prefers miles over kilometers he can use that.</p>
<p align="center"><img src="https://www.distantias.com/table-multi-stops-example.png" width="800px" style="border-width:1px;border:#000000;    border-style: solid;
   " alt="multi stop table"></p>
<p>He can also use the tool to plan for the week ahead and get an idea of what his likely trips will cost him and the time taken to do the return trips. This makes Jim a happy boy. Want to use this tool now? Use the >> <a href="https://www.distantias.com/route-planners/calculate-mileage-for-work-expenses-claims.php" class="button"><b>A to B to A tool </b></a> </p>
</div>
<h2 style="background-color:red">Multi Drop Trip Planning Tool</h2><p> The next route planner is best for (<a href="https://www.distantias.com/route-planners/calculate-routes-with-multiple-waypoints.php"><b>Multi Stop Trip Planning</b></a>) where you have a single departure location point and are visiting mutliple destinations or stops during the day or week</p><p>This tool will calculate the route and the ongoing distance from the last point of destination and plot the cumulative distances in a table... </p>
<p>In the example below, Shana lives in New York City <img src="../heremarkerblue.png" align="absmiddle"> and visits a host of places over a week <img src="https://www.distantias.com/map-16-halfpoint.png" align="absmiddle"> She too visits customers and solves problems for them but sometimes stays overnight in town or at other times she gets to see more than one client in a day.</p>
<p id="readmore2" align="center"><span class="button" onclick="openbt2()">Read More...</span></p>
<div id="bodytxt2" style="display:none">
<p align="center"><img src="https://www.distantias.com/multi-drops-map-example.png" width="800px" style="border-width:1px;border:#000000;    border-style: solid;
   "></p>
<p>Through clicking on a Map Shana can plot and see all of the places she has visited. Shana doesn't have to worry about using tracking software in her car or on her phone as she too can sit there at the end of the week or month and after inputting her car's MPG and the cost she paid for her gas, just zoom in to click on a map a few times and get all the information she needs. She too can also export to PDF, Excel or CSV to support any claims she may have.</p>
<p align="center"><img src="https://www.distantias.com/pdf-save-examples.png" align="center" width="600px"></p>
<p>She can see a running total in a table along with the journey times, the cost in fuel for each and the totals for all of her trips over the period</p>
<p align="center"><img src="https://www.distantias.com/table-multidrops.png" width="800px" style="border-width:1px;border:#000000;    border-style: solid;
   "></p>
<p>She can also use the tool to plan for the week ahead and get an idea of what her likely trips will cost her and the time taken to do the trips. This makes Shana a happy woman. Do you want to use this software now? Use the >> <a href="https://www.distantias.com/route-planners/calculate-routes-with-multiple-waypoints.php" class="button"><b>Multi Drop Tool</b></a> </p>
</div>
<h2>Other Trip Planning Uses</h2>
<p>The tools can be used in all sorts of ways. The examples above are but two scenarios. You can estimate single or one way trips to give customers a delivery cost perhaps. Or maybe you're visiting a country on holiday and want to do a little exploring in a hire car. It's simple to be able to plan ahead and estimate journey times to multiple places and locations and get an idea for costs and travelling times.</p>
<p>If you'd like to be like Jim or Shana, and make your trip planning calculations or woes that little lighter, then give our tools a run today.</p>
<div align="center" max-width="100%" height="500px">
<h2>Video Demo Showing Multiple Routing Example</h2>
<iframe width="100%" height="500px" src="https://www.youtube.com/embed/Y_S6WCWVt7Q" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div align="center">
<h2>Recent Distances Calculated</h2><div style="background: white;
padding:5px;
border:1px solid #8EB3B3;
  max-width:790px;"> <p>
<a href="distance-from-galashiels-to-selkirk__scottish_borders__great_britain.htm" title="Distance From Galashiels To Selkirk  Scottish Borders  Great Britain  "><b>Distance From Galashiels To Selkirk Scottish Borders Great Britain </b></a> | <a href="distance-from-kielder__castle-to-alnwick_northumberland_great_britain.htm" title="Distance From Kielder  Castle To Alnwick Northumberland Great Britain  "><b>Distance From Kielder Castle To Alnwick Northumberland Great Britain </b></a> | <a href="distance-from-london_uk-to-peterborough__peterborough___great_britain.htm" title="Distance From London Uk To Peterborough  Peterborough   Great Britain  "><b>Distance From London Uk To Peterborough Peterborough Great Britain </b></a> | <a href="distance-from-manchester_airport_uk-to-lincoln__lincolnshire__great_britain.htm" title="Distance From Manchester Airport Uk To Lincoln  Lincolnshire  Great Britain  "><b>Distance From Manchester Airport Uk To Lincoln Lincolnshire Great Britain </b></a> | <a href="distance-from-bedford__bedfordshire__great_britain-to-dorset.htm" title="Distance From Bedford  Bedfordshire  Great Britain To Dorset  "><b>Distance From Bedford Bedfordshire Great Britain To Dorset </b></a> | <a href="distance-from-st_ives-to-exeter__devon__great_britain.htm" title="Distance From St Ives To Exeter  Devon  Great Britain  "><b>Distance From St Ives To Exeter Devon Great Britain </b></a> | <a href="distance-from-blackpool.-to-skipton__north_yorkshire___great_britain.htm" title="Distance From Blackpool To Skipton  North Yorkshire   Great Britain  "><b>Distance From Blackpool To Skipton North Yorkshire Great Britain </b></a> | <a href="distance-from-exeter_devon_great_britain-to-looe_cornwall_great_britain.htm" title="Distance From Exeter Devon Great Britain To Looe Cornwall Great Britain  "><b>Distance From Exeter Devon Great Britain To Looe Cornwall Great Britain </b></a> | <a href="distance-from-durham_great_britain-to-cambridge_cambridgeshire_great_britain.htm" title="Distance From Durham Great Britain To Cambridge Cambridgeshire Great Britain  "><b>Distance From Durham Great Britain To Cambridge Cambridgeshire Great Britain </b></a> | <a href="distance-from-coventry_coventry_great_britain-to-reading_berkshire_great_britain.htm" title="Distance From Coventry Coventry Great Britain To Reading Berkshire Great Britain  "><b>Distance From Coventry Coventry Great Britain To Reading Berkshire Great Britain </b></a> | <a href="distance-from-exeter__devon-to-port_isaaccornwall.htm" title="Distance From Exeter  Devon To Port Isaaccornwall  "><b>Distance From Exeter Devon To Port Isaaccornwall </b></a> | <a href="distance-from-preston__lancashire__great_britain-to-bangor_(wales).htm" title="Distance From Preston  Lancashire  Great Britain To Bangor (wales)  "><b>Distance From Preston Lancashire Great Britain To Bangor (wales) </b></a> | <a href="distance-from-southam___warwickshire___great_britain-to-liverpool.htm" title="Distance From Southam   Warwickshire   Great Britain To Liverpool  "><b>Distance From Southam Warwickshire Great Britain To Liverpool </b></a> | <a href="distance-from-ripon__north_yorkshire__great_britain-to-london.htm" title="Distance From Ripon  North Yorkshire  Great Britain To London  "><b>Distance From Ripon North Yorkshire Great Britain To London </b></a> | <a href="distance-from-bl5_2en-to-diggerland__kent_devon.htm" title="Distance From Bl5 2en To Diggerland  Kent Devon  "><b>Distance From Bl5 2en To Diggerland Kent Devon </b></a> | </p></div>
<h2>Hotels Searched</h2> <div style="background: white;
padding:5px;
border:1px solid #8EB3B3;
  max-width:790px;"> <p>
<a href="/hotels/united-kingdom/scotland/stirling/bridge-of-allan.php" title=" United Kingdom Scotland Stirling Bridge Of Allan Hotels  "><b> United Kingdom Scotland Stirling Bridge Of Allan Hotels </b></a> | <a href="/hotels/france/basse-normandie/calvados/hermanville-sur-mer.php" title=" France Basse Normandie Calvados Hermanville Sur Mer Hotels  "><b> France Basse Normandie Calvados Hermanville Sur Mer Hotels </b></a> | <a href="/hotels/united-kingdom/scotland/stirling/rowardennan.php" title=" United Kingdom Scotland Stirling Rowardennan Hotels  "><b> United Kingdom Scotland Stirling Rowardennan Hotels </b></a> | <a href="/hotels/france/nord-pas-de-calais/nord/seclin.php" title=" France Nord Pas De Calais Nord Seclin Hotels  "><b> France Nord Pas De Calais Nord Seclin Hotels </b></a> | <a href="/hotels/united-kingdom/england/staffordshire/stone.php" title=" United Kingdom England Staffordshire Stone Hotels  "><b> United Kingdom England Staffordshire Stone Hotels </b></a> | <a href="/hotels/united-kingdom/england/suffolk/sudbury.php" title=" United Kingdom England Suffolk Sudbury Hotels  "><b> United Kingdom England Suffolk Sudbury Hotels </b></a> | <a href="/hotels/united-kingdom/england/norfolk/reepham.php" title=" United Kingdom England Norfolk Reepham Hotels  "><b> United Kingdom England Norfolk Reepham Hotels </b></a> | <a href="/hotels/united-kingdom/england/oxfordshire/henley/on/thames.php" title=" United Kingdom England Oxfordshire Henley On"><b> United Kingdom England Oxfordshire Henley On</b></a> | <a href="/hotels/france/centre/loir-et-cher/montrichard.php" title=" France Centre Loir Et Cher Montrichard Hotels  "><b> France Centre Loir Et Cher Montrichard Hotels </b></a> | <a href="/hotels/united-kingdom/scotland/falkirk/polmont.php" title=" United Kingdom Scotland Falkirk Polmont Hotels  "><b> United Kingdom Scotland Falkirk Polmont Hotels </b></a> | <a href="/hotels/united-kingdom/scotland/ayrshire/auchinleck.php" title=" United Kingdom Scotland Ayrshire Auchinleck Hotels  "><b> United Kingdom Scotland Ayrshire Auchinleck Hotels </b></a> | <a href="/hotels/united-kingdom/england/hampshire/new-milton.php" title=" United Kingdom England Hampshire New Milton Hotels  "><b> United Kingdom England Hampshire New Milton Hotels </b></a> | <a href="/hotels/united-kingdom/england/devon/buckfastleigh.php" title=" United Kingdom England Devon Buckfastleigh Hotels  "><b> United Kingdom England Devon Buckfastleigh Hotels </b></a> | <a href="/hotels/france/aquitaine/dordogne/limeuil.php" title=" France Aquitaine Dordogne Limeuil Hotels  "><b> France Aquitaine Dordogne Limeuil Hotels </b></a> | <a href="/hotels/united-kingdom/england/west-sussex/chichester.php" title=" United Kingdom England West Sussex Chichester Hotels  "><b> United Kingdom England West Sussex Chichester Hotels </b></a> | </p></div>
<h2>Popular Distances Calculated</h2>
<p>Distance from <a href="https://www.distantias.com/distance-from-moscow-russia-to-london-great_britain.htm"> Moscow to London </a> in miles and Kilometres </p>
<p>Distance from <a href="https://www.distantias.com/distance-from-dover-great_britain-to-calais-france.htm" title="distance from dover to calais"> Dover to Calais </a> in miles and Kilometres </p>
<p>Distance from <a href="https://www.distantias.com/distance-from-london-great_britain-to-liverpool-great_britain.htm"> London to Liverpool </a> in miles and Kilometres </p><p>Distance from <a href="https://www.distantias.com/distance-from-athens-greece-to-london-great_britain.htm"> Athens to London </a> in miles and Kilometres </p> <p>Distance from <a href="https://www.distantias.com/distance-from-rome-italy-to-london-great_britain.htm"> Rome to London </a> in miles and Kilometres </p><p>Distance from <a href="https://www.distantias.com/distance-from-berlin-germany-to-london-great_britain.htm"> Berlin to London </a> in miles and Kilometres </p> <p>Distance from <a href="https://www.distantias.com/distance-from-paris-france-to-london-great_britain.htm"> Paris to London </a> in miles and Kilometres </p><p>Distance from <a href="https://www.distantias.com/distance-from-edinburgh-great_britain-to-london-great_britain.htm"> Edinburgh to London </a> in miles and Kilometres </p> <p>Distance from <a href="https://www.distantias.com/distance-from-prague-czech_republic-to-london-great_britain.htm"> Prague to London </a> in miles and Kilometres </p>
<h2>Distance Calculater Countries & Continents </h2>
<p>We have distance data built up from a variety of sources in over 200 countries around the world, including population and location data. Check out the array of locations below.</p>
<h5><a href="/europe-distances.htm" itemprop="url"> <span itemprop="name">European Distances </span></a></h5><p>Europe is such a diverse place of peoples and languages and cultures - See distances in countries across Europe from Albania to Ukraine we have recently updated our data set to include the nearest train stations and travel hubs for your journey. This <a href="https://www.distantias.com/distance-from-dover-great_britain-to-paris-france.htm">Dover to Paris</a> url shows this in action. </p>
<h5><a href="/north-america-distances.htm" itemprop="url"> <span itemprop="name">North America Distances </span></a></h5><p>
North America distances including the United States and Canada and the Caribbean islands. Plan your travels across this great continent. For visitors to the USA we also show nearest Amtrak stations (<a href="https://www.distantias.com/nearest-amtrak-stations-to-new_york-new_york-united_states.htm#tables">New York</a>) and tailor output like this <a href="https://www.distantias.com/distance-from-columbus_ohio_united_states-to-san_francisco_california_united_states.htm">Columbus to San francisco</a> page to show additional useful information. </p>
<h5><a href="/south-america-distances.htm" itemprop="url"> <span itemprop="name">South America Distances </span></a></h5><p>
South America with its ancient cultures, vast rain forests and diverse geography - View countries on this continent and plan your travels in and around South America from Argentina to Venezuela and beyond.</p>
<h5><a href="/asia-distances.htm" itemprop="url"> <span itemprop="name">Asia Distances </span></a></h5><p>
Travel across countries in Asia from China in the Far east to the Yemen in the Middle East. Plan your trip with our distance calculator tools </p>
<h5><a href="/oceania-distances.htm" itemprop="url"> <span itemprop="name">Oceania Distances </span></a></h5>
<p>Calculate the distance in countries across Oceania from the Pacific and Indian Ocean regions from Australia to Vanuatu. </p>
<h5><a href="/africa-distances.htm" itemprop="url"> <span itemprop="name">Africa Distances </span></a></h5><p>Calculate the distance for African countries, from Algeria to Zimbabwe and lots of places in between!</p>
<iframe src="ngload.php" width="300" frameborder="0" scrolling="no" id="iframe" style="height: 290px;"> </iframe>
</div>
</div>
<script>  
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-52553605-1', 'auto');
  ga('send', 'pageview'); </script>
</body>
</html>
