Questions tagged [angular-google-maps]

Angular Google Maps is an Angular component library for integrating Google Maps, including their various APIs. As Angular1/AngularJS has sunsetted, this tag is now for Angular 2+

AGM is a component library for including google maps in your Angular application. All usage problems with this library can and should be tagged with this tag. If it's an obvious bug, or a feature request, it belongs in our github issues.

AGM provides several Components and Directives representing some of the most widely used Google Maps Objects. Here are some of them:

  • <agm-map> represents the actual map
  • <agm-marker> represents a marker on the map
  • <agm-polyline> represents a polyline

Full documentation is available on our website, angular-maps.com. See also github project page

531 questions
0
votes
1 answer

Map pans and zooms when opening info window

when I click on a marker the map always re-pans and zooms to the initial state. Not such a big deal for a single marker but if I start with a cluster, zoom in and then click on a marker there is the problem. It zooms out, reclusters and then pops…
Jason
  • 1,316
  • 13
  • 25
0
votes
1 answer

markers appear/disappear a few time when toggleing on

I am having an issue with the markers directive. I start by loading it but keeping visible = false. then I toggle it on and the clusters appear, disappear and then reappear. this sometime repeats a few times. I tried setting doRebuildAll to…
Jason
  • 1,316
  • 13
  • 25
0
votes
2 answers

Google Maps AuthenticationService denying maps loading in AngularJS app

I've run into some basic trouble implementing Angular Google Maps into my application. At first I thought it was my app code but this plunker demonstrates the same problem: http://plnkr.co/edit/SWxqso?p=preview This is almost exactly the Quickstart…
0
votes
1 answer

Using angular-google-maps directive works during "grunt serve" but not during default grunt task

I'm building a map application using the Yeoman AngularJS generator. I've installed angular-google-maps using bower. If I use "grunt serve" to test the app, it works fine and the map loads correctly. If I simply issue "grunt" to build the app, it…
Patrick Grimard
  • 7,033
  • 8
  • 51
  • 68
0
votes
1 answer

Issue with angular-google-maps windows directive

It's possible that I'm not understanding the scopes correctly, but I'm having problems getting some features of my implementation to work. One of which is explained here: https://github.com/nlaplante/angular-google-maps/issues/473 I basically get…
jonathonh
  • 153
  • 2
  • 16
0
votes
0 answers

trouble getting angular-google-maps to work

I'm new to MVCs and Angular and I tried to get angular-google-maps going by following the steps in the AGM QuickStart page. Firebug shows several errors, some of which I don't understand. First, I get a 403 in accessing underscore. The message…
Mike_Laird
  • 1,124
  • 4
  • 16
  • 40
0
votes
1 answer

AngularJS and google-maps

I'm using Google Maps for AngularJS to add a map to my project in AngularJS. Everything works great, except the case when at certain point I want the map center to be the exactly the same position as the clicked marker. So, on a click event I set…
icemanblas
  • 93
  • 1
  • 1
  • 10
0
votes
1 answer

Event when all markers for Angular Google Maps makers have been drawn

Im currently using the Angular Google Maps lib (http://angular-google-maps.org/), have an application that makes a request for data that is plotted as markers (this happens long after the map has been drawn). However this data set is large and it…
0
votes
1 answer

markers on angular google map cause infinite digest loop

I'm trying to create a google map with markers on it, in an angular js front end. I can create the map, and can add markers. But when I add the markers, my console fills up with infinite digest errors. I'm using the angular google maps project This…
S..
  • 5,511
  • 2
  • 36
  • 43
-1
votes
1 answer

angular agm core map circle click not opening the agm info window

I am using Angular 6 + AGM core to show google map geolocation. On click of agm-marker the agm-info-window displays but when i click agm-circle, the info window is not working.
Mukil Deepthi
  • 6,072
  • 13
  • 71
  • 156
-1
votes
1 answer

Angular 6, Can't bind to 'org' since it isn't a known property of 'appCycleDirection' ( Directive)

I have the following directive as, import { Directive, Input, OnInit } from '@angular/core'; import {GoogleMapsAPIWrapper} from '@agm/core'; declare let google: any; @Directive({ // tslint:disable-next-line:directive-selector selector:…
Anil
  • 1,748
  • 8
  • 32
  • 67
-1
votes
1 answer

Javascript: contat string and integer without the " between the integer

Anyone knows how to concat in js a string with a integer and don't get the ": This ""; Results on
Alexandre Bento
  • 35
  • 1
  • 10
-1
votes
1 answer

Geographical location in google maps

I'm working on project that deals with advertisements and google maps. I save every advertisement latitude and longitude in my database, but I want to add an option that show user on the map and show all available advertisement around it with radius…
-1
votes
1 answer

angular ui google map marker not working mozilla

comming this error . can you help me? how to solve this? but CHROME browser is working fine . mozilla not working Error: Promise.defer is not a function …
Angu
  • 862
  • 2
  • 13
  • 32
-1
votes
1 answer

angular-google-maps windows options usage and customizing it

Hi Pardon me if this is repeat question or obvious one as i am new to programming I am trying to implement an angular google map using this api. it has a property called options…
1 2 3
35
36