dosamigos\google\maps\Map::__construct PHP Метод

__construct() публичный Метод

public __construct ( array $config = [] )
$config array
    public function __construct($config = [])
    {
        $this->options = ArrayHelper::merge(['backgroundColor' => null, 'center' => null, 'disableDefaultUI' => null, 'disableDoubleClickZoom' => null, 'draggable' => null, 'draggableCursor' => null, 'draggingCursor' => null, 'heading' => null, 'keyboardShortcuts' => null, 'mapMaker' => null, 'mapTypeControl' => null, 'mapTypeControlOptions' => null, 'mapTypeId' => null, 'maxZoom' => null, 'minZoom' => null, 'noClear' => null, 'overviewMapControl' => null, 'overviewMapControlOptions' => null, 'panControl' => null, 'panControlOptions' => null, 'rotateControl' => null, 'rotateControlOptions' => null, 'scaleControl' => null, 'scaleControlOptions' => null, 'scrollwheel' => null, 'streetView' => null, 'streetViewControl' => null, 'streetViewControlOptions' => null, 'styles' => null, 'tilt' => null, 'zoom' => null, 'zoomControl' => null, 'zoomControlOptions' => null], $this->options);
        parent::__construct($config);
    }