Function printGoogleMap
Output the google map
Package: plugins\googlemap
Author: Stephen Billard (sbillard), Vincent Bourganel (vincent3569)
Located at zp-extensions/GoogleMap.php
Author: Stephen Billard (sbillard), Vincent Bourganel (vincent3569)
Located at zp-extensions/GoogleMap.php
string |
$text = NULL |
text for the "toggle" link that shows/hides the map. Set empty to omit (then Map is always displayed) |
string |
$id = NULL |
used to set the IDs for the toggle href element ($id_toggle) and the map element ($id_data) |
string |
$hide = NULL |
initial map state: "hide", "show", or "colorbox" |
object |
$obj = NULL |
optional image/album object. Pass string for generic map and use callback to set points |
function |
$callback = NULL |
optional callback function to set map options. |