The function addGeoObjects misses the parameter
$radius, so it also calls the method addGeoObject()
without any radius parameter.
Solution:
- add parameter $radius=0 to addGoeObjects() function
in line 284
- add $radius to the function call of
$this->addGeoObject(...) in line 424