Top "Angular-google-maps" questions

Angular Google Maps is an Angular component library for integrating Google Maps, including their various APIs.

Manage the size of icon using agm-marker

I am trying to apply the css for height and width to icon. The code which I used for icon …

angular typescript google-maps-api-3 angular-google-maps
How to wait for Angular Google Maps to append getGMap to the control object

I've been trying to set up click event listeners on the google.maps.Map object that's created by the ui-gmap-google-map …

angularjs google-maps-api-3 angular-google-maps
How to draw polygon on angular google maps using @agm-core?

In my application, I use Angular Google Maps (AGM) to build a map. How can I draw a polygon on …

angular angular-google-maps
How to set map to center on a marker? - Angular Google Maps

I cannot center my Google map on a marker after I geocode. I have two markers: The initial marker (the …

angular geolocation marker angular-google-maps
Set Google Maps bounds with angular-google-maps

I'm trying to set bounds into Google Maps instance but with no success. I'm using AngularJS and angular-google-maps module. My …

angularjs google-maps google-maps-api-3 angular-google-maps
agm-map dynamic display/updation of markers not working

I am using Angular Google Maps (https://angular-maps.com/) in an Angular 5 application, also using socket.io for polling of …

angular google-maps typescript socket.io angular-google-maps
How to do geocoding with angular-google-maps

I have been trying to hours to work out how to use googles geolocation services with the angular module angular-google-maps. …

javascript angularjs google-maps google-maps-api-3 angular-google-maps
angular-google-maps run function ONCE after initial map load

using angular-google-maps to incorporate a google map into an app I need a command that will run a function ONCE …

javascript angularjs google-maps angular-google-maps
How do I pass a value from a ui-gmap-windows InfoWindow/Marker to ui-sref?

I am trying to create a link inside an InfoWindow on a Google Map, using the angular-google-maps module's ui-gmap-windows. In …

javascript angularjs google-maps angular-ui-router angular-google-maps
agm markers not rendering from ngfor

I am fairly new to angular and have what I think is a basic problem. I create my map like &…

angular ngfor angular-google-maps