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

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...

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...

i want to generate n number of circles using ngfor with agm-circle but it throws error: **Can't bind to 'ngFor' since it isn't a known property of 'agm-circle'.** Seriously !!!...

Is there a way to draw an n-point (where n is a very big number) polygon on the map based on an object returned by Places API? Basically, what I...

Hello, When I click in a marker, the window is displayed in the position of another marker. Why? ``` {{map.window.marker.id}} ```

Mouse over doesn't block for behind infowindow markers. I created multiple marker and mouse over on marker will open an infowindow, there clickable items on infowindow. But infowindow closes when...

I have these files But i got this error lodash.min.js angular-google-maps.min.js Uncaught ReferenceError: _ is not defined So what i missed ?!

Hello to all, i want to use angular google map in cordova app can use please give me full description how it work

now options: getScriptUrl = function(options) { if (options.china) { return 'http://maps.google.cn/maps/api/js?'; } else { if (options.transport === 'auto') { return '//maps.googleapis.com/maps/api/js?'; } else { return options.transport + '://maps.googleapis.com/maps/api/js?'; } }...

I'm trying to toggle the visibility of markers dynamically but it seems it doesn't work as expected. See this http://plnkr.co/edit/7sW0Go2wzWHpK32iuv2w?p=preview Changing the marker options visibility property seems to influence just...