{"id":225,"date":"2016-06-27T12:07:46","date_gmt":"2016-06-27T06:37:46","guid":{"rendered":"http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/?page_id=225"},"modified":"2024-01-25T18:37:11","modified_gmt":"2024-01-25T13:07:11","slug":"custom-map-shortcode","status":"publish","type":"page","link":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/","title":{"rendered":"Custom Map Shortcode"},"content":{"rendered":"<p>        <h3 class=\"sol_header\" style=\"margin-top:5px;margin-bottom:5px\" >roadmap<\/h3>\n        <br \/>\n<code>[<\/code>sol_map type=&#8217;ROADMAP&#8217; address=&#8217;india&#8217; width=&#8217;500px&#8217; height=&#8217;350px&#8217; zoom=&#8217;5&#8242; map_icon=&#8221;<code>]<\/code><\/p>\n<p>        <script type=\"text\/javascript\">\n            function setMapAddress(address) {\n                var geocoder = new google.maps.Geocoder();\n                geocoder.geocode({address: address}, function (results, status) {\n                    if (status == google.maps.GeocoderStatus.OK) {\n                        var location = results[0].geometry.location;\n                        var options = {\n                            zoom: 5,\n                            center: location,\n                            mapTypeId: google.maps.MapTypeId.ROADMAP,\n                            streetViewControl: true,\n                            scrollwheel: false,\n                            draggable: true,\n                            panControl: true,\n                            zoomControl: true,\n                            zoomControlOptions: {\n                                style: google.maps.ZoomControlStyle.SMALL\n                            }\n                        };\n                        var mymap = new google.maps.Map(document.getElementById('1893618384'), options);\n                        var marker = new google.maps.Marker({\n                            map: mymap,\n                            flat: true,\n                            icon: 'https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/themes\/musictune\/images\/pin.png',\n                            position: results[0].geometry.location,\n                                });\n                        var infowindow = new google.maps.InfoWindow({\n                            content: \"india\"\n                        });\n                        google.maps.event.addListener(marker, 'click', function () {\n                            infowindow.open(mymap, marker);\n                        });\n                    }\n                });\n            }\n            setMapAddress(\"india\");\n        <\/script>\n        <div class=\"marB18\">\n            <div id=\"1893618384\" style=\"width: 100%;height:350px\"><\/div>\n        <\/div>\n        <br \/>\n        <h3 class=\"sol_header\" style=\"margin-top:5px;margin-bottom:5px\" >terrain<\/h3>\n        <\/p>\n<p><code>[<\/code>sol_map type=&#8217;TERRAIN&#8217; address=&#8217;india&#8217; width=&#8217;500px&#8217; height=&#8217;350px&#8217; zoom=&#8217;5&#8242; map_icon=&#8217;http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png&#8217;<code>]<\/code><\/p>\n<p>        <script type=\"text\/javascript\">\n            function setMapAddress(address) {\n                var geocoder = new google.maps.Geocoder();\n                geocoder.geocode({address: address}, function (results, status) {\n                    if (status == google.maps.GeocoderStatus.OK) {\n                        var location = results[0].geometry.location;\n                        var options = {\n                            zoom: 5,\n                            center: location,\n                            mapTypeId: google.maps.MapTypeId.TERRAIN,\n                            streetViewControl: true,\n                            scrollwheel: false,\n                            draggable: true,\n                            panControl: true,\n                            zoomControl: true,\n                            zoomControlOptions: {\n                                style: google.maps.ZoomControlStyle.SMALL\n                            }\n                        };\n                        var mymap = new google.maps.Map(document.getElementById('1768180057'), options);\n                        var marker = new google.maps.Marker({\n                            map: mymap,\n                            flat: true,\n                            icon: 'http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png',\n                            position: results[0].geometry.location,\n                                });\n                        var infowindow = new google.maps.InfoWindow({\n                            content: \"india\"\n                        });\n                        google.maps.event.addListener(marker, 'click', function () {\n                            infowindow.open(mymap, marker);\n                        });\n                    }\n                });\n            }\n            setMapAddress(\"india\");\n        <\/script>\n        <div class=\"marB18\">\n            <div id=\"1768180057\" style=\"width: 100%;height:350px\"><\/div>\n        <\/div>\n        <br \/>\n        <h3 class=\"sol_header\" style=\"margin-top:5px;margin-bottom:5px\" >satellite<\/h3>\n        <\/p>\n<p><code>[<\/code>sol_map type=&#8217;SATELLITE&#8217; address=&#8217;india&#8217; width=&#8217;500px&#8217; height=&#8217;350px&#8217; zoom=&#8217;5&#8242; map_icon=&#8217;http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png&#8217;<code>]<\/code><\/p>\n<p>        <script type=\"text\/javascript\">\n            function setMapAddress(address) {\n                var geocoder = new google.maps.Geocoder();\n                geocoder.geocode({address: address}, function (results, status) {\n                    if (status == google.maps.GeocoderStatus.OK) {\n                        var location = results[0].geometry.location;\n                        var options = {\n                            zoom: 5,\n                            center: location,\n                            mapTypeId: google.maps.MapTypeId.SATELLITE,\n                            streetViewControl: true,\n                            scrollwheel: false,\n                            draggable: true,\n                            panControl: true,\n                            zoomControl: true,\n                            zoomControlOptions: {\n                                style: google.maps.ZoomControlStyle.SMALL\n                            }\n                        };\n                        var mymap = new google.maps.Map(document.getElementById('979234524'), options);\n                        var marker = new google.maps.Marker({\n                            map: mymap,\n                            flat: true,\n                            icon: 'http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png',\n                            position: results[0].geometry.location,\n                                });\n                        var infowindow = new google.maps.InfoWindow({\n                            content: \"india\"\n                        });\n                        google.maps.event.addListener(marker, 'click', function () {\n                            infowindow.open(mymap, marker);\n                        });\n                    }\n                });\n            }\n            setMapAddress(\"india\");\n        <\/script>\n        <div class=\"marB18\">\n            <div id=\"979234524\" style=\"width: 100%;height:350px\"><\/div>\n        <\/div>\n        <br \/>\n        <h3 class=\"sol_header\" style=\"margin-top:5px;margin-bottom:5px\" >hybrid<\/h3>\n        <\/p>\n<p><code>[<\/code>sol_map type=&#8217;HYBRID&#8217; address=&#8217;india&#8217; width=&#8217;500px&#8217; height=&#8217;350px&#8217; zoom=&#8217;5&#8242; map_icon=&#8217;http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png&#8217;<code>]<\/code><\/p>\n        <script type=\"text\/javascript\">\n            function setMapAddress(address) {\n                var geocoder = new google.maps.Geocoder();\n                geocoder.geocode({address: address}, function (results, status) {\n                    if (status == google.maps.GeocoderStatus.OK) {\n                        var location = results[0].geometry.location;\n                        var options = {\n                            zoom: 5,\n                            center: location,\n                            mapTypeId: google.maps.MapTypeId.HYBRID,\n                            streetViewControl: true,\n                            scrollwheel: false,\n                            draggable: true,\n                            panControl: true,\n                            zoomControl: true,\n                            zoomControlOptions: {\n                                style: google.maps.ZoomControlStyle.SMALL\n                            }\n                        };\n                        var mymap = new google.maps.Map(document.getElementById('1219309883'), options);\n                        var marker = new google.maps.Marker({\n                            map: mymap,\n                            flat: true,\n                            icon: 'http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png',\n                            position: results[0].geometry.location,\n                                });\n                        var infowindow = new google.maps.InfoWindow({\n                            content: \"india\"\n                        });\n                        google.maps.event.addListener(marker, 'click', function () {\n                            infowindow.open(mymap, marker);\n                        });\n                    }\n                });\n            }\n            setMapAddress(\"india\");\n        <\/script>\n        <div class=\"marB18\">\n            <div id=\"1219309883\" style=\"width: 100%;height:350px\"><\/div>\n        <\/div>\n        \n","protected":false},"excerpt":{"rendered":"<p>[sol_map type=&#8217;ROADMAP&#8217; address=&#8217;india&#8217; width=&#8217;500px&#8217; height=&#8217;350px&#8217; zoom=&#8217;5&#8242; map_icon=&#8221;] [sol_map type=&#8217;TERRAIN&#8217; address=&#8217;india&#8217; width=&#8217;500px&#8217; height=&#8217;350px&#8217; zoom=&#8217;5&#8242; map_icon=&#8217;http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png&#8217;] [sol_map type=&#8217;SATELLITE&#8217; address=&#8217;india&#8217; width=&#8217;500px&#8217; height=&#8217;350px&#8217; zoom=&#8217;5&#8242; map_icon=&#8217;http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png&#8217;] [sol_map type=&#8217;HYBRID&#8217; address=&#8217;india&#8217; width=&#8217;500px&#8217; height=&#8217;350px&#8217; zoom=&#8217;5&#8242; map_icon=&#8217;http:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-content\/uploads\/2016\/05\/pin.png&#8217;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"footnotes":""},"class_list":["post-225","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Custom Map Shortcode - MusicTune<\/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:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom Map Shortcode - MusicTune\" \/>\n<meta property=\"og:url\" content=\"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/\" \/>\n<meta property=\"og:site_name\" content=\"MusicTune\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-25T13:07:11+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/custom-map-shortcode\\\/\",\"url\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/custom-map-shortcode\\\/\",\"name\":\"Custom Map Shortcode - MusicTune\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/#website\"},\"datePublished\":\"2016-06-27T06:37:46+00:00\",\"dateModified\":\"2024-01-25T13:07:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/custom-map-shortcode\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/custom-map-shortcode\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/custom-map-shortcode\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Custom Map Shortcode\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/#website\",\"url\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/\",\"name\":\"MusicTune\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/musictune\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Custom Map Shortcode - MusicTune","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:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/","og_locale":"en_US","og_type":"article","og_title":"Custom Map Shortcode - MusicTune","og_url":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/","og_site_name":"MusicTune","article_modified_time":"2024-01-25T13:07:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/","url":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/","name":"Custom Map Shortcode - MusicTune","isPartOf":{"@id":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/#website"},"datePublished":"2016-06-27T06:37:46+00:00","dateModified":"2024-01-25T13:07:11+00:00","breadcrumb":{"@id":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/custom-map-shortcode\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/"},{"@type":"ListItem","position":2,"name":"Custom Map Shortcode"}]},{"@type":"WebSite","@id":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/#website","url":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/","name":"MusicTune","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-json\/wp\/v2\/pages\/225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-json\/wp\/v2\/comments?post=225"}],"version-history":[{"count":1,"href":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-json\/wp\/v2\/pages\/225\/revisions"}],"predecessor-version":[{"id":477,"href":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-json\/wp\/v2\/pages\/225\/revisions\/477"}],"wp:attachment":[{"href":"https:\/\/demo.solwininfotech.com\/wordpress\/musictune\/wp-json\/wp\/v2\/media?parent=225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}