/**
* Class constructor
- *
- * @access public
+ *
+ * @access public
*/
public function __construct()
{
/**
* Description of getMemberXML
- *
+ *
* @param array $members Members array
- *
+ *
* @return DOMDocument
- * @access public
+ * @access public
*/
public function getMemberXML(array $members)
{
/**
* Description for toHtml
- *
+ *
* @param string $id Description of $id
* @param string $w Description of $w
* @param string $h Description of $h
- *
- * @return string
+ *
+ * @return string
*/
- public function toHtml($id = "map-canvas", $w = "100%", $h = "300px")
+ public function toHtml($id = "map-canvas", $w = "100%", $h = "400px")
{
$GLOBALS['bottomScripts'][]
= BASE_URL . 'Toolkit/Members/libjs/google-map.js';