Skip to main content

Questions tagged [google-maps-markers]

Markers identify locations on the map. By default, they use a standard icon, though you can set a custom icon. Markers are designed to be interactive and are often used within event listeners to bring up info windows.

google-maps-markers
3 votes
0 answers
72 views

How to get loaded ref array on the first component load

I'm having some issues updating a reactive object in a Vue.js 3 project. I'm creating an array of google.maps.marker.AdvancedMarkerElement, and I'm creating the array like this: localizaciones.forEach(...
francesco14's user avatar
0 votes
0 answers
27 views

Flutter Google Maps - Custom Markers From Firestore string

I have been trying to figure out what is wrong with the following code as it has no errors... I am trying to pull from a firestore collection which contains String fields that have the url to the ...
matthew holdsworth's user avatar
1 vote
1 answer
130 views

Android Maps Compose | MarkerState.setMarker IllegalStateException

I currently have an Android application built with Jetpack Compose on the Play Store with android-maps-compose librairie. For several days now, I've been receiving reports of recurring crashes from ...
TheoG's user avatar
  • 13
0 votes
0 answers
87 views

Add shadow to MarkerComposable of Google Maps in Compose

I have a map implemented with Google Maps and I use a MarkerComposable to create a custom marker. So far, so good. But I need to add a small elevation with its shadow, and even though I pass it as a ...
Jose's user avatar
  • 23
2 votes
1 answer
465 views

MarkerComposable content (Google Maps) doesn't recompose in Compose

I have created my own marker with MarkerComposable because I want to add an animation when the icon is clicked. I want the selected marker to become larger when clicked. I can think of two options: ...
Jose's user avatar
  • 23
0 votes
0 answers
43 views

How to get the exact coordinates of a marker with Matplotlib

Im am working with a data base and charts. My problem is that i need to see in the charts where markers are. I need to see it precisely. I ve been looking for it for a while, but found nothing. This ...
Leandro Zárate's user avatar
1 vote
0 answers
94 views

Google Maps Ground Overlay malfunctioning when zooming, moving or panning

I created a Ground Overlay on top of the UK with some markers and reestrictions but when i zoom, move or select a marker that pans to the marker positions the overlay breaks, the image it's quite ...
Inti's user avatar
  • 101
1 vote
2 answers
5k views

How to add custom properties to AdvancedMarkerElement in Google Maps API

I am migrating map markers to AdvancedMarkerElement and I want to add custom properties to AdvancedMarkerElement. Like this: new AdvancedMarkerElement({ map: this.map, position: data.position, ...
asad nextstair's user avatar
0 votes
0 answers
367 views

Call enableLatestRenderer cause flicker children in <Marker />

After a recommendation from Google Maps Platfrom I decide to update to the latest renderer for the Maps SDK for Android. Following react-native-maps documentation I call enableLatestRenderer() in App....
Georgi Uzuntonev's user avatar
2 votes
1 answer
1k views

Google advanced marker animation don't work

I'm trying to migrate my custom map markers to the new advanced marker library, seems the animation options is no more available, it give me this error: Unknown property 'animation' of ...
GGKMNTN's user avatar
  • 141
0 votes
0 answers
18 views

how to pass Excel file name via command line to pytest [duplicate]

I am running my automation scripts on 2 portals(STAGE AJS, STAGE IAM). So I have stored those portal URL and credentials in a .xlsx file and I am using the .env file where I am reading the filepath. **...
kavya s's user avatar
  • 19
0 votes
0 answers
13 views

AFrame and ar.js - custom markers not working

I've been trying to use custom markers... but it does not seem to work. Anyone else have this issue? I can get the hiro marker to work, as well as the barcode markers. <a-marker-camera preset='...
Albert's user avatar
  • 1
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
66 views

How to Display Marker on an Network Image in given co-ordinates (x,y) in Flutter?

I'm making a mobile app using Flutter where I display an image from a website (URL). This image serves as a base map. On top of this image, I want to add a marker at specific locations (x, y) that can ...
Aashbin Sunar's user avatar
1 vote
0 answers
281 views

Google Map Composables with Markers Flickering

I'm developing an app using Jetpack Compose and Kotlin, featuring an option to display routes in both perspective and overview modes. To achieve this, I use two Google Map composables within the app, ...
notShehanz's user avatar

15 30 50 per page