Top "Markers" questions

With OpenLayers, what is the correct way of removing a markers layer, and the popups?

LoadPin is a function to add a marker to a map. It initializes the layer on the first call. map …

javascript popup mapping openlayers markers
How to add marker for a map view in google maps sdk for ios in swift

Trying to add a marker to Google map,but the app is getting crashed at while addMarker() function call,Exception …

ios swift google-maps-sdk-ios markers gmsmapview
How to change Gmap markers color?

I've a custom google map with different points: Markers[0] = new Array(new GMarker(new GLatLng(45.0, 9.0)), "Location1", "<strong>Address …

colors google-maps-api-3 markers
Matplotlib : making a colored markers legend from scratch

In Matplotlib, i'm trying to make a legend with colored "markers" like this one : this one has been made using …

python matplotlib colors legend markers
Google maps api dot marker

Currently I use a StyledMarker icon (the default bubble icon with custom colors), but I've seen that some sites use …

javascript google-maps-api-3 markers
Scatter plot with multiple markers

I am trying to put a scatter plot together from multiple data files, to see how the correlate to each …

matlab markers scatter-plot
conditional marker colors in highcharts

I'm using Highcharts and I want to fill markers in line chart with different colors. For example: when variable "a" …

javascript highcharts markers
Multiple markers on this line when using @Transactional

for example: @Transactional public boolean addPersonToDb(Person p) { // message on this line //some logic } Code compiles and runs with no …

spring markers transactional
Marker mouse click event in R leaflet for shiny

How can I receive a mouse click event on a marker in a leaflet map in R? I'm using the …

r leaflet shiny markers mouseclick-event
Matplotlib: how to plot with a specific hex color and a specific marker?

I need to produce a plot in which a line is plotted in Pigment Blue (hex= #333399) and with the o …

python matplotlib plot colors markers