GoogleMapPRO plugins
The article plugin is not completely done. The plugin is still in BETA!
This is an example of how the string could look:
{googleproStandard 2 setcenter="56.6,9.8" width="100%" height="400px" zoomlevel="7" findAddress="1" routing="1" load_onstart="1" weather="1" custom="1"}
Moreover the plugin itself have parameters on it.
Documentation:
The plan is that the article plugin can handle all the views the component can handle. However at this moment, the article plugin can only handle the standard view.
To shortly explain the article plugin, I will divide the string up into sections.
The plugin is also accompanied with some parameters. The parameters are global for the plugin, and can not be altered in the string. The parameters found on the plugin is somewhat the same as some of the category parameters, and therefore they will not be explained further. To know what these parameters do, read the documentation for the component.
googleproStandard:
The standard view. The only view available at this moment for the plugin.
setcenter="56.6,9.8"
The center of the map. This should always be filled out. A required field so to say.
width="100%"
The width of the map. This is said in % or px. Another example could be : 400px
height="400px"
The heightof the map. This is said in px ONLY. If % is used, the map height will be none.
zoomlevel="7"
The zoomlevel the map starts with. Ranges from intervals from 1-15.
findAddress="1"
Enable the find address feature by typing 1 in findAddress. If you ignore this field or type 0, the findAdress feauture will be ignored and left out.
routing="1"
Enable routeplanning on the map. If ignored or set t 0, the routeplanning will be ignored.
load_onstart="1"
If this is set to 1, the first marker will load onstart. This means the infowindow will show up on load if value is set to 1. If set to 0 or ignored, this will be ignored.
weather="1"
If enabled the weather will be shown on the markers if an address is typed. If ignored or 0, weather will not be shown.
custom="1"
If this is set to 1, then custom infowindows will be shown. If ignored or set to 0, standrad infowindows will be used.



