Skip to main content

All Questions

1 vote
0 answers
33 views

AdvancedMarkerElement not showing in any type of modal

let markerLibrary: google.maps.MarkerLibrary | null = null let placesLibrary: google.maps.PlacesLibrary | null = null let mapLibrary: google.maps.MapsLibrary | null = null const marker = await google....
Carlos Sanchez Acero's user avatar
1 vote
2 answers
1k views

Google Maps API: Unable to Generate Custom Map Pins using "chart.apis.google.com"

I'm currently working on a project where I need to customize map pins for markers in Google Maps API. I've been using the URL format provided by Google Maps API to generate custom map pins dynamically,...
Lakhvir Singh's user avatar
0 votes
0 answers
98 views

I am facing an issue while achieving collision behavior in android it was working few days ago

I am using 'com.google.android.gms:play-services-maps:18.2.0' and using advance marker for achieving collision behavior this is my code block int collisionBehavior = AdvancedMarkerOptions....
Saurabh Rathore's user avatar
0 votes
0 answers
33 views

No Info Window for markers

From external file: const pos=[ [50.739,7.0894,0,9,0], [50.839,7.1894,10,10,100], [50.939,7.2894,10,11,50] ]; This is my code: <script> function initMap() { const map = new google.maps.Map(...
fischimportstationde's user avatar
0 votes
0 answers
99 views

Lazy loading of pins in Maui maps flickers/re-draws all the pins at every update

I am trying to lazy load a collection of over 300 pins I need to display on a map. Considering that my pins data is not much for an API to fetch, I load this information only once at the "...
Uderly's user avatar
  • 1
-3 votes
2 answers
95 views

Google map locality label covered behind Poligon

I used react-google-maps withGoogleMap for the google map in ReactJs, also I am using styles to change the custom view of my google map. in that map i have many polygons with fill color. the problem ...
Kaushik Makwana's user avatar
0 votes
0 answers
74 views

Leaflet js - How can I change marker icon dynamically according to some conditions present in the database?

I have a list of places in a MySql database (with id, latitude, longitude, counter, timestamp). To add them to the map I make an asynchronous call to a php file where there is a search query. Places ...
Andrea Lombardi Design's user avatar
0 votes
0 answers
96 views

Google Map marker colors based on csv table values

I have code that works for displaying individuals of a group across the world. I would like to have the color of each marker to reflect a color based on a value in the CSV data. I have tried multiple ...
MP123's user avatar
  • 1
0 votes
0 answers
42 views

Mysterious Black Markers on Google Maps iOS / Android SDK

We are seeing mysterious black markers added to our map which we did not place. We have no idea where they come from or how to remove them. Looking for assistance, thank you. Included is a screenshot ...
vfxdrummer's user avatar
0 votes
0 answers
71 views

ArcGIS Field maps - markup recovery

Accidentally, i hit the button delete all markups in ArcGIS Field maps on a tablet. Is there any chance to recover the markers from a bin or anywhere on the tablet? Where are the markups stored in ...
annesky's user avatar
0 votes
0 answers
344 views

flutter how to draw the map direction between multiple places in flutter

Im building one application in which contains google maps. Im able to draw the draw the direction between two cities, but problem is i'll receive list of cities from server then i need the direction ...
Adhi's user avatar
  • 53
0 votes
1 answer
548 views

Issue placing a marker in the correct spot on an OpenLayers 7 map

I am creating a webapp that allows user to create mulitple maps. On each map the user has the ability to add/remove a marker. They are then able to drag it into the appropriate location and/or change ...
user3182413's user avatar
0 votes
2 answers
1k views

Show paths in folium map by clicking on markers

I created a map using folium and python, which show the path of GPX files. The starting point of each gpx track is located by using a marker. Since there are several paths, they may be overlaid on ...
K3liane's user avatar
1 vote
0 answers
422 views

Leaflet Control Search: Search only markers which are currently visible on the map

I am working on my first project using Leaflet javascript library. After succesfully importing a geoJSON file on the map, I am trying to create a new geoJSON layer (currShownMarkersLayer), populated ...
techNIK's user avatar
  • 11
1 vote
0 answers
147 views

Is there a way to view all custom marker icons in the Google maps javascript API?

The Issue: I've viewed the tutorial on the Google Maps API documentation on how to change the icon of a marker. Here's a screenshot of that: Google Maps tutorial In this tutorial though, they don't ...
Yusuf Samodien's user avatar

15 30 50 per page
1
2 3 4 5
19