{"id":5278,"date":"2025-02-20T21:34:09","date_gmt":"2025-02-20T14:34:09","guid":{"rendered":"https:\/\/all-arounds.com\/?page_id=5278"},"modified":"2025-02-20T22:05:53","modified_gmt":"2025-02-20T15:05:53","slug":"gps-distance-calculator","status":"publish","type":"page","link":"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/","title":{"rendered":"GPS Distance calculator"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Header&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;gcid-a674551e-c023-4666-82b8-b7448e713885&#8243; max_width=&#8221;1280px&#8221; border_radii=&#8221;off||6px|6px|&#8221; box_shadow_style=&#8221;preset4&#8243; box_shadow_horizontal=&#8221;-30vw&#8221; box_shadow_vertical=&#8221;0px&#8221; box_shadow_color=&#8221;gcid-a674551e-c023-4666-82b8-b7448e713885&#8243; global_colors_info=&#8221;{%22gcid-a674551e-c023-4666-82b8-b7448e713885%22:%91%22background_color%22,%22box_shadow_color%22%93}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;GPS Distance Calculator by Coordinates&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;_initial&#8221; title_font=&#8221;Poppins|500|||||||&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;72px&#8221; title_letter_spacing=&#8221;-0.05em&#8221; title_font_size_tablet=&#8221;40px&#8221; title_font_size_phone=&#8221;24px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;#distanceCalculator {||  max-width: 400px;||  margin: 20px auto;||  padding: 20px;||  border: 1px solid #ddd;||  border-radius: 5px;||  font-family: sans-serif;||}||||#distanceCalculator label {||  display: block;||  margin-bottom: 5px;||}||||#distanceCalculator input%91type=%22number%22%93 {||  width: 100%;||  padding: 8px;||  margin-bottom: 10px;||  box-sizing: border-box;||  border: 1px solid #ccc;||  border-radius: 4px;||}||||#distanceCalculator #calculateButton {||  background-color: #4CAF50;||  color: white;||  padding: 10px 15px;||  border: none;||  border-radius: 4px;||  cursor: pointer;||  width: 100%;||}||||#distanceCalculator #result {||  margin-top: 10px;||  font-weight: bold;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div id=\"distanceCalculator\"><!-- [et_pb_line_break_holder] -->  <label for=\"lat1\">Latitude 1:<\/label><!-- [et_pb_line_break_holder] -->  <input type=\"number\" id=\"lat1\" placeholder=\"Latitude 1\"><!\u2013- [et_pb_br_holder] -\u2013><!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <label for=\"lon1\">Longitude 1:<\/label><!-- [et_pb_line_break_holder] -->  <input type=\"number\" id=\"lon1\" placeholder=\"Longitude 1\"><!\u2013- [et_pb_br_holder] -\u2013><!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <label for=\"lat2\">Latitude 2:<\/label><!-- [et_pb_line_break_holder] -->  <input type=\"number\" id=\"lat2\" placeholder=\"Latitude 2\"><!\u2013- [et_pb_br_holder] -\u2013><!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <label for=\"lon2\">Longitude 2:<\/label><!-- [et_pb_line_break_holder] -->  <input type=\"number\" id=\"lon2\" placeholder=\"Longitude 2\"><!\u2013- [et_pb_br_holder] -\u2013><!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <button id=\"calculateButton\">Calculate Distance<\/button><!\u2013- [et_pb_br_holder] -\u2013><!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <\/p>\n<div id=\"result\"><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <script><!-- [et_pb_line_break_holder] -->    document.getElementById('calculateButton').addEventListener('click', function() {<!-- [et_pb_line_break_holder] -->      const lat1 = parseFloat(document.getElementById('lat1').value);<!-- [et_pb_line_break_holder] -->      const lon1 = parseFloat(document.getElementById('lon1').value);<!-- [et_pb_line_break_holder] -->      const lat2 = parseFloat(document.getElementById('lat2').value);<!-- [et_pb_line_break_holder] -->      const lon2 = parseFloat(document.getElementById('lon2').value);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      if (isNaN(lat1) || isNaN(lon1) || isNaN(lat2) || isNaN(lon2)) {<!-- [et_pb_line_break_holder] -->        document.getElementById('result').textContent = 'Please enter valid coordinates.';<!-- [et_pb_line_break_holder] -->        return;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      function calculateDistance(lat1, lon1, lat2, lon2) {<!-- [et_pb_line_break_holder] -->        const R = 6371; \/\/ Radius of the earth in km<!-- [et_pb_line_break_holder] -->        const dLat = deg2rad(lat2 - lat1);<!-- [et_pb_line_break_holder] -->        const dLon = deg2rad(lon2 - lon1);<!-- [et_pb_line_break_holder] -->        const a =<!-- [et_pb_line_break_holder] -->          Math.sin(dLat \/ 2) * Math.sin(dLat \/ 2) +<!-- [et_pb_line_break_holder] -->          Math.cos(deg2rad(lat1)) * Math.cos(deg2rad(lat2)) *<!-- [et_pb_line_break_holder] -->          Math.sin(dLon \/ 2) * Math.sin(dLon \/ 2);<!-- [et_pb_line_break_holder] -->        const c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a));<!-- [et_pb_line_break_holder] -->        const distance = R * c; \/\/ Distance in km<!-- [et_pb_line_break_holder] -->        return distance;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      function deg2rad(deg) {<!-- [et_pb_line_break_holder] -->        return deg * (Math.PI \/ 180);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      const distance = calculateDistance(lat1, lon1, lat2, lon2);<!-- [et_pb_line_break_holder] -->      document.getElementById('result').textContent = 'Distance: ' + distance.toFixed(2) + ' km';<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  <\/script><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|auto|93px|auto||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>Welcome!<\/strong> This simple tool allows you to calculate the distance between two geographical points using latitude and longitude coordinates. This is a fundamental calculation used in many Internet of Things (IoT) applications, especially those involving location tracking, logistics, and navigation.<\/p>\n<p data-sourcepos=\"9:1-9:35\"><strong>What is Latitude and Longitude?<\/strong><\/p>\n<p data-sourcepos=\"11:1-11:337\">&#8220;Latitude and longitude are coordinates that pinpoint exact locations on Earth. Latitude measures how far north or south a location is from the equator, while longitude measures how far east or west it is from the Prime Meridian. These coordinates are essential for GPS (Global Positioning System) and other location-based technologies.&#8221;<\/p>\n<p data-sourcepos=\"11:1-11:337\">\n<p data-sourcepos=\"11:1-11:337\">\n<p data-sourcepos=\"13:1-13:26\"><strong>How It Relates to IoT:<\/strong><\/p>\n<p data-sourcepos=\"15:1-15:98\">&#8220;In the world of IoT, knowing the distance between two points is crucial for various applications:<\/p>\n<ul data-sourcepos=\"17:1-22:0\">\n<li data-sourcepos=\"17:1-17:174\"><strong>Fleet Management:<\/strong> Businesses use IoT devices to track their vehicles. Calculating distances helps optimize routes, estimate arrival times, and monitor fuel consumption.<\/li>\n<li data-sourcepos=\"18:1-18:180\"><strong>Asset Tracking:<\/strong> IoT sensors can monitor the location of valuable assets. This tool can help calculate the distance between asset locations, useful for logistics and security.<\/li>\n<li data-sourcepos=\"19:1-19:176\"><strong>Pet Tracking:<\/strong> GPS-enabled pet trackers use latitude and longitude to determine your pet&#8217;s location. This calculator can help you understand how far your pet has wandered.<\/li>\n<li data-sourcepos=\"20:1-20:196\"><strong>Environmental Monitoring:<\/strong> IoT sensors can monitor environmental conditions at different locations. Calculating distances between these locations can help analyze spatial patterns and trends.<\/li>\n<li data-sourcepos=\"21:1-22:0\"><strong>Personal Tracking:<\/strong> IoT devices are used for personal tracking, such as running, biking, and hiking. This calculator can be used to determine the distance traveled.&#8221;<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p data-sourcepos=\"23:1-23:17\"><strong>Instructions:<\/strong><\/p>\n<p data-sourcepos=\"25:1-25:27\">&#8220;To calculate the distance:<\/p>\n<ol data-sourcepos=\"27:1-31:0\">\n<li data-sourcepos=\"27:1-27:117\">Enter the latitude and longitude coordinates for the first location in the &#8216;Latitude 1&#8217; and &#8216;Longitude 1&#8217; fields.<\/li>\n<li data-sourcepos=\"28:1-28:118\">Enter the latitude and longitude coordinates for the second location in the &#8216;Latitude 2&#8217; and &#8216;Longitude 2&#8217; fields.<\/li>\n<li data-sourcepos=\"29:1-29:42\">Click the &#8216;Calculate Distance&#8217; button.<\/li>\n<li data-sourcepos=\"30:1-31:0\">The calculated distance (in kilometers) will be displayed below the button.&#8221;<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->document.getElementById('image-upload-form').addEventListener('submit', async (e) => {<!-- [et_pb_line_break_holder] -->    e.preventDefault(); \/\/ Prevent default form submission<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const formData = new FormData(e.target); \/\/ Get form data<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    try {<!-- [et_pb_line_break_holder] -->        const response = await fetch('https:\/\/all-arounds.cloud\/api\/utilities\/convert', {<!-- [et_pb_line_break_holder] -->            method: 'POST',<!-- [et_pb_line_break_holder] -->            body: formData<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        if (!response.ok) {<!-- [et_pb_line_break_holder] -->            const errorData = await response.json();<!-- [et_pb_line_break_holder] -->            console.error(\"Error:\", errorData);<!-- [et_pb_line_break_holder] -->            \/\/ Display the error message to the user<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->            const data = await response.json();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            \/\/ Create a download link<!-- [et_pb_line_break_holder] -->            const link = document.createElement('a');<!-- [et_pb_line_break_holder] -->            link.href = data.url;<!-- [et_pb_line_break_holder] -->            link.download = 'converted-image.' + data.target_extension; \/\/ Set the filename<!-- [et_pb_line_break_holder] -->            link.style.display = 'none'; \/\/ Hide the link<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            \/\/ Add the link to the page and trigger a click to download<!-- [et_pb_line_break_holder] -->            document.body.appendChild(link);<!-- [et_pb_line_break_holder] -->            link.click();<!-- [et_pb_line_break_holder] -->            document.body.removeChild(link);<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    } catch (error) {<!-- [et_pb_line_break_holder] -->        console.error(\"Error:\", error);<!-- [et_pb_line_break_holder] -->        \/\/ Handle the error<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Projects&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome! This simple tool allows you to calculate the distance between two geographical points using latitude and longitude coordinates. This is a fundamental calculation used in many Internet of Things (IoT) applications, especially those involving location tracking, logistics, and navigation. What is Latitude and Longitude? &#8220;Latitude and longitude are coordinates that pinpoint exact locations on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":5199,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-5278","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>GPS Distance calculator - All-Around Solutions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GPS Distance calculator - All-Around Solutions\" \/>\n<meta property=\"og:description\" content=\"Welcome! This simple tool allows you to calculate the distance between two geographical points using latitude and longitude coordinates. This is a fundamental calculation used in many Internet of Things (IoT) applications, especially those involving location tracking, logistics, and navigation. What is Latitude and Longitude? &quot;Latitude and longitude are coordinates that pinpoint exact locations on [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"All-Around Solutions\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/IoTbyAllArounds\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-20T15:05:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/\",\"url\":\"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/\",\"name\":\"GPS Distance calculator - All-Around Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/all-arounds.com\/en\/#website\"},\"datePublished\":\"2025-02-20T14:34:09+00:00\",\"dateModified\":\"2025-02-20T15:05:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/all-arounds.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free Apps\",\"item\":\"https:\/\/all-arounds.com\/en\/free-apps\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"GPS Distance calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/all-arounds.com\/en\/#website\",\"url\":\"https:\/\/all-arounds.com\/en\/\",\"name\":\"All-Around Solutions\",\"description\":\"IoT Innovation for a Smarter, More Efficient Solutions\",\"publisher\":{\"@id\":\"https:\/\/all-arounds.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/all-arounds.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/all-arounds.com\/en\/#organization\",\"name\":\"All-Around Solutions\",\"url\":\"https:\/\/all-arounds.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/all-arounds.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/all-arounds.com\/wp-content\/uploads\/2025\/02\/logo_allarounds_500x100_transparent.png\",\"contentUrl\":\"https:\/\/all-arounds.com\/wp-content\/uploads\/2025\/02\/logo_allarounds_500x100_transparent.png\",\"width\":500,\"height\":185,\"caption\":\"All-Around Solutions\"},\"image\":{\"@id\":\"https:\/\/all-arounds.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/IoTbyAllArounds\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"GPS Distance calculator - All-Around Solutions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/","og_locale":"en_US","og_type":"article","og_title":"GPS Distance calculator - All-Around Solutions","og_description":"Welcome! This simple tool allows you to calculate the distance between two geographical points using latitude and longitude coordinates. This is a fundamental calculation used in many Internet of Things (IoT) applications, especially those involving location tracking, logistics, and navigation. What is Latitude and Longitude? \"Latitude and longitude are coordinates that pinpoint exact locations on [&hellip;]","og_url":"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/","og_site_name":"All-Around Solutions","article_publisher":"https:\/\/www.facebook.com\/IoTbyAllArounds","article_modified_time":"2025-02-20T15:05:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/","url":"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/","name":"GPS Distance calculator - All-Around Solutions","isPartOf":{"@id":"https:\/\/all-arounds.com\/en\/#website"},"datePublished":"2025-02-20T14:34:09+00:00","dateModified":"2025-02-20T15:05:53+00:00","breadcrumb":{"@id":"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/all-arounds.com\/en\/free-apps\/gps-distance-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/all-arounds.com\/en\/"},{"@type":"ListItem","position":2,"name":"Free Apps","item":"https:\/\/all-arounds.com\/en\/free-apps\/"},{"@type":"ListItem","position":3,"name":"GPS Distance calculator"}]},{"@type":"WebSite","@id":"https:\/\/all-arounds.com\/en\/#website","url":"https:\/\/all-arounds.com\/en\/","name":"All-Around Solutions","description":"IoT Innovation for a Smarter, More Efficient Solutions","publisher":{"@id":"https:\/\/all-arounds.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/all-arounds.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/all-arounds.com\/en\/#organization","name":"All-Around Solutions","url":"https:\/\/all-arounds.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/all-arounds.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/all-arounds.com\/wp-content\/uploads\/2025\/02\/logo_allarounds_500x100_transparent.png","contentUrl":"https:\/\/all-arounds.com\/wp-content\/uploads\/2025\/02\/logo_allarounds_500x100_transparent.png","width":500,"height":185,"caption":"All-Around Solutions"},"image":{"@id":"https:\/\/all-arounds.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/IoTbyAllArounds"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/pages\/5278","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/comments?post=5278"}],"version-history":[{"count":5,"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/pages\/5278\/revisions"}],"predecessor-version":[{"id":5285,"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/pages\/5278\/revisions\/5285"}],"up":[{"embeddable":true,"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/pages\/5199"}],"wp:attachment":[{"href":"https:\/\/all-arounds.com\/en\/wp-json\/wp\/v2\/media?parent=5278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}