marker Questions
6
Solved
Hi?
I am working on a MapView app in Android. I have three markers that I want to be able to use the Google Map API getlocation-function on, later on. In order to try it out I would like to move th...
Selfsacrifice asked 9/10, 2010 at 18:45
1
Solved
I have a custom marker image and want to use a variable for the opacity of the image. I doing the following and gettin this error "Value for opacity cannot be cast from ReadableNativeMap to do...
Prowess asked 20/1, 2019 at 1:13
1
Solved
just a quick question, where I couldn't find anything helpful in the plt.errorbar documentation
I want to plot values with error bars:
import matplotlib.pyplot as plt
plt.errorbar(1, 0.25, yerr=0...
Induplicate asked 16/3, 2020 at 15:23
6
I placed 100 GMSMarkers on GMSMapView. How to remove all the GMSMarkers?
In Google Sdk Version 1.6 for iOS.
Marker array(in GMSMapView (Overlays) file) which will be holding the GMSMarkers list i...
Piscator asked 22/11, 2013 at 11:56
3
Solved
I am dealing with a multi-column dictionary. I want to plot two columns and subsequently change color and style of the markers according to a third and fourth column.
I struggle with changing the ...
Jodhpur asked 14/9, 2013 at 10:46
1
Is it possible to remove the google maps navigation button at bottom right when we click on a marker?
I tried this
Marker(
consumeTapEvents: true,
onTap: () {
print("marker clicked");
},
...
Dissimilarity asked 24/7, 2019 at 10:5
4
Solved
I have a view controller with a GMSMapView and have loaded a number of markers onto the map. I can change which marker is selected with mapView.selectedMarker = ... but how do I change the color of...
Poteen asked 2/12, 2016 at 18:46
6
Solved
I've 2 function as below:
function addMarker() {
marker = new google.maps.Marker({
position: Gpoint,
map: map,
draggable: true,
animation: google.maps.Animation.DROP
});
map.panTo(Gpoint);
...
Untouchability asked 15/12, 2011 at 14:37
1
Solved
I have the following marker in my python matplotlib scatter plot:
made by the code:
plt.scatter(x,y,c=z,cmap=cm.bwr,marker='X',s=800,linewidth=1,edgecolor='k')
I want the X to be the same siz...
Pyrrhotite asked 1/5, 2019 at 1:56
2
Solved
Problem : My remote server returns 10 multiple value for a request.i parsed my response and using for loop i added markers(here i added info to title and snippet) on a map.(here i want to add extra...
Ephemeris asked 23/4, 2014 at 7:18
3
I want to rotate marker as per bearing or sensor value received from Accelerometer to show the user where actually he is moving. I have set marker icon and flat value to true but its not working as...
Geometrician asked 20/12, 2013 at 13:35
3
Solved
The leaflet documention shows you can add a popup to a marker with
marker.bindPopup("<b>Hello world!</b><br>I am a popup.").openPopup();
or create a standalone popup with
var ...
1
Solved
There are some examples to create custom markers in leaflet, but most of them are only for one variable. However, there are lots of data with several factors, which is better to visualize with diff...
1
Solved
I reproduced this issue with the following demo: http://jsfiddle.net/baoqger/deL0yuvg/9/
In my project, I have a custom icon marker which I want to rotate the icon on some cases.
I add a claasna...
2
I am having trouble with changing googlemap marker on the googlemap.
Neither this method works
MarkerOptions markerOptions = new MarkerOptions().icon(BitmapDescriptorFactory.fromBitmap(MarkerMana...
1
Solved
I managed to change the icon of currently clicked marker using the below code. I have multiple markers on page. Now the issue is , if i click the second marker, the icon of the previously clicked m...
Rosenbaum asked 16/10, 2018 at 13:30
8
It sounds so simple but I can't find any newbie tutorial: Could anybody give me a simple example how I create (vektor)markers in OpenLayers that open an infowindow on mouseover and even close it on...
Tovatovar asked 15/12, 2011 at 16:35
2
I want to achieve like that in my application, I know about to draw a circle, but I need to show the marker in above right side of the circle in below image
I want to show 10Km above the circle ...
Boiardo asked 13/9, 2018 at 13:19
5
In my Android application, I have to delete and re-add a cluster item in my GoogleMap, that represents my current location. But when I run this code:
clusterMng.remove(myitem);
I get this Except...
Smallminded asked 26/2, 2014 at 17:31
2
Solved
I know it's easy in the java version of Google Maps but I can't figure out how to get the info window to close in the objective C version of the SDK.
I'm using this method:
-(void) mapView:(GMS...
Antiquated asked 3/4, 2013 at 18:9
1
I've searched enough but have not found it yet. How to make a GoogleMaps Marker with a photo Example:
I thought I would put 2 markers in the same place one with the image of the marker and anoth...
Fess asked 2/5, 2018 at 20:38
0
Delete this question please, someone has helped me on another thread.
I am trying to generate markers at certain times in my app so that it will show a blank map at launch, but then sometime later...
Dapple asked 28/4, 2018 at 3:28
2
Solved
First, my code is perfectly running.
I have well set up and mapView.register my annotation markers and cluster.
When I zoom out the annotations fusion as expected in my cluster views,
when I zoom ...
Blairblaire asked 19/10, 2017 at 10:0
9
Solved
I have a list of random latitude and longitude points and I am drawing a route between them. My question is how to bound this route within google map I made below utility method
public static vo...
Sigvard asked 23/9, 2016 at 9:7
5
Solved
How do I insert a newline into text of a marker tooltip. I am using \n which doesn't seem to be working.
See code below:
mark = new google.maps.Marker({
map: map,
position: center,
title:ins...
Knuckle asked 26/7, 2011 at 13:22
© 2022 - 2024 — McMap. All rights reserved.