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
-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
-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
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
63 views

Is there a way to have Advanced Map Markers render in the map canvas instead of on top of it in the DOM?

Currently my team and I have been researching how to improve map performance using the Google Maps API for our software application. The app we are working on needs to support thousands of Markers and ...
Joshua Coldsmith's user avatar
0 votes
1 answer
28 views

RememberMarkerState doesn't work correctly

We have developed an application using Compose and using version 5.0.1 for the map screen and to add markers. After moving and stopping, we make a request to the server and receive a response with a ...
fevziomurtekin's user avatar
-1 votes
1 answer
53 views

Deleting specific markers from an android app

I am populating an array of markers on an Android app, so that I can manipulate them, with a change of icon, etc. if necessary. This is done on the fly, so that the markers are removed from the map, ...
EventHorizon's user avatar
0 votes
1 answer
61 views

How to show current position marker on Map in Android (Kotlin)?

I am trying to add a marker at my current location on the map, but for some reason, my current location is null even though I have my location turned on in my emulator. It seems to be an issue with ...
Jacob Tang's user avatar
-2 votes
1 answer
64 views

Is google chart geo with "markers" paid? [closed]

I need to use google geo charts with the markers to build a world map chart, and create something like this But the docs say "Note: Because markers require geocoding, you'll need a mapsApiKey.&...
Vitor Cordeiro's user avatar
0 votes
0 answers
36 views

Flutter GoogleMap Label updates

I have dynamically created Markers with LabelMarkers. I add all of them to a Set of Markers to use on GoogleMap. static Set<Marker> allMarkers = {}; ... allLocationsList.forEach((location) async ...
Sisalik's user avatar
  • 78
0 votes
0 answers
158 views

AdvancedMarkerElement: making drag behaviour more like legacy Marker

With the legacy Marker, when dragging a marker there is a nice little crosshair to give the impression of a precise positioning movement, and this crosshair disappears automatically at the end of the ...
drmrbrewer's user avatar
  • 12.5k

15 30 50 per page
1
2 3 4 5
291