public function init()
 {
     parent::init();
     if (!isset($this->options['id'])) {
         $this->options['id'] = $this->getId();
     }
     CoordinatesPickerAsset::register($this->view);
 }
 public function init()
 {
     parent::init();
     CoordinatesPickerAsset::register($this->view);
 }