开发者 | royaltechbd |
---|---|
更新时间 | 2014年3月2日 13:23 |
捐献地址: | 去捐款 |
google-maps-v3-shortcode
directory to the /wp-content/plugins/
directoryhttp://royaltechbd.com/royal-google-maps-plugin-for-wordpress/ You can ask any question here.
Using shortcodes in the edit box for your post. The address parameter for the address, and the "zoom" parameter for zoom level (ex: 20=really zoomed in, 0=full world)
Ex:
[royalmap address="Dhaka, Bangladesh" zoom="10"]
Yes! But make sure you use the "id" parameter to create unique id's for each map.
Ex:
[royalmap id="map1" address="Dhaka, Bangladesh"]
[royalmap id="map2" address="Khulna, Bangladesh"]
Yes! Just add your own width and height parameters (the default is 100%x400).
Ex:
[royalmap w="200" h="100"]
Yes! Add the "infowindow" parameter
Ex:
[royalmap address="Mirpur, Dhaka" marker="yes" infowindow="Hello Dhaka!"]
Yes! Just provide the url link to the KML file. The map will auto center and zoom to the extent of your KML.
Ex:
[royalmap kml="http://example.com/svn/trunk/ggeoxml/example.kml"]
Yes! Just provide the Fusion Layer ID as "fusion" parameter.
Ex:
[royalmap address="90095" z=9 fusion="825831"]