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.

1 vote
1 answer
86 views

Issue w/ dynamic google maps markers with marker clusterer(likely a misuse of useEffect/useRef)

I'm trying to use marker clusterer with filters for the markers, initially all markers are shown/listed on the map, when a filter(a checkbox input) is checked/applied, only a subset of the markers ...
dan's user avatar
  • 11
0 votes
0 answers
44 views

In Magic Leap 2 Marker Detection is not accurate. Unity

I have used a the code provided by magic leap for marker detection. the object is in world space, all the XR rig and main camera is at its origin or 0 position. It seems that selecting ArUco Dict does ...
Darshak Sitapara's user avatar
0 votes
0 answers
47 views

When Click on marker in Google Map, App crashes

public class MainActivity extends FragmentActivity implements OnMapReadyCallback, GoogleApiClient.OnConnectionFailedListener { //google map object private GoogleMap mMap; @...
Muhammad Shah's user avatar
0 votes
1 answer
120 views

How to Dynamically Set Zoom Level to Display Two Markers on Google Maps in Flutter App screen Without Scrolling?

I'm working on a Flutter application that utilizes Google Maps. In my app, I have two markers: one representing the user's location and the other representing the pet's location. I want to set the ...
Hasti Vaghani's user avatar
0 votes
0 answers
50 views

Rendering markers in GmapControl WinForms

I need advice, because I don't know what to do anymore. I have a GPS where I use UDP to send a log at a speed of 100x per second. I'm using the Nuget Gmap.NET.WindowsForms wrapper to display the ...
Hades's user avatar
  • 1
0 votes
0 answers
81 views

Is there a way to determine if I've loaded a google maps library, like marker?

If I dynamically load a library like this: const { AdvancedMarkerElement } = await google.maps.importLibrary("marker") as google.maps.MarkerLibrary; is there any way to determine if the ...
chuckd's user avatar
  • 14.1k
4 votes
1 answer
561 views

How to specify anchor in AdvancedMarkerElement?

Since support for google.maps.Marker ends on February 21, 2024, we are considering migrating to google.maps.marker.AdvancedMarkerElement. I replace the marker icon with an image, but I don't know how ...
函館太郎's user avatar
1 vote
1 answer
150 views

map migration : google.maps.marker.AdvancedMarkerElement

I am trying to migrate in accordance with the changed regulations of Google Maps. google.maps.Marker --> google.maps.marker.AdvancedMarkerElement however, It is difficult to edit the information ...
KeeP Kim's user avatar
-3 votes
1 answer
39 views

How to get two Google Maps Markers at a fixed pixel distance

I've been struggling for hours looking for the solution to my question: I need to place two markers around the center of the map, allowing enough space for not having any overlay between them, ...
massic80's user avatar
  • 320
0 votes
0 answers
34 views

Remove markers on a map

so I try to make a website in HTML, CSS and javascript where we can add markers from a csv and remove them if we want. Vue.createApp({ data() { return { map: null, ...
Lisette 's user avatar
0 votes
2 answers
42 views

In chrome, The pin is placed somewhere other than where click on leaflet

I have a leaflet map in an html page (I put my code below). When I open it in chrome browser and click on the map, it puts the pin somewhere other than where I clicked. But it works fine in FF browser....
Mostafa Zahedi's user avatar
2 votes
1 answer
896 views

google maps E/FrameEvents( 8755): updateAcquireFence: Did not find frame

I have implemented google maps (maps SDK for android) in my flutter app to show users on the map which used to work very well without any problems. However, all of a sudden, the next day I am running ...
user19978912's user avatar
0 votes
0 answers
44 views

Add SVG marker to SVG Map using JS

I would like to add a SVG marker to a SVG Map that is in an iframe tag. The add is done via the press of a button on the HTML page. <input type="button" onclick="addMarker()">...
Zenex's user avatar
  • 1
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
20 views

Why the callout is not above the AnimatedMarker ? (React Native Maps)

I don't know why the callout is having this behavior, my theory is because of the AnimatedMarker. The callout is not lock above the marker. return <MarkerAnimated ref={(el) => (marker....
GabrielCampelo's user avatar

15 30 50 per page