ivory-google-map
ivory-google-map copied to clipboard
Google Map API v3 integration for PHP 5.6+.
Can we use javascript to to filter somehow map with multiple markers loaded? I have already pass custom options to markers. $marker->setOption('key1', 'key1_value' );
Hi! Laravel 5.6 return an error when I try to install the package. All list of error finishing with message: `Conclusion: remove symfony/event-dispatcher v4.1.4` Also I found: `egeloen/google-map 2.0.x-dev requires...
https://twitter.com/egeloen/status/949356450962399235
Hey there, Our site giving the warning prompt "This page can't load Google Maps correctly". In the console, we found the warning as "Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys"...
Add api key to callback since api key is required by google
need to update the composer.json file ``` { "name": "egeloen/google-map", "description": "Google Map API v3 integration for PHP 5.6+", "keywords": [ "google", "map" ], "license": "MIT", "authors": [ { "name":...
I have version conflict with Laravel symfony/event-dispatcher package. > composer require egeloen/google-map > Using version ^2.0 for egeloen/google-map > ./composer.json has been updated > Loading composer repositories with package information...
Hi. I'm currently on Laravel 5.4 and need your urgent advise, 'cause all my effords to make a $map->getOverlayManager()->addPolyline($polyline); or $map->getOverlayManager()->addPolylines([$polyline1, $polyline2]); is ended with light-grey screen in place of...