yii2-google-maps-library
yii2-google-maps-library copied to clipboard
Google Maps API library for Yii2
Hii 2amigos, can i use this library for location picker? like get the lat long from marker i set. Thanks
Hello there, I got maps set up to show location with marker from coordinates (lat and lang). Is it possible to get location address from maps api? Like reverse-geocoding https://developers.google.com/maps/documentation/javascript/examples/geocoding-reverse...
Hi! I am trying to position the zoom controls to the bottom-left of the map with the following options set: $map = new Map( [ ... 'zoomControl' => true, 'zoomControlOptions'...
Heatmap
@tonydspaniard I made a FORK and added heatmap, take a look, maybe want to take advantage. I also made a correction in MapAssets, was not calling the libraries as it...
I notice after you initialize the map you cant access it by calling it from another js that had not been registered using this line of code: `$map->appendScript(implode("\n", $js));` This...
I have multiple markers and I want to show only those who are within 30 miles radius.can you please help me out how can I do that.
When moving the rectangle I want to know and display the coordinates of that position, as is done with the ```javascript rectangle.getBounds() ``` in javascript? What would be the right...
Provide the correct way to display a RECTANGLES on the map using the extension yii2-google-maps-library, I can not find any reference on the web. I can not associate php arrays...
It would make it easier to use the same initialization config for multiple maps in the app (also, DRYness). ``` const MAP_CONFIG = [ 'zoom' => 14, 'width' => '100%',...
in `overlays/InfoWondowOptions.php` on line 100 can you change from `$value = preg_replace('/(["\'])/', '\\\\\1', $value);` to `$value = preg_replace("/(?