angular-google-maps icon indicating copy to clipboard operation
angular-google-maps copied to clipboard

AngularJS directives for the Google Maps Javascript API

Results 100 angular-google-maps issues
Sort by recently updated
recently updated
newest added

I am curious if this may be a bug as I am having the same problem which can be replicated from this plunkr. http://plnkr.co/edit/f2gxG7DM1U8IlOXfRiuT?p=preview Basically, if you open one of...

I have been trying to access the google map events e.g. "domready", for when user clicks a marker to open the infoWindow. But nothing seems to work. domready event is...

enhancement

As the title says, I'm trying to position marker on the map in the center when map container is resized, but still no avail. Here's the code: ```html ``` ```js...

Hi ``` ``` For the following code, if window show=false, the ui-gmap-window directive link function gets called twice, thus when an user clicks the first time it occurs twice. Closing...

Thanks to the guys of [React-Router](https://github.com/reactjs/react-router/), for [standardizing the way on how to report bugs](https://github.com/reactjs/react-router/blob/master/ISSUE_TEMPLATE.md) [An issue example](https://github.com/reactjs/react-router/issues/3480) ## Version 2.3.3 ## Test Case [http://jsbin.com/hicebe/edit?html,css,js,output](http://jsbin.com/hicebe/edit?html,css,js,output) [Direct output here](http://output.jsbin.com/hicebe/) ## Steps...

There will be changes to the Geocoding API in the near future according to this blog-entry: https://googlegeodevelopers.blogspot.se/2016/11/address-geocoding-in-google-maps-apis.html Will this affect angular-google-maps at all, or can we just continue to use...

Is It possible to insert options dinamically from promise (ex. $http.get(...)) in to uiGmapGoogleMapApiProvider.c configure(options)? If not could you suggest any alternative methods? Thanks Regards

In google map I am getting currentLocation button. But I am not able to get this button my google map. I think this button comes in Android using **setMyLocationEnabled(true)** function....

Hi i have this code ` ` when i open the page it s ok sho the maps with the data i charge from json in this mode: `services.getMapsStyles($scope.data.group1).then(function (data)...

[Angular 1.6 RC0 has been released](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) and the deprecated `success` and `error` callbacks of `$http` service have been removed. These methods are currently used in `angular-google-map` (at least [here](https://github.com/angular-ui/angular-google-maps/blob/master/src/coffee/directives/search-box.coffee#L45)), so...