Skip to main content

All Questions

0 votes
1 answer
336 views

Google map multiple markers mapped to an area without coordinates

I have a very strange requirement from my client and I am not sure if it is achievable. Here's the requirement: The client wants to display a Map zoomed to a country level having 4 filters: 1. Drop ...
Sourin K Sen's user avatar
1 vote
1 answer
3k views

Draw Google static map image

I am using google static map API for draw google maps image in my Angularjs Application. https://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=600x300&...
Manish Balodia's user avatar
0 votes
1 answer
65 views

Only getting a few markers in the map

I am very new to angularJS and still exploring.I have created a map and showing around 1500 markers in it but when I load only 11 markers are visible.I am taking the Zip codes from a XML file and ...
Ranbijay's user avatar
  • 227
0 votes
1 answer
137 views

Unable to navigate to a new screen on marker click in AngularJS

I am using google maps in angularJS and I am new to AngularJS. I am trying to navigate to a new screen on click of marker using $location but I am unable to do it.Getting path not defined error. Can ...
Ranbijay's user avatar
  • 227
0 votes
1 answer
2k views

How to show circle on Google Maps?

I know that this question is asked frequently, but I have a problem to show circles on my Google Map. Actually, I get markers on my maps. import htmlTemplate from './activityDetails.html'; ...
Jek's user avatar
  • 33
0 votes
2 answers
1k views

Marker Info-window not working using ngMap

I am trying to show an info window on google map using ng-map. Here's my code: <div id="map"> <ng-map zoom="13" center="[{{latitude}}, {{longitude}}]" style="display: block; height: 100%;"&...
chan's user avatar
  • 274
1 vote
0 answers
1k views

Make marker fixed to centre of screen, while the map moves; Then update the current location of marker

I am using @agm/core to display maps on an angular ui, I can place the markers on the map, and can make it draggable via [mapDraggable] set to true. The problem is i need the marker to stay at centre ...
Nithin's user avatar
  • 1,477
0 votes
1 answer
407 views

Google static map showing blank when i loading large amount of custom markers

here i am trying to print google static map with markers. When i am trying to load large amount (around 200 or more markers) of custom markers on google static map that time map is showing blank, here ...
user3239284's user avatar
0 votes
1 answer
551 views

Get latlng of a marker with ng-map angularjs

I'm trying to get the latlng when the marker drop for first time or any time, but I can't. In my code only I can get the latlng when the marker is on-dragend. this is my code: <body> <div ...
Dimoreno's user avatar
  • 227
0 votes
1 answer
224 views

Clicking on Marker in Google Maps in AngularJS app doesn't update data displayed

I have a very simple Google Maps implementation in AngularJS. It displays a search box typing any location will add a marker on the map below. Below that map there is a simple label "Position:" which ...
Jawaid's user avatar
  • 109
0 votes
1 answer
44 views

Web - Current location disappers when click on search nearby place

1 - Show current location - done 2 - show nearby schools / banks - done Above two are my tasks which i handled pretty much good. But the problem is when I search nearby schools or banks , the ...
Usman Iqbal's user avatar
  • 2,399
1 vote
1 answer
278 views

Google map WatchPosition doesn't work properly

I'm trying to implement a functionality where I need to keep track of the user position, in first, I retrieve the location of the user using getCurrentLocation then I pass the coordinates to place a ...
Sletheren's user avatar
  • 2,468
0 votes
1 answer
509 views

Numerate Markers in Angular 2+

Hi good day i try numerate the markers i generate but nothing happend. I use this: <sebm-google-map [latitude]="-34.599427" [longitude]="-58.381031" [zoom]="12"> <div *ngFor="...
Marco Nuñez's user avatar
1 vote
1 answer
365 views

Listen to a checkbox and show/hide circle-shape on google-maps (AngularJS)

My question is related to this older thread Google Maps v3 setting a circle with editable radius but not center I had the same issue like this guy and solved my problem with the solution of ...
A.h.'s user avatar
  • 119
1 vote
1 answer
2k views

NgMap set marker color

I'm using ng-map in my web application. In the map view, I display different positions using marker. I want to change the color of each marker depending the filed isOpned that I have inside the object ...
Ne AS's user avatar
  • 1,540

15 30 50 per page
1
2 3 4 5
7