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 ...
0 votes
1 answer
873 views

Extract latitude longitude and label of markers to a dataframe

I'm trying to create a shiny app that will allow users to click on a point in the map, show where they clicked with a marker, allow them to label the point with a name (that they type in free text) ...
-2 votes
0 answers
25 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 ...
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....
-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 ...
1 vote
4 answers
10k views

Multiple markers with labels in Google Maps

I'd like to implement multiple markers with labels (documented here: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.0.1/docs/examples.html) and I'm having some ...
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 ...
-2 votes
1 answer
462 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? ...
3 votes
1 answer
9k views

Matplotlib Plot Dashed Circles

Given the following: import matplotlib.pyplot as plt import numpy as np x = np.random.randn(60) y = np.random.randn(60) x2 = np.random.randn(60) y2 = np.random.randn(60) plt.scatter(x, y, s=80, ...
0 votes
1 answer
3k views

Flutter- How to move marker along polyline using google map

I am trying to move the marker according to the polyline with animation. I found this in java but I wasn't able to convert it to dart (moving marker along polyline)
-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 ...
-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 ...
3 votes
3 answers
2k views

How to offset a marker in matplotlib?

plt.plot([2,5],[0,0], marker='^', markersize= 15, fillstyle='none') What is the easiest way to make the markers go down just a little so the line touches the top of the triangle? I'm trying to plot ...
2 votes
2 answers
2k views

Android map api - changing zoom level causes incorrect marker position

Sorry if this was asked before.. it seems so obvious problem but could not find any reference. When adding marker to the map - not even custom one, just plane marker, and zooming in/out, the marker ...
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. ...

15 30 50 per page
1
2 3 4 5
521