{"id":81271,"date":"2025-06-13T11:11:08","date_gmt":"2025-06-13T11:11:08","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/"},"modified":"2025-06-13T11:12:17","modified_gmt":"2025-06-13T11:12:17","slug":"advance-route-planner-api-ver-7-0","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/","title":{"rendered":"Advance Route Planner API Ver 7.0"},"content":{"rendered":"<a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\"  width=\"601\" height=\"201\"><\/a>\n<\/p>\n<p><a class=\"wp_automatic_demo_btn\" target=\"_blank\" href=\"https:\/\/1.envato.market\/c\/2840012\/950273\/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fadvance-route-planner-api-ver-40%2Ffull_screen_preview%2F9197413\">LIVE PREVIEW<\/a><a class=\"wp_automatic_buy_btn\" target=\"_blank\" href=\"https:\/\/1.envato.market\/c\/2840012\/950273\/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fadvance-route-planner-api-ver-40%2F9197413\">BUY FOR $22<\/a><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/previews.customer.envatousercontent.com\/files\/219681048\/inlinepreview.jpg\"><\/p>\n<h3 id=\"item-description__htmlStructure\"><strong>A) Particulars<\/strong> &#8211; high<\/h3>\n<p>Advance Route Planner is a A to B RoutePlanner software written in Pure Javascript with <strong>Google Map Ver. 3 API<\/strong>. it have very advance options like : <\/p>\n<p><strong><br \/>\n1) Added Climate layer on Google Map with OpenWeather APi<br \/>\n2) Added Transit Calculator<br \/>\n3) Added Place Search in all location textboxes.<br \/>\n4) Mounted Bugs.<br \/>\n5) Gasoline Calculator.<br \/>\n6) Sorting of Areas.<br \/>\n7) Added Assist Part.<br \/>\n<img decoding=\"async\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/images\/smileys\/cool.png\" alt=\"8)\" title=\"8)\" \/> Distance Unit Choice Added.<br \/>\n9) Optimized CSS, JS to reduce web page load.<br \/>\n10) Site visitors Layer Added.<br \/>\n11) Search Field for Close by Location.<br \/>\n12) Auto Location Detection.<br \/>\n13) Added Google Close by Locations.<br \/>\n14) Now you may add a number of Waypoints<br \/>\n15) Get Shortest Route from A number of Waypoints<br \/>\n16) Get Journey \/ Tour Value by Value Calculator<br \/>\n17) Convert KM to Miles simply<br \/>\n18) Responsiveness.<br \/>\n19) Google Adsense.<br \/>\n20) Drag-able Route, modify route as per your requirement.<br \/>\n21) Share ready Hyperlink Generator.<br \/>\n22) Print button.<br \/>\n23) Change Google Map Language.<br \/>\n24) Repair your beginning \/ ending level with ease and get correct Route Instructions in particulars through Google API.<br \/>\n<\/strong><\/p>\n<p>This software may be simply connected to any current Tasks. <\/p>\n<p>when you have any question you may contact us any time at <a href=\"https:\/\/codecanyon.net\/user\/zincksoft\">my profile page or raise ticket.<\/a><\/p>\n<h3 id=\"item-description__javascript\"><strong><img decoding=\"async\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"\/images\/smileys\/cool.png\" alt=\"B)\" title=\"B)\" \/> The way to Use<\/strong> &#8211; high<\/h3>\n<p><strong>Extract all of the recordsdata kind the zip. The file you could embody Google API Javascript together with routeplannerapi.js.<\/strong><\/p>\n<p><strong>In the event you wished to put in the plugin in your web site please observe beneath after establishing above settings<\/strong> <\/p>\n<p>\n      embody beneath libraries <\/p>\n<pre>\n&lt;script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?v=3.exp\"&gt;&lt;\/script&gt;\n&lt;script sort=\"textual content\/javascript\" src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?libraries=adsense\"&gt;&lt;\/script&gt;\n&lt;script src=\"js\/routeplannerapi.min.js\"&gt;&lt;\/script&gt;\n<\/pre>\n<\/p>\n<p><strong>Arrange Type, to get Beginning and Ending Location and name calcRoute(); operate on button submit as beneath :<\/strong> <\/p>\n<p><pre>\n&lt;kind class=\"form-inline\" function=\"kind\"&gt;\n\n&lt;div class=\"form-group\"&gt;\n&lt;label class=\"sr-only\" for=\"begin\"&gt;Beginning Location :&lt;\/label&gt;\n&lt;enter sort=\"textual content\" class=\"form-control\" id=\"begin\" placeholder=\"Enter Beginning Location\"&gt;\n&lt;\/div&gt;\n\n&lt;div class=\"form-group\"&gt;\n&lt;label class=\"sr-only\" for=\"finish\"&gt;Vacation spot Location :&lt;\/label&gt;\n&lt;enter sort=\"textual content\" class=\"form-control\" id=\"finish\" placeholder=\"Enter Vacation spot Location\"&gt;\n&lt;\/div&gt;\n\n&lt;div class=\"form-group\"&gt;\n&lt;choose class=\"form-control\" id=\"mode\" identify=\"mode\"&gt;\n&lt;possibility worth=\"DRIVING\"&gt;Driving&lt;\/possibility&gt;\n&lt;possibility worth=\"WALKING\"&gt;Strolling&lt;\/possibility&gt;\n&lt;possibility worth=\"BICYCLING\"&gt;Bicycling&lt;\/possibility&gt;\n&lt;possibility worth=\"TRANSIT\"&gt;Transit&lt;\/possibility&gt;\n&lt;\/choose&gt;\n&lt;\/div&gt;\n\n&lt;button sort=\"button\" class=\"btn btn-success\" onClick=\"calcRoute();\"&gt;Get Route&lt;\/button&gt;\n&lt;\/kind&gt;\n   <\/pre>\n<\/p>\n<p><strong>Add Google Map Div and Google Route Div within the Web page as beneath<\/strong> <\/p>\n<p><pre>\n&lt;div id=\"map-canvas\" \/&gt;\n&lt;div id=\"directionsPanel\" \/&gt;\n<\/pre>\n<\/p>\n<p><strong>Thats it ! you&#8217;re good to go if you wish to do any modifications please observe beneath directions :<\/strong> <\/p>\n<p><pre>\nvar _ZNRPL = {\nlatitude : 41.850033,\nlongitude : -87.6500523,\nbegin:\"\",\nfinish:\"\",\nadsense:true,\npublisherid:\"ca-google-maps_apidocs\",\nadformat : \"BANNER\",\nadposition : \"RIGHT_BOTTOM\",\nadbackgroundColor: '#c4d4f3',\nadborderColor: '#e5ecf9',\nadtitleColor: '#0000cc',\nadtextColor: '#000000',\nadurlColor: '#009900'\n};\n<\/pre>\n<\/p>\n<p><strong>You may set the variables, as per your requirement like beneath :<\/strong> <\/p>\n<p><strong>You may set your middle location when web page load by offering latitude and longitude of your location.<\/strong><\/p>\n<p><pre>\nlatitude : 41.850033,\nlongitude : -87.6500523,\n<\/pre>\n<\/p>\n<p><strong>You may setup your beginning or ending location as beneath<\/strong> <\/p>\n<p><pre>\nbegin:\"Chicago\",\nfinish : \"New York\",\n<\/pre>\n<\/p>\n<p><strong>You may allow or disable Google Adsense as beneath<\/strong> <\/p>\n<p><pre>\nadsense:true,\n<\/pre>\n<\/p>\n<p><strong>If adsense is allow you need to set your writer id as beneath<\/strong> <\/p>\n<p><pre>\npublisherid:\"ca-google-maps_apidocs\",\n<\/pre>\n<\/p>\n<p><strong>If adsense is allow you need to set Kind of Banner Format as beneath<\/strong> <\/p>\n<p><pre>\nadformat : \"BANNER\",\n<\/pre>\n<\/p>\n<p><strong>As per Google Adsense, Banner Format may be :<\/strong><\/p>\n<ul>\n<li><code>LEADERBOARD<\/code> creates a completely horizontal show space.<\/li>\n<li><code>BANNER<\/code> creates a horizontal &#8220;banner&#8221; advert.<\/li>\n<li><code>HALF_BANNER<\/code> creates a smaller horizontal &#8220;banner&#8221; advert.<\/li>\n<li><code>SKYSCRAPER<\/code> creates a big vertical advert.<\/li>\n<li><code>WIDE_SKYSCRAPER<\/code> creates a large vertical advert utilizing bigger<br \/>\n    sort.<\/li>\n<li><code>VERTICAL_BANNER<\/code> creates a medium-sized vertical advert.<\/li>\n<li><code>BUTTON<\/code> creates a small advert.<\/li>\n<li><code>SMALL_SQUARE<\/code> creates a barely bigger sq. advert.<\/li>\n<li><code>SQUARE<\/code> creates a big sq. advert with giant sort.<\/li>\n<li><code>SMALL_RECTANGLE<\/code> creates a small rectangular advert.<\/li>\n<li><code>MEDIUM_RECTANGLE<\/code> creates a medium rectangular advert.<\/li>\n<li><code>LARGE_RECTANGLE<\/code> creates a big rectangular advert.<\/li>\n<li><code>SMALL_VERTICAL_LINK_UNIT<\/code> creates a small vertical hyperlink<br \/>\n    unit.<\/li>\n<li><code>MEDIUM_VERTICAL_LINK_UNIT<\/code> creates a medium vertical hyperlink<br \/>\n    unit.<\/li>\n<li><code>LARGE_VERTICAL_LINK_UNIT<\/code> creates a big vertical hyperlink<br \/>\n    unit.<\/li>\n<li><code>X_LARGE_VERTICAL_LINK_UNIT<\/code> creates an additional giant vertical<br \/>\n    hyperlink unit.<\/li>\n<li><code>SMALL_HORIZONTAL_LINK_UNIT<\/code> creates a small horizontal hyperlink<br \/>\n    unit.<\/li>\n<li><code>LARGE_HORIZONTAL_LINK_UNIT<\/code> creates a big horizontal hyperlink<br \/>\n    unit.<\/li>\n<\/ul>\n<p><strong>If adsense is allow you need to set Place of Banner as beneath<\/strong> <\/p>\n<p><pre>\nadposition : \"RIGHT_BOTTOM\",\n<\/pre>\n<\/p>\n<p><strong>As per Google Adsense, Banner Place may be :<\/strong><\/p>\n<ul>\n<li><code>TOP_CENTER<\/code> signifies that the adunit ought to be positioned<br \/>\n    alongside the highest middle of the map.<\/li>\n<li><code>TOP_LEFT<\/code> signifies that the adunit ought to be positioned alongside<br \/>\n    the highest left of the map, with any sub-elements of the management &#8220;flowing&#8221;<br \/>\n    in direction of the highest middle.<\/li>\n<li><code>TOP_RIGHT<\/code> signifies that the adunit ought to be positioned alongside<br \/>\n    the highest proper of the map, with any sub-elements of the management &#8220;flowing&#8221;<br \/>\n    in direction of the highest middle.<\/li>\n<li><code>LEFT_TOP<\/code> signifies that the adunit ought to be positioned alongside<br \/>\n    the highest left of the map, however beneath any <code>TOP_LEFT<\/code> components.<\/li>\n<li><code>RIGHT_TOP<\/code> signifies that the adunit ought to be positioned alongside<br \/>\n    the highest proper of the map, however beneath any <code>TOP_RIGHT<\/code><br \/>\n    components.<\/li>\n<li><code>LEFT_CENTER<\/code> signifies that the adunit ought to be positioned<br \/>\n    alongside the left aspect of the map, centered between the <code>TOP_LEFT<\/code><br \/>\n    and <code>BOTTOM_LEFT<\/code> positions.<\/li>\n<li><code>RIGHT_CENTER<\/code> signifies that the adunit ought to be positioned<br \/>\n    alongside the correct aspect of the map, centered between the<br \/>\n    <code>TOP_RIGHT<\/code> and <code>BOTTOM_RIGHT<\/code> positions.<\/li>\n<li><code>LEFT_BOTTOM<\/code> signifies that the adunit ought to be positioned<br \/>\n    alongside the underside left of the map, however above any <code>BOTTOM_LEFT<\/code><br \/>\n    components.<\/li>\n<li><code>RIGHT_BOTTOM<\/code> signifies that the adunit ought to be positioned<br \/>\n    alongside the underside proper of the map, however above any <code>BOTTOM_RIGHT<\/code><br \/>\n    components.<\/li>\n<li><code>BOTTOM_CENTER<\/code> signifies that the adunit ought to be positioned<br \/>\n    alongside the underside middle of the map.<\/li>\n<li><code>BOTTOM_LEFT<\/code> signifies that the adunit ought to be positioned<br \/>\n    alongside the underside left of the map, with any sub-elements of the management<br \/>\n    &#8220;flowing&#8221; in direction of the underside middle.<\/li>\n<li><code>BOTTOM_RIGHT<\/code> signifies that the adunit ought to be positioned<br \/>\n    alongside the underside proper of the map, with any sub-elements of the management<br \/>\n    &#8220;flowing&#8221; in direction of the underside middle.<\/li>\n<\/ul>\n<p><strong>If adsense is allow you need to set Colours Scheme of Banner as beneath in hex format<\/strong> <\/p>\n<p><pre>\nadbackgroundColor: '#c4d4f3',\nadborderColor: '#e5ecf9',\nadtitleColor: '#0000cc',\nadtextColor: '#000000',\nadurlColor: '#009900'\n<\/pre>\n<\/p>\n<p>\n<iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<br \/>\n<a href=\"https:\/\/1.envato.market\/c\/2840012\/950273\/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fadvance-route-planner-api-ver-40%2F9197413\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVE PREVIEWBUY FOR $22 A) Particulars &#8211; high Advance Route Planner is a A to B RoutePlanner software written in Pure Javascript with Google Map&#8230;<\/p>\n","protected":false},"author":1,"featured_media":81031,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[14844,14845,14846,14847,14848,14849,14850,14851,14852,14853,14854,14855],"class_list":["post-81271","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-codes","tag-distance","tag-distance-calculator","tag-drag-able-route","tag-fuel-calculator-with-google-map","tag-google-map-adsense","tag-google-map-api","tag-google-map-api-3-0","tag-google-map-weather-layer","tag-google-weather","tag-multiple-waypoints","tag-openweather-api","tag-weather-layer"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Advance Route Planner API Ver 7.0 - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Advance Route Planner API Ver 7.0 - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-13T11:11:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-13T11:12:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/06\/inlinePreview.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"590\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"Advance Route Planner API Ver 7.0\",\"datePublished\":\"2025-06-13T11:11:08+00:00\",\"dateModified\":\"2025-06-13T11:12:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/\"},\"wordCount\":775,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/inlinePreview.jpg\",\"keywords\":[\"distance\",\"distance calculator\",\"Drag-able route\",\"fuel calculator with google map\",\"Google map adsense\",\"google map api\",\"Google map api 3.0\",\"google map weather layer\",\"google weather\",\"multiple waypoints\",\"Openweather API\",\"weather layer\"],\"articleSection\":[\"Code's\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/\",\"name\":\"Advance Route Planner API Ver 7.0 - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/inlinePreview.jpg\",\"datePublished\":\"2025-06-13T11:11:08+00:00\",\"dateModified\":\"2025-06-13T11:12:17+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/inlinePreview.jpg\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/inlinePreview.jpg\",\"width\":590,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/06\\\/13\\\/advance-route-planner-api-ver-7-0\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Advance Route Planner API Ver 7.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Advance Route Planner API Ver 7.0 - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","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:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/","og_locale":"en_US","og_type":"article","og_title":"Advance Route Planner API Ver 7.0 - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2025-06-13T11:11:08+00:00","article_modified_time":"2025-06-13T11:12:17+00:00","og_image":[{"width":590,"height":300,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/06\/inlinePreview.jpg","type":"image\/jpeg"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"Advance Route Planner API Ver 7.0","datePublished":"2025-06-13T11:11:08+00:00","dateModified":"2025-06-13T11:12:17+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/"},"wordCount":775,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/06\/inlinePreview.jpg","keywords":["distance","distance calculator","Drag-able route","fuel calculator with google map","Google map adsense","google map api","Google map api 3.0","google map weather layer","google weather","multiple waypoints","Openweather API","weather layer"],"articleSection":["Code's"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/","url":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/","name":"Advance Route Planner API Ver 7.0 - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/06\/inlinePreview.jpg","datePublished":"2025-06-13T11:11:08+00:00","dateModified":"2025-06-13T11:12:17+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/06\/inlinePreview.jpg","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/06\/inlinePreview.jpg","width":590,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2025\/06\/13\/advance-route-planner-api-ver-7-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"Advance Route Planner API Ver 7.0"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/81271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=81271"}],"version-history":[{"count":1,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/81271\/revisions"}],"predecessor-version":[{"id":81272,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/81271\/revisions\/81272"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/81031"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=81271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=81271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=81271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}