Google Maps v3 Shortcode
This plugin allows you to add one or more maps (via the Google Maps v3 API) to your page/post using shortcodes.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5255 days ago • 6 reviews
Is Google Maps v3 Shortcode abandoned?
Possibly abandoned (last update 5255 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin allows you to add a google map into your post/page using shortcodes.
Features:
- default world map
- show/hide map controls
- set map size
- set zoom level
- set map type
- multiple maps on the same post
- set location by latitude/longitude
- set location by address
- add marker
- Info windows
- show/hide infowindow by default
- add custom image as map icon
- add KML via URL link
- option to disable autozoom to KML bounds
- add a Fusion Table Layer
- show traffic
- show bike lanes
- disable scroll wheel zoom
- add scale bar
See a full description here:
http://gis.yohman.com/gmaps-plugin/
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
google-maps-v3-shortcodedirectory to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Add shortcodes in your posts (ex: [map address=”New York, USA”])
Frequently Asked Questions
Is there documentation for this plugin?
Yes! See a full description of available shortcodes here:
http://gis.yohman.com/gmaps-plugin/
How do I add a map to my post
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)
Ex: [map address=”New York, USA” z=”15″]
Can I add multiple maps to the same post?
Yes! But make sure you use the “id” parameter to create unique id’s for each map.
Ex:
[map id=”map1″ address=”New York, USA”]
[map id=”map2″ address=”Los Angeles, USA”]
Can I change the size of the map?
Yes! Just add your own width and height parameters (the default is 400×300).
Ex:
[map w=”200″ h=”100″]
Can you add info bubbles?
Yes! Add the “infowindow” parameter
Ex:
[map address=”New York” marker=”yes” infowindow=”Hello New York!”]
Can you add KML’s?
Yes! Just provide the url link to the KML file. The map will auto center and zoom to the extent of your KML.
Ex:
[map kml=”http://gmaps-samples.googlecode.com/svn/trunk/ggeoxml/cta.kml”]
Can you add Fusion Table Layers?
Yes! Just provide the Fusion Layer ID as “fusion” parameter.
Ex:
[map address=”90095″ z=9 fusion=”825831″]
Review feed
Screenshots
Changelog
1.2.1
- fixed bug that was not allowing Google My Map KML to display
- added option to disable scroll wheel zoom
- added option to display scale bar
1.2
- added support for fusion table layers
- added option to disable autozoom to KML bounds
- added bike layer support
- added ability to show info window by default
- added ability to hide map controls
1.1
- Added info window support
- Got rid of red border around maps
- Fixed bug that did not geocode maps in IE
1.0
- First release