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'm new to angular-google-maps and having a few challenges. The main one is that after the map and the markers have been drawn, I can drag the map with my...

Are there any typescript definitions available for this library?

enhancement

Since I upgraded to 2.3.3 I got 4 errors at loading time. ``` Uncaught ReferenceError: google is not defined @ markerwithlabel.js:71 Uncaught ReferenceError: google is not defined @ infobox.js:116 Uncaught...

needs investigation

Hi, **Intro** I am currently building a search tool which will plot search results on a map, similar to your typical store locator. The user chooses a location (lat/lon) to...

enhancement
question
in progress

How can I save the coordinates of polygon which is drawn using drawingManager and store it in array. As I am trying 'overlaycomplete' which is not working with listener $scope.$watch('map.drawingManagerControl.getDrawingManager',...

enhancement

How to add an image layer with an entire image? I know by using map type you can add image tiles with zoom, x, and y. However, I only have...

I am using the polygon directive with the editable of true. I noticed that if I create a square I am not able to edit the corners of the squares...

Thanks for the amazing library. I am trying to implement a polyline with different stroke color based on event. I want to implement the following with this library. [Fiddle](http://jsfiddle.net/geocodezip/3nutwjjo/) Any...

As explained in issue #1482; the language of the map can be set in this way : ``` 'use strict'; angular.module("angular-google-maps-example", ['uiGmapgoogle-maps']) .config(['uiGmapGoogleMapApiProvider', function (GoogleMapApi) { GoogleMapApi.configure({ //key: 'your api...

enhancement

Hello, I get this error when trying to run windows phone 8.1 cordova projecto (adding windows platform): ``` "APPHOST9601 An app can't load remote web content in the local context"....

missing MCVE