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

Is this expected behaviour? I can successfully capture the drag event but the center property of the map doesn't change until i stop dragging? > $scope.map = { > center:...

When I use the property fullscreenControl the map in fullscreen is not well displayed in Chrome: plnkr.co/edit/I10uLB0AqncZFypHRjQw In firefox it works, IE I don't know. Seems like if there is...

I have a map which starts clustered, when i drill down on the cluster, there could be some markers which are right on top of each other. Per your example...

If a searchbox were to be prepended instead of appended, then adaptive placeholders could be used. This requires a minor change: ``` SearchBoxParentModel.prototype.addToParentDiv = function() { var ref; this.parentDiv =...

I am using ng-map in my application. It is working fine in many places but in some places it is throwing the error "Uncaught RangeError: Maximum call stack size exceeded"....

It is fine to put it in github, but also in the external documentation

Hi, I have already delta logitude and latitude in my database(Delta Longitude (from last vector change) and Delta Latitude (from last vector change)), i have no idea how to use...

I tried doing this the traditional way inside of my controller on $scope.map, but it doesn't work. Here's the code. styles: [ { featureType: "poi", elementType: "labels", stylers: [ {...

npm WARN addRemoteGit cmd: 'git -c core.longpaths=true config --get remote.origin.url' } npm ERR! git clone --template=C:\Users\vanleif\AppData\Roaming\npm-cache_git-remotes_templates --mirror git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git C:\Users\vanleif\AppData\Roaming\npm-cache_git-remotes\git-github-com-nmccready-google-maps-utilit y-library-v3-markerwithlabel-git-535ad55b: Cloning into bare repository 'C:\Users\vanleif\AppData\Roaming\npm-cache_git-remotes\git-github-com-nmccready-google-maps-utility-library-v3-markerwithlabel-git-535ad55b'... npm ERR! git clone --template=C:\Users\vanleif\AppData\Roaming\npm-cache_git-remotes_templates...

Hi guys, i want to show in google map the current altitude and logitude, when the init function execute it works good but when i tried to execute create marker...