{"id":11021,"date":"2010-10-28T17:54:21","date_gmt":"2010-10-28T17:54:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/google-maps-v3-shortcode\/"},"modified":"2011-08-12T05:20:25","modified_gmt":"2011-08-12T05:20:25","slug":"google-maps-v3-shortcode","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/google-maps-v3-shortcode\/","author":6609602,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2.1","stable_tag":"1.2.1","tested":"3.21","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"Google Maps v3 Shortcode","header_author":"yohda","header_description":"","assets_banners_color":"","last_updated":"2017-11-28 17:06:51","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/gis.yohman.com\/gmaps-plugin\/","header_plugin_uri":"http:\/\/gis.yohman.com","header_author_uri":"http:\/\/gis.yohman.com\/","rating":4,"author_block_rating":0,"active_installs":2000,"downloads":75774,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.2.1":"<ul>\n<li>fixed bug that was not allowing Google My Map KML to display<\/li>\n<li>added option to disable scroll wheel zoom<\/li>\n<li>added option to display scale bar<\/li>\n<\/ul>","1.0":"<ul>\n<li>First release<\/li>\n<\/ul>"},"ratings":{"1":"1","2":0,"3":0,"4":"2","5":"3"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.02","1.1","1.2","1.2.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[150,1571,32080,5327,33058],"plugin_category":[43,49,55],"plugin_contributors":[79384],"plugin_business_model":[],"class_list":["post-11021","plugin","type-plugin","status-closed","hentry","plugin_tags-google","plugin_tags-google-maps","plugin_tags-google-maps-api","plugin_tags-kml","plugin_tags-network-links","plugin_category-customization","plugin_category-maps-and-location","plugin_category-seo-and-marketing","plugin_contributors-yohman","plugin_committers-yohman"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/google-maps-v3-shortcode.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin allows you to add a google map into your post\/page using shortcodes.<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>default world map<\/li>\n<li>show\/hide map controls<\/li>\n<li>set map size<\/li>\n<li>set zoom level<\/li>\n<li>set map type<\/li>\n<li>multiple maps on the same post<\/li>\n<li>set location by latitude\/longitude<\/li>\n<li>set location by address<\/li>\n<li>add marker<\/li>\n<li>Info windows<\/li>\n<li>show\/hide infowindow by default<\/li>\n<li>add custom image as map icon<\/li>\n<li>add KML via URL link<\/li>\n<li>option to disable autozoom to KML bounds<\/li>\n<li>add a Fusion Table Layer<\/li>\n<li>show traffic<\/li>\n<li>show bike lanes<\/li>\n<li>disable scroll wheel zoom<\/li>\n<li>add scale bar<\/li>\n<\/ul>\n\n<p>See a full description here:<\/p>\n\n<p>http:\/\/gis.yohman.com\/gmaps-plugin\/<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>e.g.<\/p>\n\n<ol>\n<li>Upload <code>google-maps-v3-shortcode<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add shortcodes in your posts (ex: [map address=\"New York, USA\"])<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Is there documentation for this plugin?<\/dt>\n<dd><p>Yes! See a full description of available shortcodes here:<\/p>\n\n<p>http:\/\/gis.yohman.com\/gmaps-plugin\/<\/p><\/dd>\n<dt>How do I add a map to my post<\/dt>\n<dd><p>Using shortcodes in the edit box for your post.  The address parameter for the address, and the \"z\" parameter for zoom level (ex: 0=world, 20=really zoomed in)<\/p>\n\n<p>Ex: [map address=\"New York, USA\" z=\"15\"]<\/p><\/dd>\n<dt>Can I add multiple maps to the same post?<\/dt>\n<dd><p>Yes!  But make sure you use the \"id\" parameter to create unique id's for each map.<\/p>\n\n<p>Ex: \n[map id=\"map1\" address=\"New York, USA\"]\n[map id=\"map2\" address=\"Los Angeles, USA\"]<\/p><\/dd>\n<dt>Can I change the size of the map?<\/dt>\n<dd><p>Yes!  Just add your own width and height parameters (the default is 400x300).<\/p>\n\n<p>Ex:\n[map w=\"200\" h=\"100\"]<\/p><\/dd>\n<dt>Can you add info bubbles?<\/dt>\n<dd><p>Yes!  Add the \"infowindow\" parameter<\/p>\n\n<p>Ex:\n[map address=\"New York\" marker=\"yes\" infowindow=\"Hello New York!\"]<\/p><\/dd>\n<dt>Can you add KML's?<\/dt>\n<dd><p>Yes!  Just provide the url link to the KML file.  The map will auto center and zoom to the extent of your KML.<\/p>\n\n<p>Ex:\n[map kml=\"http:\/\/gmaps-samples.googlecode.com\/svn\/trunk\/ggeoxml\/cta.kml\"]<\/p><\/dd>\n<dt>Can you add Fusion Table Layers?<\/dt>\n<dd><p>Yes!  Just provide the Fusion Layer ID as \"fusion\" parameter.<\/p>\n\n<p>Ex:\n[map address=\"90095\" z=9 fusion=\"825831\"]<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>fixed bug that was not allowing Google My Map KML to display<\/li>\n<li>added option to disable scroll wheel zoom<\/li>\n<li>added option to display scale bar<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>added support for fusion table layers<\/li>\n<li>added option to disable autozoom to KML bounds<\/li>\n<li>added bike layer support<\/li>\n<li>added ability to show info window by default<\/li>\n<li>added ability to hide map controls<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Added info window support<\/li>\n<li>Got rid of red border around maps<\/li>\n<li>Fixed bug that did not geocode maps in IE<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"This plugin allows you to add one or more maps (via the Google Maps v3 API) to your page\/post using shortcodes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/11021","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=11021"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/yohman"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=11021"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=11021"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=11021"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=11021"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=11021"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=11021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}