Description
This plugin allows you to add one or more maps (via the Google Maps v3 API) to your page/post using shortcodes.
This plugin supports multiple markers per map !
Features:
- multiple maps on the same post
- multiple markers per map
- set map size
- set zoom level
- set map type
- set location by latitude/longitude
- set location by address
- add custom image as map icon
Installation
- Upload the
google-maps-v3-shortcode-multiple-markers
directory to the/wp-content/plugins/
directory - Activate the plugin through the
Plugins
menu in WordPress - Add shortcodes in your posts, e.g.
[MultipleMarkerMap id=”MultipleMarkerMapDemo” z=”12″ lat=”48.220162″ lon=”16.287525″ marker=”48.193054,16.261282,Bar,http://google-maps-icons.googlecode.com/files/cocktail.png|48.220162,16.287525,point-of-view,http://google-maps-icons.googlecode.com/files/beautiful.png” w=”690″ h=”442″]
FAQ
- How do I add a map to my post?
-
Use shortcode:
e.g.:
[MultipleMarkerMap id=”MultipleMarkerMapDemo” z=”12″ lat=”48.220162″ lon=”16.287525″ marker=”48.193054,16.261282,Bar,http://google-maps-icons.googlecode.com/files/cocktail.png|48.220162,16.287525,point-of-view,http://google-maps-icons.googlecode.com/files/beautiful.png” w=”690″ h=”442″] - 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.
e.g.:
[MultipleMarkerMap id=”MultipleMarkerMapDemo” z=”12″ lat=”48.220162″ lon=”16.287525″ marker=”48.193054,16.261282,Bar,http://google-maps-icons.googlecode.com/files/cocktail.png|48.220162,16.287525,point-of-view,http://google-maps-icons.googlecode.com/files/beautiful.png” w=”690″ h=”442″][MultipleMarkerMap id=”MultipleMarkerMapDemo2″ z=”12″ lat=”48.220162″ lon=”16.287525″ marker=”48.203054,16.261282,Bar,http://google-maps-icons.googlecode.com/files/cocktail.png|48.230162,16.287525,point-of-view,http://google-maps-icons.googlecode.com/files/beautiful.png” w=”690″ h=”442″]
- Can I add multiple markers on the same map?
-
Yes ! Just add following shortcode to your page or post (markers are separated with “|” )
[MultipleMarkerMap id=”MultipleMarkerMapDemo” z=”12″ lat=”48.220162″ lon=”16.287525″ marker=”48.193054,16.261282,Bar,http://google-maps-icons.googlecode.com/files/cocktail.png|48.220162,16.287525,point-of-view,http://google-maps-icons.googlecode.com/files/beautiful.png” w=”690″ h=”442″]
- Can I change the size of the map?
-
Yes! Just add your own width and height parameters (the default is 400×300).
Ex:
[MultipleMarkerMap w=”200″ h=”100″]
Reviews
Contributors and Developers
“Google Maps v3 Shortcode multiple Markers” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Google Maps v3 Shortcode multiple Markers” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
1.0
- First release