angular-google-maps Questions

2

Solved

From the angular google maps API, we have a markerClick() function with the following definition, @Output() markerClick: EventEmitter<void> = new EventEmitter<void>(); But when I am...
Jess asked 27/3, 2018 at 6:50

2

Solved

I am fairly new to angular and have what I think is a basic problem. I create my map like <agm-map [latitude]="lat" [longitude]="lng"> <agm-marker [latitude]="location.lat" [longitude]...
Torras asked 27/10, 2017 at 9:51

1

Solved

getAddress( lat: number, lng: number ) { console.log('Finding Address'); if (navigator.geolocation) { let geocoder = new google.maps.Geocoder(); let latlng = new google.maps.LatLng(lat, lng); ...
Konikow asked 10/5, 2018 at 11:36

1

Solved

I'm learning Angular5 & RxJS at the moment. I'm trying to get a simple app to run: Search bar to enter term keyup triggers function that then calls a service service returns api call wrappe...
Arredondo asked 7/2, 2018 at 18:10

1

Solved

I have an issue and can't remember how to get around it. I am subscribing to a callback from a third party directive but not being called back with the correct scope. And by that I mean that when i...
Decalcomania asked 4/8, 2017 at 14:2

2

Solved

I am able to draw multiple polygon by using Google Draw manager. Now I am not able to select specific polygon from multiple polygon and delete and edit it. Also not able to get new array after edit...

1

Working on angular-google-maps for the first time. I am confused how to draw a polygon and grab all of the zip codes in that region. And I have no idea how to do this. Following is my code <di...
Redundancy asked 19/4, 2017 at 9:19

1

Solved

Listening for the domready event in normal js Google maps is relatively easy as outlined here : infoWindow = new google.maps.InfoWindow(); google.maps.event.addListener(infoWindow, 'domready', fun...

4

Does anyone have an example of a working search box like the one the angular-google-maps-team is showing under 'search-box' on this site: https://angular-ui.github.io/angular-google-maps/#!/api If...
Malediction asked 23/11, 2014 at 10:6

4

Solved

Trying to get a app using angular-google-maps with: - multiple markers via the markers directive - a single infowindow via the window directive I've been through the API and multiple closed issues...
Sinistrality asked 3/2, 2015 at 5:31

0

I am using angular-google-maps v-2.3.3. I am loading markers using the "markers" directive and using map "idle" event for some manipulations. My problem is, Every time when the user zoom in or zoom...
Coleen asked 10/6, 2016 at 10:0

3

I cannot create a custom marker. Even though I am passing an image path to the icon parameter I am still getting the default orange marker. Please tell me if you see anything wrong. Directive's t...
Ragtime asked 1/4, 2015 at 19:6

1

Solved

I integrate angular-google-maps in my cordova mobile application. I want to refresh map using the following function. function refreshMap() { $scope.map.control.refresh({ latitude: $scope.locat...

4

I'm using the GoogleMap API ('angular-google-maps' js package) and I have a very weird behavior. The first time I load it, i get the full map loaded, like here: Then i close the dialog and reope...

1

I'm developing a mobile application using ionic and have a requirement to show places in google maps with price marker like this : I wrote a very basic code to integrate google map with markers....

1

Solved

For angular google maps how do I remove the polyline? I'm using angular version 1 with JavaScript in a directive using a templateUrl. Version: angular-google-maps 2.1.5 This is my current HTML: ...

2

I'm trying to set bounds into Google Maps instance but with no success. I'm using AngularJS and angular-google-maps module. My last try was: <div id="map_canvas"> <ui-gmap-google-map ...

2

Solved

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 directive from the Angular Google Maps library. I need to do this dynamicall...
Trihydric asked 24/10, 2014 at 17:46

3

Solved

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 my HTML template, I have: <ui-gmap-google-map center='main.map.cen...

1

I had my angularjs app setup in local and everything was working fine till I upload my code to the staging server. I now have issue with dependencies that are not respected but I can't see why. I g...
Spaulding asked 1/5, 2014 at 1:24

0

I've created a plunker for showing this behavior, basically what I've done is to take the demo example from angular maps, and change it just a bit to hide 5 markers every time a marker on the map i...
Kasandrakasevich asked 20/4, 2015 at 10:31

2

Solved

I'm currently using the DrawingManager to allow users to draw shapes on the map. Once a shape is drawn, I set up a listener on the polygon's path so I can react after the path has been changed: va...

2

Solved

When I change my app from jQuery way to Angular way, I try to use Angular-Google-Maps. But I can't find where is the Google Map Objects(Map, Marker, Polygon...) and the approach to use Object 'me...
Leonaleonanie asked 8/2, 2014 at 10:21

2

Solved

using angular-google-maps to incorporate a google map into an app I need a command that will run a function ONCE after initial map load is complete - but only on the initial load, not after each m...
Idolah asked 31/1, 2015 at 1:38

1

Solved

I have a question about the element of the Angular Google Maps plugin. The example source code in documentation for the Windows element uses the ng-non-bindable attribute for the <div> inside...
Fugate asked 3/1, 2015 at 18:7

© 2022 - 2024 — McMap. All rights reserved.