ivory-google-map
ivory-google-map copied to clipboard
Google Map API v3 integration for PHP 5.6+.
Hello, i've followed the instruction and installed ``` egeloen/google-map v.2.0.2, egeloen/serialiser v1.0.0 guzzlehttp/guzzle v6.3.3, php-http/message v.1.6.0 ``` I'm trying to render map in twig using: `{{ ivory_google_map(map) }}` But, i'm...
Hello, I have issues placing multiple maps on a single page. The problem is that there's only one single callback function: `https://www.google.com/jsapi?callback=ivory_google_map_load` In this function the one map is rendered...
Hello, when including the MarkerClusterer, I get: ``` markerclusterer.min.js:1 Uncaught TypeError: a.getPosition is not a function at MarkerClusterer.isMarkerInBounds_ (markerclusterer.min.js:1) at MarkerClusterer.createClusters_ (markerclusterer.min.js:1) at MarkerClusterer.setReady_ (markerclusterer.min.js:1) at MarkerClusterer.onAdd (markerclusterer.min.js:1) at MarkerClusterer.Wz...
Hello, I add an info window as on click event to some marker ike this: ``` $infoWindow = new InfoWindow($overlayConfig->infoWindowText); $infoWindow->setPixelOffset(new Size($overlayConfig->infoWindowAnchorX, $overlayConfig->infoWindowAnchorY)); $infoWindow->setOpenEvent(MouseEvent::CLICK); $infoWindow->setAutoOpen(true); ``` But the info window...
Hello, I use the following code to set my own clusterer image: `$clusterer->setOption('imagePath', $imagePath);` Basically it works as intended. But in the generated JavaScript, there's the string "1.png" appended to...
There are no place to put my google app_key when i use DistanceMatrixRequest
With an example from the documentation I am getting this: > The type "Ivory\GoogleMap\Service\Direction\Response\DirectionResponse" is not valid. It was caused by an exception > Expected a token type "5", got...
Hello, at first thanks for the great plugin you've put together!! I found an issue in StylesheetTagRenderer.php. Currently in that file we have: ``` return $this->getTagRenderer()->render( 'style', $formatter->renderLines([ $name.$formatter->renderSeparator().'{', $formatter->renderIndentation($formatter->renderLines($tagStylesheets,...
If I use a MarkerCluster object: ``` use Ivory\GoogleMap\Overlay\MarkerClusterType; $map->getOverlayManager()->getMarkerCluster()->setType(MarkerClusterType::MARKER_CLUSTERER); ``` How can I reference that overlay later in javascript for, for instance, toggle it? What is it variable name...
Hi, since few days, I face this issue when calling geocode request. I got a 500 error : cURL error 6: name lookup timed out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) When I pass...