angular-google-maps Questions
7
Solved
I am using AGM maps for my angular 4 application, there I am facing issues, I will be having the multiple markers which are fetched from api as an array of Latitude and Longitude. I want to set the...
Antin asked 19/2, 2018 at 11:50
4
I installed agm/core using npm like this:
npm install @agm/core
The following warnings were displayed:
npm WARN @agm/[email protected] requires a peer of @angular/common@^9.1.0 || ^10.0.0 but...
Prosthetics asked 8/2, 2021 at 4:52
3
Solved
I need to get google.maps.Map. I cannot see official way in docs. But I see that whole component is exportedAs.
But when I use it in template:
<google-map [center]="{lat: mapaLat, lng: mapa...
Allin asked 7/10, 2021 at 8:44
4
Solved
I am working on a project which is used agm. Everything is fine apart from zoom issue. I put a lot of marker on the map and when I clicked one of them I want to to zoom it's latitude and longitude....
Melany asked 29/10, 2018 at 12:9
3
I am using google maps in my Angular 6 app.
I have been using this Google map in another project too, but recently I started another project and installed angular agm. I then used the API key that ...
Constituency asked 21/1, 2019 at 4:53
11
I wanted to integrate Google Maps with my Angular project. In the pilot version, I was just following this link https://angular-maps.com/guides/getting-started/. Currently, I am stuck in error:
nod...
Swarts asked 28/12, 2020 at 14:10
3
Solved
I am trying to customize the google maps with the help of https://mapstyle.withgoogle.com/, custom google maps styling.
I am using angular google maps(https://github.com/SebastianM/angular-google-...
Counterman asked 21/6, 2018 at 9:48
5
How to styling agm-marker-label - max-width for set text to center ? I can change label position but can't set min-width for centralization label name.
<agm-marker *ngIf="school.lat && ...
Rafaelrafaela asked 13/3, 2018 at 9:38
4
Solved
Is it possible to change map language dynamically when language is changed ?
Or at least have the language map changed the next time I access it (after language is changed).
I can set default lang...
Precinct asked 24/3, 2018 at 9:39
3
I tried to include Google map with Multiple locations.
For One location Iframe is working fine. I don't know how to Implement Multiple locations in Iframe. So I tried With AGM. The Same APIKey Im ...
Gourami asked 5/12, 2019 at 4:50
4
I am trying to apply the css for height and width to icon.
The code which I used for icon with agm-marker is below:-
<agm-marker *ngFor="let m of mapData; let i = index"
[latitude]="m.lat"
[...
Decare asked 18/12, 2017 at 21:45
3
Solved
I am using agm/core in displaying the coordinates of a map. I have the code below
<agm-map [latitude]="10.3207886" [longitude]="123.90250049999997">
<agm-marker [latitude]="10.3207886 [l...
Hoop asked 22/3, 2018 at 3:28
3
Solved
I am working with AGM (Angular Google Maps) and OpenLayers.
I need to set the zoom of my AGM programmaticly but haven't been able to figure out how it works.
HTML Maps...
<div id="mapWrap" cl...
Smug asked 19/2, 2019 at 20:35
3
I cannot center my Google map on a marker after I geocode.
I have two markers: The initial marker (the one that is centered on, does not change), the other one changes based on the geocoding, and ...
Cauley asked 4/7, 2019 at 15:36
2
Printing my Angular AGM Map from chrome I get this large grey gap in the map:
As you can see, not only is the grey bar there (it turns white if I turn off "background graphics"), but it also shi...
Enamel asked 2/10, 2018 at 23:0
4
Solved
while trying to integrate the angular google maps - agm librarie in my angular project i got this error :
somthing is worng with some configuration or maybe something i have missed i m working wit...
Drugi asked 24/12, 2019 at 18:59
1
Solved
I am using Angular Google Maps in my app, but I cannot use google.maps.places.PlaceResult as a type for an important variable in my code.
I am implementing this code: (Scroll down to Add Locatio...
Nobe asked 18/6, 2019 at 16:17
1
Solved
Tech: Angular Cli, Angular version 7, Angular Google Maps, Firebase Functions.
Issue: I'm trying to serve my angular universal app but getting an error for angular google maps when building.
Erro...
Elka asked 4/4, 2019 at 13:55
2
I am trying to get the updated polygon paths when the polygon is edited and dragged. I tried to do it like the code below.
In my Typescript:
@ViewChild(AgmPolygon) polygon: any;
this.polygon.g...
Stancil asked 6/11, 2017 at 6:40
2
I am using Angular Material and Angular Google Maps. I have a Angular Material form in the Snazzy-Info-Window which works fine in normal mode. It displays the mat-select nicely but when I click the...
Lavender asked 19/12, 2018 at 18:41
1
To set the map zoom level to include all the location markers, I have tried two options as suggested in this post.
Here's what I did:
export class LocationSelectionComponent implements OnInit, Afte...
Mckinley asked 27/12, 2018 at 8:57
3
Solved
When map starts hidden with ng-show/ng-hide, it does not show correctly once visible. Same trouble with a standard map, only we can send a resize to it since we have access to the map object.
Here...
Mayman asked 16/5, 2014 at 22:29
4
Solved
I'm trying to add AGM Angular Google Maps (https://github.com/SebastianM/angular-google-maps) to my Angular4 Project
Guide followed: https://github.com/SebastianM/angular-google-maps/blob/master/d...
Salamis asked 14/5, 2017 at 21:16
1
Solved
I am using angular google maps to display maps and markers. Is it possible to show the icon in the bottom right corner of the map that on click of it shows the current location.
<agm-map [lat...
Pagas asked 26/10, 2018 at 9:26
2
I have an application that uses Angular Google Maps to show a location. At the beginning I was able to show the map, but since a while (probably I have modified something) I am getting the followin...
Candless asked 17/12, 2017 at 20:56
1 Next >
© 2022 - 2024 — McMap. All rights reserved.