{"id":151184,"date":"2023-11-21T15:26:16","date_gmt":"2023-11-21T11:26:16","guid":{"rendered":"https:\/\/www.headout.com\/blog\/?p=151184"},"modified":"2023-11-28T13:28:24","modified_gmt":"2023-11-28T09:28:24","slug":"swiss-travel-pass-map","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/","title":{"rendered":"Swiss Travel Pass map: Chart your Swiss escapade with ease!"},"content":{"rendered":"<p>Charming and breathtaking, words fall short of describing Switzerland, endowed with great natural beauty and equally well taken care of by its friendly people. If you are considering a trip to this country, quickly obtain a Swiss Travel Pass\u2014an all-inclusive transit pass. A brief glance at the Swiss Travel Pass map below makes it evident that it offers extensive transport coverage of Switzerland via it&#8217;s trains, buses, cable cars, and boats. Zoom in on the Swiss Travel Pass map or download it for offline use and have a grand time planning your Swiss adventure.<\/p>\n<h2>Plan your journey with Swiss Travel Pass map<\/h2>\n<p><img decoding=\"async\" data-src=\"https:\/\/cdn-imgix.headout.com\/media\/images\/4283eba50513408695733486cf99c905-4288eda9dcde7cfd3276a4f297807205-STS_map_area_of_validity-2.jpg\" data-sizes=\"auto\" alt=\"Swiss Travel Pass - Route Map\" sizes=\"888px\" src=\"https:\/\/cdn-imgix.headout.com\/media\/images\/4283eba50513408695733486cf99c905-4288eda9dcde7cfd3276a4f297807205-STS_map_area_of_validity-2.jpg\" data-pagespeed-url-hash=\"3058151799\" onload=\"pagespeed.CriticalImages.checkImageForCriticality(this);\"><\/p>\n<p><a href=\"https:\/\/cdn-imgix.headout.com\/media\/images\/4283eba50513408695733486cf99c905-4288eda9dcde7cfd3276a4f297807205-STS_map_area_of_validity-2.jpg\" rel=\"mfp\">Download Map<\/a><\/p>\n<h3>How to read the Swiss Travel Pass map?<\/h3>\n<p>The Swiss Travel Pass map above indicates the area of coverage of a Swiss Travel Pass. The legends on the map indicate what each line stands for. However, here\u2019s a breakdown of the map:<\/p>\n<ul>\n<li>Red lines = Rail network<\/li>\n<li> Yellow lines =  Bus network<\/li>\n<li>Black lines = Cable cars<\/li>\n<li>White lines = Boat rides<\/li>\n<li>Continuous lines = Unlimited travel on all train, bus, and boat routes with Pass<\/li>\n<li>Dotted lines = Unlimited travel with reduction in prices for Pass holders<\/li>\n<li>Red\/White dot = Unlimited public transport access in cities marked with red\/white dots<\/li>\n<li>Grey lines = No reductions<\/li>\n<\/ul>\n<h2>Frequently asked questions<\/h2>\n<p>[tcb-script src=&#8221;https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js&#8221; integrity=&#8221;sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx\/qtq\/1itJ0C2ejDxltZVFg==&#8221; crossorigin=&#8221;anonymous&#8221;][\/tcb-script]            <a>             Summary        <\/a>                                                              Swiss Travel Pass Map<\/p>\n<ul id=\"summary-mobile-ul\"><\/ul>\n<p>[tcb-script]        jQuery(document).ready(function () {            jQuery(&#8220;.row.post-width&#8221;).prepend(`&lt;div&gt;                    &lt;div id=&#8221;summary-list-wrapper&#8221;&gt;                        &lt;div&gt;                            &lt;div&gt;                              Swiss Travel Pass Map                            &lt;\/div&gt;                            &lt;div&gt;&lt;\/div&gt;                        &lt;\/div&gt;                        &lt;ul id=&#8221;summaryList&#8221;&gt;                        &lt;\/ul&gt;                    &lt;\/div&gt;                &lt;\/div&gt;`);            let allH2 = document.querySelectorAll(&#8220;h2.add-to-summary&#8221;);            for (i = 0; i &lt; allH2.length; i++) {                jQuery(&#8220;#summaryList&#8221;).append(`&lt;li&gt;&lt;a&gt;${allH2[i].innerHTML}&lt;\/a&gt;&lt;\/li&gt;`);                jQuery(&#8220;#summary-mobile-ul&#8221;).append(`&lt;li&gt;&lt;a&gt;${allH2[i].innerHTML}&lt;\/a&gt;&lt;\/li&gt;`);            }            let allA = document.querySelectorAll(&#8220;#summaryList li a&#8221;);            let header = jQuery(document.getElementsByTagName(&#8220;header&#8221;)[0])            let isMobile = false;            if(jQuery(window).width()&lt;=765){                allA = document.querySelectorAll(&#8220;#summary-mobile-ul li a&#8221;);                isMobile = true;            }            let modal = document.getElementById(&#8220;summary-wrapper-mobile&#8221;);            function findH2WithThisTag(text) {                if(isMobile){                    header.css(&#8220;display&#8221;,&#8221;block&#8221;);                    modal.style.display = &#8220;none&#8221;;                }                for (i = 0; i &lt; allH2.length; i++) {                    if (allH2[i].innerHTML == text) {                        jQuery(&#8220;html, body&#8221;).animate(                            {                                scrollTop: jQuery(allH2[i]).offset().top &#8211; 100,                            },                            1000);                        break;                    }                }            }            for (i = 0; i &lt; allA.length; i++) {                allA[i].addEventListener(&#8220;click&#8221;, function (data) {                    findH2WithThisTag(data.target.innerHTML);                }, false);            }            jQuery(&#8220;.open-summary-mobile&#8221;)[0].addEventListener(&#8220;click&#8221;, function () {                modal.style.display = &#8220;block&#8221;;                header.css(&#8220;display&#8221;,&#8221;none&#8221;);            }, false);            window.onclick = function (event) {                if (event.target == modal) {                    modal.style.display = &#8220;none&#8221;;                    header.css(&#8220;display&#8221;,&#8221;block&#8221;);                }            }           function scrollUl(i){                \/\/ if(i&gt;=1){                \/\/     offset = jQuery(allA[i-1])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop;                \/\/ }                let offset = jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop;                  if(isMobile){                    \/\/ if(Math.abs(jQuery(&#8216;#summary-mobile-ul&#8217;)[0].scrollTop &#8211; offset) &gt;= 10){                    \/\/     jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: offset},1);                    \/\/ }                    let height = jQuery(window).height() &#8211; 45;                         let offsettop = parseInt((jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop) \/ height);                    let offsetbottom = parseInt((jQuery(allA[i])[0].offsetHeight &#8211; jQuery(allA[0])[0].offsetTop + jQuery(allA[i])[0].offsetTop)\/ height);                    if(offsettop==0 &amp;&amp; offsetbottom == 0){                        jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: 0},1);                    }else{                        jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: height*offsettop},1);                    }                }else{                    \/\/ if(Math.abs(jQuery(&#8216;#summaryList&#8217;)[0].scrollTop &#8211; offset) &gt;= 10){                    \/\/     jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: offset},1);                    \/\/ }                    let offsettop = parseInt((jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop) \/ 400);                    let offsetbottom = parseInt((jQuery(allA[i])[0].offsetHeight &#8211; jQuery(allA[0])[0].offsetTop + jQuery(allA[i])[0].offsetTop)\/ 400);                    if(offsettop!=offsetbottom){                        jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: offset},1);                    }else{                        jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: 400*offsettop},1);                    }                }            }            document.body.onscroll = function (e) {                let topPosition = jQuery(window).scrollTop();                for (i = 0; i &lt; allA.length; i++) {                    jQuery(allA[i]).removeClass(&#8220;active&#8221;);                }                for (i = 0; i &lt; allH2.length; i++) {                    if (i == allH2.length &#8211; 1 &amp;&amp; allH2[i].offsetTop &lt;= topPosition &amp;&amp; !jQuery(allA[i]).hasClass(&#8220;active&#8221;)) {                        jQuery(allA[i]).addClass(&#8220;active&#8221;);                        scrollUl(i);                        break;                    } else if (i &lt; allH2.length &#8211; 1 &amp;&amp; allH2[i].offsetTop &lt;= topPosition &amp;&amp; allH2[i + 1].offsetTop &gt; topPosition &amp;&amp; !jQuery(allA[i]).hasClass(&#8220;active&#8221;)) {                        jQuery(allA[i]).addClass(&#8220;active&#8221;);                        scrollUl(i);                        break;                    }                }                let TextHeight = jQuery(&#8220;.small-12.medium-11.medium-centered.columns&#8221;)[0].offsetHeight + jQuery(&#8220;.small-12.medium-11.medium-centered.columns&#8221;)[0].offsetTop;                let summaryWrapperTop = jQuery(&#8220;#summary-list-wrapper&#8221;)[0].offsetTop;                let offsetTopPostWidth = jQuery(&#8220;.row.post-width&#8221;)[0].offsetTop;                if (summaryWrapperTop &lt; topPosition &#8211; 35 &#8211; offsetTopPostWidth &amp;&amp; TextHeight &gt; topPosition + jQuery(&#8220;#summary-list-wrapper&#8221;)[0].offsetHeight +30 ) {                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;position&#8221;, &#8220;fixed&#8221;);                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;top&#8221;, &#8220;25px&#8221;);                } else{                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;position&#8221;, &#8220;absolute&#8221;);                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;top&#8221;, &#8220;25px&#8221;);                }            }        });[\/tcb-script]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Charming and breathtaking, words fall short of describing Switzerland, endowed with great natural beauty and equally well taken care of by its friendly people. If you are considering a trip to this country, quickly obtain a Swiss Travel Pass\u2014an all-inclusive transit pass. A brief glance at the Swiss Travel Pass map below makes it evident [&hellip;]<\/p>\n","protected":false},"author":180,"featured_media":151906,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2589,2591],"tags":[7068,6288,6989,6329,6310],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Swiss Travel Pass Map | Easily Plan Your Switzerland Trip Routes<\/title>\n<meta name=\"description\" content=\"Download and make use of the Swiss Travel Pass map to effectively plan your travel routes with the Swiss Travel Pass.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Swiss Travel Pass Map | Easily Plan Your Switzerland Trip Routes\" \/>\n<meta property=\"og:description\" content=\"Download and make use of the Swiss Travel Pass map to effectively plan your travel routes with the Swiss Travel Pass.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-21T11:26:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-28T09:28:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/473a379ec3e2527abed660a87e88012d-2Interlaken-Mountain.jpg\" \/>\n<meta name=\"author\" content=\"Maria Philip\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/473a379ec3e2527abed660a87e88012d-2Interlaken-Mountain.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Maria Philip\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Swiss Travel Pass Map | Easily Plan Your Switzerland Trip Routes","description":"Download and make use of the Swiss Travel Pass map to effectively plan your travel routes with the Swiss Travel Pass.","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:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/","og_locale":"en_US","og_type":"article","og_title":"Swiss Travel Pass Map | Easily Plan Your Switzerland Trip Routes","og_description":"Download and make use of the Swiss Travel Pass map to effectively plan your travel routes with the Swiss Travel Pass.","og_url":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/","og_site_name":"Headout Blog","article_published_time":"2023-11-21T11:26:16+00:00","article_modified_time":"2023-11-28T09:28:24+00:00","og_image":[{"url":"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/473a379ec3e2527abed660a87e88012d-2Interlaken-Mountain.jpg"}],"author":"Maria Philip","twitter_card":"summary_large_image","twitter_image":"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/473a379ec3e2527abed660a87e88012d-2Interlaken-Mountain.jpg","twitter_misc":{"Written by":"Maria Philip","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/"},"author":{"name":"Maria Philip","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/e35edd670f60b6e49acfc6eb30e22a09"},"headline":"Swiss Travel Pass map: Chart your Swiss escapade with ease!","datePublished":"2023-11-21T11:26:16+00:00","dateModified":"2023-11-28T09:28:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/"},"wordCount":777,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/473a379ec3e2527abed660a87e88012d-2Interlaken-Mountain.jpg","keywords":["Europe","POI Shoulder Pages","Train Passes","Transportation","Travel"],"articleSection":["Europe Train Passes","Swiss Travel Pass"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/","url":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/","name":"Swiss Travel Pass Map | Easily Plan Your Switzerland Trip Routes","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/473a379ec3e2527abed660a87e88012d-2Interlaken-Mountain.jpg","datePublished":"2023-11-21T11:26:16+00:00","dateModified":"2023-11-28T09:28:24+00:00","description":"Download and make use of the Swiss Travel Pass map to effectively plan your travel routes with the Swiss Travel Pass.","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/#primaryimage","url":"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/473a379ec3e2527abed660a87e88012d-2Interlaken-Mountain.jpg","contentUrl":"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/473a379ec3e2527abed660a87e88012d-2Interlaken-Mountain.jpg","width":"7000","height":"3000","caption":"Swiss Travel Pass map: Chart your Swiss escapade with ease!"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/swiss-travel-pass-map\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Europe Train Passes","item":"https:\/\/www.headout.com\/blog\/europe-train-pass-complete-guide\/"},{"@type":"ListItem","position":2,"name":"Swiss Travel Pass","item":"https:\/\/www.headout.com\/blog\/swiss-travel-pass\/"},{"@type":"ListItem","position":3,"name":"Swiss Travel Pass Map"}]},{"@type":"WebSite","@id":"https:\/\/www.headout.com\/blog\/#website","url":"https:\/\/www.headout.com\/blog\/","name":"Headout Blog","description":"Where will you go next?","publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.headout.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.headout.com\/blog\/#organization","name":"Headout","url":"https:\/\/www.headout.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","width":550,"height":84,"caption":"Headout"},"image":{"@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/e35edd670f60b6e49acfc6eb30e22a09","name":"Maria Philip","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/989b3bb25a372c925b2d88d12e4c4704?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/989b3bb25a372c925b2d88d12e4c4704?s=96&r=g","caption":"Maria Philip"},"description":"Every friend's gang has that one friend who plans the trip, finds cute little spots to explore great views and food, and keeps cool trivia handy. I am that friend. I like to know before I go, keep things under budget, and help others do the same through my writing. Someone once said, \u2018Traveling makes you a storyteller\u2019 and it stuck with me to do more traveling and telling. You will find me the happiest in quiet spots under thick green canopies, over a delicious spread of my comfort foods, or while loudly singing my favorite tunes, or engaging in silly banter with friends and family, or on the window seat of a moving bus or train with music plugged in. The list is longer, but you get the gist!","url":"https:\/\/www.headout.com\/blog\/author\/maria-p\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/151184"}],"collection":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/users\/180"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=151184"}],"version-history":[{"count":25,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/151184\/revisions"}],"predecessor-version":[{"id":152034,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/151184\/revisions\/152034"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/151906"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=151184"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=151184"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=151184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}