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
0 votes
0 answers
14 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
14 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
30 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
29 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
18 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
16 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
30 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
16 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
31 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
0 votes
0 answers
53 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
23 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
0 votes
1 answer
28 views

R plot_ly How to set the color of markers in add_markers() with my own color vector in a correct mapping way

My data frame looks like this: Column A Column B Column C 7 groupA red 8 groupA red 5 groupB grey 4 groupC blue 5 groupD yellow Here is my code: p <- plot_ly(df) %>% add_markers(...
wei xiaodong's user avatar
0 votes
0 answers
20 views

highcharts: show tooltip only when hovering over marker

How to make a tooltip for a chart of LINE type displayed only when hovering over a marker (point) of this chart and not displayed when hovering over a curve between two neighbouring markers (points)? ...
Zhihar's user avatar
  • 1,388
-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
50 views

Leaftlet divIcon with clickable button

I'm working on leaflet and I wanted to add click event for a icon in the custom divIcon as below, If user clicks on the edit(pencile) icon then click event should trigger, Here is the code I'm ...
Kishor's user avatar
  • 200

15 30 50 per page
1
2 3 4 5
356