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

![image](https://cloud.githubusercontent.com/assets/1737051/12140496/1b2ec3ea-b471-11e5-848b-7138af09be36.png) As you can see in the screenshot, the label for the marker in the back appears on top of the marker icon of the marker in front. The marker...

## Version 2.4 ## Test Case I have added couple of makers where some of them are visible and others are invisible. Makers made invisible by setting the property visible...

I have implemented angular google map in my ionic app.and its working fine but for search places we used angular google map search box .when we search like Gurgaon india...

When we use `` the template attribute expect an url string to work. ``` js // controller.js this.searchbox = { template: 'searchfield.template.html' }; ``` ``` html

I am working on ES6, gulp-babel, And here's the problem. I added following 3 lines to app.js import _ from 'lodash'; import angular from 'angular'; import 'angular-google-maps'; And third line...

I have a requirement to create a Marker Label and Display on MouseOver on Marker. I am able to get the labels displayed when they label Options are added to...

When using the `ui-gmap-polygon` directive, I can specify the events attribute so I can listen to the events that are triggered on the `polygon` (https://developers.google.com/maps/documentation/javascript/reference#Polygon). However, if I want to...

## Version 2.0.11 - 2.3.3 ## Test Case http://plnkr.co/edit/OpRMcF69EaFkjLtzrU8v?p=preview ## Steps to reproduce Hover over marker until infobox opens, when it opens try to drag map when mouse is on...

## Version from 2.0.11 to 2.3.3 ## Test Case http://plnkr.co/edit/20GtZp?p=preview ## Steps to reproduce Hover over top left marker until info box appears, without any clicking move mouse to the...

In angular 1.4.7 I have a click that I'm adding to a markers tag in my template as so: ``` ``` I'm adding them in as so: ``` _.each(vm.sites, function(site,index)...

missing MCVE