yii2-google-maps-library icon indicating copy to clipboard operation
yii2-google-maps-library copied to clipboard

Google Maps API library for Yii2

Results 53 yii2-google-maps-library issues
Sort by recently updated
recently updated
newest added

I would like to add an event listener to a marker. I have tried various things and am unable to see anything in the source that will help. i.e. $map->event->addListener($marker,...

question

When i tried to implement the polylines i got error as **$coords must be an array of "dosamigos\google\maps\LatLng" objects** I have already refered issue[#48](https://github.com/2amigos/yii2-google-maps-library/issues/48) and implemented accordingly. after further debugging,...

This line "$map->width = 100%;" leads to YII2 Syntax error. Cause width is expected to be an integer. But documentation says we can use % here. After few tries i...

In my case, I want the map to fill the whole page, so the container is absolute positioned with top, bottom, left and right 0px. To make this work I...

How to use MarkerClusterer with this extension?

Hi, I'm having some trouble setting the styles option.. Your docs say to specify this as an array so I've tried several variations: $map = new Map([ 'center' => $coord,...

bug

Will add the 'map clustener'? https://github.com/googlemaps/js-marker-clusterer

enhancement
help wanted

I'm getting a dependency conflict because you are requiring the guzzlehttp version 4.*. The aws/aws-sdk-php requires guzzlehttp/guzzle: ~5.3|~6.0.1|~6. Could you update your dependency library? See below: `Your requirements could not...

What would be the most efficient way to load a large amount of markers (i.e. 100,000+) using this plugin?

enhancement

how i can change the event click on markes, i dont want to call InfoWindow i want load a new page

question