Skip to main content

All Questions

0 votes
0 answers
80 views

Is there a way to determine if I've loaded a google maps library, like marker?

If I dynamically load a library like this: const { AdvancedMarkerElement } = await google.maps.importLibrary("marker") as google.maps.MarkerLibrary; is there any way to determine if the ...
chuckd's user avatar
  • 14.1k
0 votes
0 answers
27 views

how to fix marker on physical view in open street map

i am using open street map of leaflet template in my project.i have multiple markers but when i open map all marker are pointed on single point on map even they have different cordinates. and when i ...
Amit Thelkar's user avatar
0 votes
0 answers
28 views

Issue with clickable area in an AGM-MAP

I am having an issue when I show a map in my webpage and I have some icons inside it. The issue is with the area of the icon when the click triggers an action. Because it has a big square arround each ...
mouyat's user avatar
  • 13
0 votes
0 answers
14 views

Marker Not showing Info-window in Angular google map

i am using agm version 1.0.0 <agm-map class="plant-portfolio-map" [center]="lat" [longitude]="lng" [zoom]="12" [disableDefaultUI]="false" [...
Amit Thelkar's user avatar
2 votes
0 answers
34 views

How to prevent the map from moving when creating Google Maps markers?

I have successfully displayed the markers and set them to open the infoWindow by default. However, I encountered another issue: whenever the current map view is not within the display range of these ...
bovcu13's user avatar
  • 21
4 votes
1 answer
715 views

Angular google-maps and AdvancedMarkerElement

I would like to use AdvancedMarkerElemment in my component using @angular/google-maps Since AdvancedMarkerElement is not yet supported by @angular/google-maps I need your help to include and use an ...
Armando's user avatar
  • 197
1 vote
0 answers
199 views

how to make Google maps render immediately if it's below the fold in order to print it?

We have a relatively long page with a couple of Google Maps rendered via the JS API. Our app is Angular and we're using ngx-print to print a specific section in our page. // eg. const index = 0; const ...
gruuuvy's user avatar
  • 2,109
-1 votes
2 answers
68 views

Have to click 2 times before it opens my component

GM, I am a beginner in Angular, i use Leaflet for my application. I created some markers, and i want to open another component when i click on the marker. This is the marker click marker.on('click', ()...
Makil Uspn's user avatar
0 votes
1 answer
229 views

Can't read file included as a script in angular.json

I am trying to include the Google Maps clustering script in my Angular project. I have tried all of the usual suggestions, such as adding a <script> link to index.html, but so far, nothing is ...
Rob Lyndon's user avatar
  • 12.5k
1 vote
0 answers
778 views

How to show layer with markers and custom pictures with ngx-maplibre-gl

I want to use ngx-maplibre-gl to show a lot of markers in a map with custom pictures in a round style. What I am aiming for is achieved in the following code example with simple markers (mgl-marker). ...
PietZeHut's user avatar
  • 165
0 votes
0 answers
325 views

Angular Leaflet add numbers to custom iconUrl markers

I want to add numbered markers in Leaflet map , though Im using custom images as markers iconUrls , the numbers doesn't feet with the custom icons this is my code. this.marker1 = marker([...
anfieldspirit's user avatar
0 votes
0 answers
2k views

set lat long dynamically for google map and add marker: angular 12

I am using google map in angular project (ngx-google-places-autocomplete and angular/google-maps). Functionality is like user can select location and its latitude and longitude gets store. Now ...
ganesh's user avatar
  • 454
0 votes
2 answers
2k views

how to know the markers information that are clustered on marker clustering in agm

I want to know about the marker information that are grouped under marker clustering in AGM google Maps. <agm-map #agmMap [latitude]="latitude" [longitude]="longitude" [zoom]=&...
Haneesh A's user avatar
1 vote
0 answers
278 views

How can I modify the PolylinesOptions of Angular Components map-Directions-renderer?

hi I'm trying to edit the PolylinesOptions of the <map-directions-renderer> component (component developed by Angular team) and I can't get results I need to generate multiple renderers to ...
Yigs's user avatar
  • 21
0 votes
0 answers
36 views

Angular Chart.js get clicked legend value [duplicate]

I have multiple Ng2 line charts and want to solve that problem that if I click onto a legend marker on a chart then it should be clicked onto the other charts too. Picture about the problem : I could ...
NoOne's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
7