bradcornford / Googlmapper

An easy way to integrate Google Maps with Laravel
MIT License
464 stars 142 forks source link

mapTypeControl #248

Closed giuseppeauteri closed 6 years ago

giuseppeauteri commented 6 years ago

Hi, i can't setting mapTypeControl.

Mapper::map(lat, lng, [ 'fullscreenControl'=>false, 'mapTypeControl'=>false, ])

mapTypeControl is ignored

thnx for your help

giuseppeauteri commented 6 years ago

Fixed

added

mapTypeControl: @if ($options['mapTypeControl']) true @else false @endif, in map.blade.php line 20

bradcornford commented 6 years ago

Hi there,

This should already be in the package. Perhaps you need to re-publish the packages assets.