Skip to main content

All Questions

-1 votes
1 answer
32 views

Trigger Google Maps advanced marker glick from HTML link

I'm in the process of updating an old Google Maps script to use the new advanced marker format. Everything is working fine in terms of dynamically generating the markers based on an array of ...
user3562286's user avatar
-2 votes
0 answers
26 views

Migrating google maps api Marker to AdvancedMarker, properties not found [closed]

I'm doing a migration of google map markers from google.maps.marker to google.maps.marker.AdvancedMarkerElement , but the problem is when i try to use old properties visible, clickable from marker i ...
Luis Soto's user avatar
0 votes
0 answers
16 views

Markers listener overwrites KML listener

I'm developing GIS-app in Kotlin using Google Maps API. There are some markers loaded from KML-files. Clicking on these markers - displays attributes information in a bottom sheet fragment. kmlLayer....
sonik's user avatar
  • 1
-1 votes
0 answers
36 views

Npm google.maps - AdvancedMarkerElement does not have all the functions as of Legacy Marker element

I needed to use AdvancedMarkerElement in my Project so have installed Npm package google.maps "@types/google.maps": "^3.55.11" But when i tried replacing marker with ...
Priya Ganesan's user avatar
0 votes
0 answers
12 views

How to have two different markers and colors for different hues?

I am trying to plot a graph where there are two conditions and each condition must have different markers and different shades of the same color. But I am getting error ValueError: Unrecognized marker ...
Sharmada Swaminath's user avatar
-2 votes
1 answer
465 views

Google maps api error: "The map is initialized without a valid Map ID, which will prevent use of Advanced Markers"

When I'm loading google maps with advanced markers I get the following error message. The map is initialized without a valid Map ID, which will prevent use of Advanced Markers What does this tell me? ...
DarkTrick's user avatar
  • 3,171
-2 votes
0 answers
29 views

Showing multiple markers wher provide only one marker coordinates

`Showing 2 marker one with exact coordinates given and one marker at another location where coordinates may be of previous location not specified in current condition.The marker moves according to the ...
Jino Satheesan's user avatar
-2 votes
0 answers
17 views

Google map API clickable links marker

Who can help me out with the Google maps API? I have an issue with my HTML marker and hope somebody can help me a little. below my code: <script type="text/javascript"> let map; async ...
RickB's user avatar
  • 1
0 votes
1 answer
37 views

how to set new color for legacy google map marker

I'm using a legacy version of google maps. I set up my markers like this, using Json data to fill in the variables: var marker = createMarker(marker_id, point, course_name, phone, holes, ninefee, ...
LauraNMS's user avatar
  • 2,806
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
0 votes
0 answers
19 views

What is the exact size of the default marker in Maps SDK for Android?

I would like to know the default dimensions of the marker that is used by the Maps SDK. I have only found information about the maximum dimensions (64x64 px), but I couldn’t find a definitive answer ...
tamtejszystan's user avatar
0 votes
0 answers
17 views

In google map, how to show continuesly label like infoWindow with marker data in flutter?

I have list of vehicle gps tracking data with Latlng, time and vehicle speed with every element of list i am updating marker locatin with element Latlng, but i also want to show time and vehicle speed ...
Janki 's user avatar
  • 61
0 votes
0 answers
32 views

How to link to marker on Leaflet map from another URL

This works perfectly for activating a popup on a leaflet map on the same page: {<a class="mplk" href="#where" onclick="t5.fire('click')">See on map</a>}. The ...
Maxime Bonnet's user avatar
1 vote
1 answer
18 views

Problems with scaling icons when fitting scaling to match the markers

I have a problem with resizing markers on a map. I am adding a number of markers to a map and using "bounds.extend(marker0.position); and Map.fitBounds (bounds);" to set the initial scaling. ...
Ming Merciless's user avatar
0 votes
0 answers
32 views

Google maps ios marker location issues

I am using google maps in ios. Every thing is working fine in simulator and device but when I search address using placeclient and select it then marker place a different location. https://drive....
yaxanof252 yaxanof's user avatar

15 30 50 per page
1
2 3 4 5
357