7,759 questions
0
votes
0
answers
29
views
Adding KmlLayer to google maps breaks InfoWindowAdapter
I have a maps which has marker. I want to add a KML layer on it to show a KML from google thanks to a KMZ file. But, when I add the new layer, the custom marker is no longer appearing.
I'm using this ...
0
votes
0
answers
32
views
GMSMapView Any way to put user location on top of marker layer?
Running into a problem where the blue user location dot can get hidden beneath markers. I am trying to figure out a way so that the user location will always appear over top of the markers instead.
I ...
0
votes
1
answer
49
views
MapTiler SDK markers move across the map when scrolling
I'm trying to create markers using the MapTiler SDK. I have a map component that displays a MapTiler map, and in its TypeScript file, I'm adding markers like this:
const marker = new maptilersdk....
-1
votes
1
answer
118
views
How to highlight region boundaries (country, state, county) on Google Maps like Azure Maps?
I'm trying to build a feature using the Google Maps JavaScript API where users can search for a region (such as a country, state, or county) and have that region's boundary automatically highlighted ...
0
votes
0
answers
55
views
Google Maps API Marker Clusterer show a dot instead of the numbers of markers inside the cluster using nextjs
I'm trying to do make a map with some POI and everything works fine except when I want to add a Marker Clusterer. In fact, I can see the cluster and interact with it, but instead of showing the number ...
0
votes
0
answers
57
views
Googlemaps API Loader setMap(null) not working on vue
I have this vue component
<template>
<div>
<div ref="mapContainer" style="width: 100%; height: 500px"></div>
<div v-if="routeInfo.distance&...
0
votes
0
answers
59
views
Coordinate function in Google Maps API polygon?
Is anyone familiar with Google Maps API and putting polygons onto a still map?
I have a lot of coordinates I want to place down, but it's difficult to copy and paste every single one into the ...
1
vote
1
answer
35
views
Marker appears on the map but its icon is not visible
In my React native project, the marker does not appear on the map, but its icon does not. I also gave the marker a title property, for example title= 'test', I searched for that title on the map and ...
1
vote
1
answer
66
views
Placing image markers on DZI image in openseadragon
I have been using openseadragon to display a very large DZI image.
All well an good.
<div id="openseadragon1"
style="width: calc(100%); height: calc(100% - 50px);
...
0
votes
0
answers
23
views
Android Google Maps Clustering: Marker Clicks Not Working Correctly with Multiple ClusterManagers
I have two ClusterManager instances in my Android app, one for user markers and one for business markers. While the markers are displayed and clustered correctly, only the markers managed by the last ...
0
votes
0
answers
25
views
Is it possible to override the recenter button behavior in Google NavSDK?
I have an app where I draw some pins and then set the latlng bounds around all the pins. When the user taps and drags on the map to move around, I want the recenter button to appear and then move or ...
0
votes
1
answer
93
views
How to add custom markers in PlaceListMapTemplate in kotlin in android auto
im trying to add custom marker in this template but I couldn't can someone help me with this
override fun onGetTemplate(): Template {
val itemListBuilder = ItemList.Builder().setNoItemsMessage(...
0
votes
0
answers
223
views
Manage Large Numbers of Markers in Google Maps with Flutter
I am working on a project that utilises flutter's google maps plugin where I want to try and add a large set of markers to the map. Around 30,000 to be exact. I have it set up so the markers are ...
1
vote
0
answers
67
views
Google MapView and Markers are not loading properly in react native expo
I am trying to load a MapView when visiting a screen in my app, but the MapView always loads centered on the prime meridian and equator and never updates to the coordinates I provide it, even though ...
0
votes
1
answer
220
views
Markers Array and Popups in Azure Maps
I am trying to rewrite a map in Azure I originally wrote in Bing V8 as Bing is being retired in June.
Marker[i] = new atlas.HtmlMarker({
draggable: true,
text: [i],
htmlContent: '',
pixelOffset: [0, 0]...