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 created a key from Embed Maps API and the extension didn't work. There is a console browser message that displays an error from Google: NO_API-KEY What Google API Key...

This is probably a feature request, but is there a way to draw polygons or create a marker point with this library. I can't seem to find anything on this....

Can you tell me if it's possible to create a custom legend for a map (like this [https://developers.google.com/maps/documentation/javascript/adding-a-legend](https://developers.google.com/maps/documentation/javascript/adding-a-legend))? I can't see a way of doing it but I'm not enough...

Hello, Composer 1 is giving this warning. Full message: ``` Deprecation Notice: Class dosamigos\google\maps\RotateControlOptions located in ./vendor/2amigos/yii2-google-maps-library/controls/RotateControlOptions.php does not comply with psr-4 autoloading standard. It will not autoload anymore in...

I'm adding a custom markter: `$marker = new Marker([ 'position' => COORDINATES, 'title' => SOME_TITLE, 'label' => "14", 'icon' => MY_PNG, ]);` It shows my custom marker but no label,...

I need to render polygons on google maps using this library. I store my cordinateds as geomtry data type on postgis postgres [https://postgis.net/docs/geometry.html]. So my coordinates are not a human...

Hello, via composer installed this package. When i copy paste "service" below in readme i get Uncaught ReferenceError: google is not defined. Even when i have in view on top...

under investigation

It is not a good idea to require this extension in a third party project. Each takes care of itself. Please make a new release.

Hi! How I can get distanse between cities array?