public String getJSconstructor()
{
Constructor constructor = new Constructor("google.maps.GroundOverlay");
constructor.addString(imageUrl);
constructor.add(bounds.getJSconstructor());
return constructor.toJS();
}
/**
* @see wicket.contrib.gmap.api.GOverlay#updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget,
* wicket.contrib.gmap.api.GEvent)