{"id":1859,"date":"2015-11-19T17:07:25","date_gmt":"2015-11-19T11:37:25","guid":{"rendered":"http:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/?page_id=1859"},"modified":"2024-01-01T11:52:41","modified_gmt":"2024-01-01T06:22:41","slug":"custom-map-shortcode","status":"publish","type":"page","link":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/custom-map-shortcode\/","title":{"rendered":"Custom Map Shortcode"},"content":{"rendered":"<p>        <h3 class=\"sol_header\" style=\"margin-top:5px;margin-bottom:5px\" >roadmap<\/h3>\r\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\">\r\n            function setMapAddress(address) {\r\n                var geocoder = new google.maps.Geocoder();\r\n                geocoder.geocode({address: address}, function (results, status) {\r\n                    if (status == google.maps.GeocoderStatus.OK) {\r\n                        var location = results[0].geometry.location;\r\n                        var options = {\r\n                            zoom: 5,\r\n                            center: location,\r\n                            mapTypeId: google.maps.MapTypeId.ROADMAP,\r\n                            streetViewControl: true,\r\n                            scrollwheel: false,\r\n                            draggable: true,\r\n                            panControl: true,\r\n                            zoomControl: true,\r\n                            zoomControlOptions: {\r\n                                style: google.maps.ZoomControlStyle.SMALL\r\n                            }\r\n                        };\r\n                        var mymap = new google.maps.Map(document.getElementById('963798666'), options);\r\n                        var marker = new google.maps.Marker({\r\n                            map: mymap,\r\n                            flat: true,\r\n                            icon: '',\r\n                            position: results[0].geometry.location\r\n                        });\r\n                        var infowindow = new google.maps.InfoWindow({\r\n                            content: \"india\"\r\n                        });\r\n                        google.maps.event.addListener(marker, 'click', function () {\r\n                            infowindow.open(mymap, marker);\r\n                        });\r\n                    }\r\n                });\r\n            }\r\n            setMapAddress(\"india\");\r\n        <\/script>\r\n        <div class=\"marB18\">\r\n            <div id=\"963798666\" style=\"width: 100%;height:350px\"><\/div>\r\n        <\/div>\r\n        <br \/>\n        <h3 class=\"sol_header\" style=\"margin-top:5px;margin-bottom:5px\" >terrain<\/h3>\r\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\/jewelux\/wp-content\/uploads\/2015\/06\/pin.png&#8217;<code>]<\/code><\/p>\n<p>        <script type=\"text\/javascript\">\r\n            function setMapAddress(address) {\r\n                var geocoder = new google.maps.Geocoder();\r\n                geocoder.geocode({address: address}, function (results, status) {\r\n                    if (status == google.maps.GeocoderStatus.OK) {\r\n                        var location = results[0].geometry.location;\r\n                        var options = {\r\n                            zoom: 5,\r\n                            center: location,\r\n                            mapTypeId: google.maps.MapTypeId.TERRAIN,\r\n                            streetViewControl: true,\r\n                            scrollwheel: false,\r\n                            draggable: true,\r\n                            panControl: true,\r\n                            zoomControl: true,\r\n                            zoomControlOptions: {\r\n                                style: google.maps.ZoomControlStyle.SMALL\r\n                            }\r\n                        };\r\n                        var mymap = new google.maps.Map(document.getElementById('416753187'), options);\r\n                        var marker = new google.maps.Marker({\r\n                            map: mymap,\r\n                            flat: true,\r\n                            icon: 'http:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-content\/uploads\/2015\/06\/pin.png',\r\n                            position: results[0].geometry.location\r\n                        });\r\n                        var infowindow = new google.maps.InfoWindow({\r\n                            content: \"india\"\r\n                        });\r\n                        google.maps.event.addListener(marker, 'click', function () {\r\n                            infowindow.open(mymap, marker);\r\n                        });\r\n                    }\r\n                });\r\n            }\r\n            setMapAddress(\"india\");\r\n        <\/script>\r\n        <div class=\"marB18\">\r\n            <div id=\"416753187\" style=\"width: 100%;height:350px\"><\/div>\r\n        <\/div>\r\n        <br \/>\n        <h3 class=\"sol_header\" style=\"margin-top:5px;margin-bottom:5px\" >satellite<\/h3>\r\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\/jewelux\/wp-content\/uploads\/2015\/06\/pin.png&#8217;<code>]<\/code><\/p>\n<p>        <script type=\"text\/javascript\">\r\n            function setMapAddress(address) {\r\n                var geocoder = new google.maps.Geocoder();\r\n                geocoder.geocode({address: address}, function (results, status) {\r\n                    if (status == google.maps.GeocoderStatus.OK) {\r\n                        var location = results[0].geometry.location;\r\n                        var options = {\r\n                            zoom: 5,\r\n                            center: location,\r\n                            mapTypeId: google.maps.MapTypeId.SATELLITE,\r\n                            streetViewControl: true,\r\n                            scrollwheel: false,\r\n                            draggable: true,\r\n                            panControl: true,\r\n                            zoomControl: true,\r\n                            zoomControlOptions: {\r\n                                style: google.maps.ZoomControlStyle.SMALL\r\n                            }\r\n                        };\r\n                        var mymap = new google.maps.Map(document.getElementById('883648043'), options);\r\n                        var marker = new google.maps.Marker({\r\n                            map: mymap,\r\n                            flat: true,\r\n                            icon: 'http:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-content\/uploads\/2015\/06\/pin.png',\r\n                            position: results[0].geometry.location\r\n                        });\r\n                        var infowindow = new google.maps.InfoWindow({\r\n                            content: \"india\"\r\n                        });\r\n                        google.maps.event.addListener(marker, 'click', function () {\r\n                            infowindow.open(mymap, marker);\r\n                        });\r\n                    }\r\n                });\r\n            }\r\n            setMapAddress(\"india\");\r\n        <\/script>\r\n        <div class=\"marB18\">\r\n            <div id=\"883648043\" style=\"width: 100%;height:350px\"><\/div>\r\n        <\/div>\r\n        <br \/>\n        <h3 class=\"sol_header\" style=\"margin-top:5px;margin-bottom:5px\" >hybrid<\/h3>\r\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\/jewelux\/wp-content\/uploads\/2015\/06\/pin.png&#8217;<code>]<\/code><\/p>\n        <script type=\"text\/javascript\">\r\n            function setMapAddress(address) {\r\n                var geocoder = new google.maps.Geocoder();\r\n                geocoder.geocode({address: address}, function (results, status) {\r\n                    if (status == google.maps.GeocoderStatus.OK) {\r\n                        var location = results[0].geometry.location;\r\n                        var options = {\r\n                            zoom: 5,\r\n                            center: location,\r\n                            mapTypeId: google.maps.MapTypeId.HYBRID,\r\n                            streetViewControl: true,\r\n                            scrollwheel: false,\r\n                            draggable: true,\r\n                            panControl: true,\r\n                            zoomControl: true,\r\n                            zoomControlOptions: {\r\n                                style: google.maps.ZoomControlStyle.SMALL\r\n                            }\r\n                        };\r\n                        var mymap = new google.maps.Map(document.getElementById('609288418'), options);\r\n                        var marker = new google.maps.Marker({\r\n                            map: mymap,\r\n                            flat: true,\r\n                            icon: 'http:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-content\/uploads\/2015\/06\/pin.png',\r\n                            position: results[0].geometry.location\r\n                        });\r\n                        var infowindow = new google.maps.InfoWindow({\r\n                            content: \"india\"\r\n                        });\r\n                        google.maps.event.addListener(marker, 'click', function () {\r\n                            infowindow.open(mymap, marker);\r\n                        });\r\n                    }\r\n                });\r\n            }\r\n            setMapAddress(\"india\");\r\n        <\/script>\r\n        <div class=\"marB18\">\r\n            <div id=\"609288418\" style=\"width: 100%;height:350px\"><\/div>\r\n        <\/div>\r\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\/jewelux\/wp-content\/uploads\/2015\/06\/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\/jewelux\/wp-content\/uploads\/2015\/06\/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\/jewelux\/wp-content\/uploads\/2015\/06\/pin.png&#8217;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1859","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 - JewelUX<\/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\/jewelux\/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 - JewelUX\" \/>\n<meta property=\"og:url\" content=\"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/custom-map-shortcode\/\" \/>\n<meta property=\"og:site_name\" content=\"JewelUX\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-01T06:22:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-content\/uploads\/2016\/02\/JewelUX-Responsive-Premium-WooCommerce-WordPress-Theme.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\\\/jewelux\\\/custom-map-shortcode\\\/\",\"url\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/custom-map-shortcode\\\/\",\"name\":\"Custom Map Shortcode - JewelUX\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/#website\"},\"datePublished\":\"2015-11-19T11:37:25+00:00\",\"dateModified\":\"2024-01-01T06:22:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/custom-map-shortcode\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/custom-map-shortcode\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/custom-map-shortcode\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Custom Map Shortcode\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/#website\",\"url\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/\",\"name\":\"JewelUX\",\"description\":\"Luxurious Jewelry Store\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/demo.solwininfotech.com\\\/wordpress\\\/jewelux\\\/?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 - JewelUX","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\/jewelux\/custom-map-shortcode\/","og_locale":"en_US","og_type":"article","og_title":"Custom Map Shortcode - JewelUX","og_url":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/custom-map-shortcode\/","og_site_name":"JewelUX","article_modified_time":"2024-01-01T06:22:41+00:00","og_image":[{"width":820,"height":350,"url":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-content\/uploads\/2016\/02\/JewelUX-Responsive-Premium-WooCommerce-WordPress-Theme.jpg","type":"image\/jpeg"}],"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\/jewelux\/custom-map-shortcode\/","url":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/custom-map-shortcode\/","name":"Custom Map Shortcode - JewelUX","isPartOf":{"@id":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/#website"},"datePublished":"2015-11-19T11:37:25+00:00","dateModified":"2024-01-01T06:22:41+00:00","breadcrumb":{"@id":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/custom-map-shortcode\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/custom-map-shortcode\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/custom-map-shortcode\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/"},{"@type":"ListItem","position":2,"name":"Custom Map Shortcode"}]},{"@type":"WebSite","@id":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/#website","url":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/","name":"JewelUX","description":"Luxurious Jewelry Store","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/?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\/jewelux\/wp-json\/wp\/v2\/pages\/1859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-json\/wp\/v2\/comments?post=1859"}],"version-history":[{"count":1,"href":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-json\/wp\/v2\/pages\/1859\/revisions"}],"predecessor-version":[{"id":2482,"href":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-json\/wp\/v2\/pages\/1859\/revisions\/2482"}],"wp:attachment":[{"href":"https:\/\/demo.solwininfotech.com\/wordpress\/jewelux\/wp-json\/wp\/v2\/media?parent=1859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}