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

In [here](https://angular-ui.github.io/angular-google-maps/#!/api/google-map) we can see the options the directive accepts but the options that are actually accepted are: center zoom dragging control options events **eventOpts** **styles** bounds **update** For consistency...

Hi, I'm seeing this issue only after I build my application. If I run this with "grunt serve" everything works as expected: ``` $scope.searchbox = { model : "", template...

PR's Plz!

I have none of the tools setup to do a PR but I have noticed a performance problem that could be easily rectified. Currently all [`markers` models are watched](https://github.com/angular-ui/angular-google-maps/blob/65cfba14502795568e7f0042534792ecdeef36f2/src/coffee/directives/api/models/parent/markers-parent-model.coffee#L37) using...

Hi Team, Hope you are doing well, i need some information for play(slow,medium and fast) pause and resume the between the coordinates is there any way to do that can...

I have two clusters and I only want always two clusters on the map. so I want to make sure minimumClusterSize get increased after a new marker add to it....

duplicate

@aesnyder @gitnik To not let #798 get lost in the shuffle. The remaining changes need to be targeted towards develop.

bug

`fit="true"` on a `ui-gmap-polyline` doesn't seem to work. The polyline is rendered but the map displays at it's initial centre and zoom level. Am I doing this correctly? ``` ```...

VIEW -------- {{content}} CONTROLLER ---------------- $scope.map["events"]={ click:function(map,eventName,originalEventArgs){ alert(" map event"); }; }; $scope.map.marker["events"]={ click:function(marker,eventName,model){ alert("marker event"); } }; TRIED -------- $scope.map["events"]={ click:function(map,eventName,originalEventArgs){ $scope.$apply(function(){ alert(" map event"); }); }; }; $scope.map.marker["events"]={...

I need to change the color of the points in a path to show speed ranges, can I do this using this library? Thanks in advance. Thanks to the guys...

Hi, So I'm trying to put a searchbox in my map and I'm getting two "Possibly unhandled rejection: {}" errors, and the searchbox doesn't work, even without using parentdiv. I've...