farhanwazir / laravelgooglemaps

Laravel Google Maps Package
MIT License
152 stars 112 forks source link

Add fullScreen control option support #10

Closed wissamdagher closed 7 years ago

wissamdagher commented 7 years ago
public $enableFullScreenControl = false;                    // If set to TRUE will enable full screen control

//Added for full screen control if ($this->enableFullScreenControl) { $this->output_js_contents .= ', fullscreenControl: true'; }

farhanwazir commented 7 years ago

Merged in latest release.