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

Hi, https://drive.google.com/file/d/0Bz-ICOUBYSBEQVBwSVdKU0JWMms/view?usp=sharing The above link has a image of map with 5 markers used and using ui-gmap-polygon, I have made the polygon. But I am unable to get the start...

Error: TypeError: ctorParameters.map is not a function at ReflectionCapabilities.parameters (http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:2118:51) at Reflector.parameters (http://localhost:3000/node_modules/@angular/core/bundles/core.umd.js:2319:52) at CompileMetadataResolver.getDependenciesMetadata (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:14336:81) at CompileMetadataResolver.getTypeMetadata (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:14301:28) at CompileMetadataResolver.getProviderMetadata (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:14496:42) at eval (http://localhost:3000/node_modules/@angular/compiler/bundles/compiler.umd.js:14444:47) at Array.forEach () at CompileMetadataResolver.getProvidersMetadata...

## Version 2.3.4 ## Steps to reproduce Create a modal and put the `` ## Expected Behavior The map should be loaded on the canvas on modal. ## Actual Behavior...

Hi guys, I'm using yeoman to build my site (with this generator: https://github.com/Swiip/generator-gulp-angular ). I've been developing my site with 'gulp serve' and everything is working fine, but when I...

I instantiate my map this way : ``` ``` Here is the content of map before rendering : ``` { "center": { "latitude": 46.2157467, "longitude": 2.2088258 }, "markersControl": { },...

bug

Thanks for the hard work. It would be great if the fit option on markers could be an expression

enhancement

I have map with recycle-map-instance attribute. I am using searchbox in this map. Every time the map is laoded( recycled) the search box is initialized and displayed one more time....

Warning is coming in dev console on all browsers, Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys I don't see any way of dynamically inserting Api key?

Good night people, I'm trying to make the map have the option of these two buttons and also allow the user to rotate the map orientation. It's possible?

I want to be able to create a marker, not from a URL but to change it dynamically in the code. As far as I know, this feature does not...