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
-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
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
0 votes
1 answer
30 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
21 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,378
-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
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
0 votes
0 answers
16 views

React ApexCharts: Adding Emojis to Data Points with Goals

I am on React project using ApexCharts to display data, and I'm trying to add emojis to specific data points that have associated goals. I have tried adding emojis using the markers ,annotations ...
Hamza Saleem's user avatar
3 votes
0 answers
247 views

React Google Maps API MarkerClusterer rerender

I'm working on a proximity app. The database contains longitude, latitude and a geohash of each item. The client supplies GPS coordinates to the server. The server then converts those coordinates to a ...
Sebastian Meckovski's user avatar
0 votes
0 answers
61 views

I need accurate screen cordinates to pass for magnifer widget in Flutter

This is with the magic numbers This is without magic numbers I am trying to add raw magnifier widget on the google map marker which activates when marker is dragged, i cannot wrap the marker as it ...
Pranav Narkhede's user avatar
0 votes
0 answers
28 views

Plotly - scatter markers - assign a chosen color

Here's the code I'm trying to get working: import plotly.graph_objects as go from plotly.subplots import make_subplots Prod=[450000, 500000, 420000,300000] colors = ['rgb(215,209,209)','rgb(170,170,...
Anthony Sieuw's user avatar
0 votes
0 answers
41 views

Jetpack Compose Clustering sometimes show default markers

I have a screen that contain a list of custom markers with clustering and works fine. The problem is sometime after open de screen my google maps show my customs markers AND the default markers on the ...
Aris Guimerá'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
179