Googlmapper: The map does not show
Hello,
I am trying to use Googlemapper in Laravel 5.4 and experience the problem. I believe I have everything configured correctly and now in my view I just simply have:
<div style="width: 500px; height: 500px;">
{!! Mapper::render() !!}
</div>
However the map does not show and there is just a blank space. Any ideas why it could be? Thank you 😃
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (7 by maintainers)
Replace the line
use Cornford\Googlmapper\Mapper;withuse Mapper;