marker Questions
3
Solved
I would like to ask on how to implement or add a marker on an imageView.
I rendered an SVG using svglib and used a customImageView so that I can zoom and pan around the image.
here is my code on h...
Houseroom asked 3/12, 2012 at 7:56
1
Solved
I'm trying to change marker icon to "red-circle" or "red-pin" or anything else.
In these codes;
markerOptions: {
icon: 'images/beachflag.png'
},
the marker doesn't show. But if i make the icon...
Celtuce asked 3/7, 2015 at 2:38
1
Solved
I am using the GMap.NET code for maps and markers. Adding markers and doing anything with the map hasn't been the problem its removing a single marker from the map I am having issues with. I resear...
1
Solved
When I click the marker on the google map, "Navigation" and "GPS Pointer" buttons come out. How can I hide those two navigation buttons programmatically in android development?
Unknot asked 25/5, 2015 at 3:4
1
I want to use a custom hex color for google maps markers, but I saw you can only use hue colors from 0-360 and the 10 predefined ones. Is there any way you can change the marker color to be a hex o...
Roy asked 17/5, 2015 at 15:10
4
Solved
Ok, by default on marker click, marker is centred on the map. The problem is, that i have high infoView, inflated from layout, and it show out of map bounds. What can i do, to center pin horizontal...
3
Solved
I am making a website over cyclists killed in Norway. For my project I have been using google maps api v3, but I have vague familiarity with javascript. You can see my result so far here: http://sa...
Wellordered asked 29/5, 2013 at 22:58
1
Solved
I had this activity:
public class MapViewer extends Activity {
private GoogleMap map;
private Database db = new Database(this);
protected void onCreate(Bundle savedInstanceState) {
super.onC...
Ceramics asked 2/1, 2015 at 16:32
1
Solved
I am struggling since 2 days with something I was thinking easy, on a map, I have to display a marker for each user with the user FB profile picture inside.
I am wondering how I can have a resul...
Kepi asked 31/5, 2014 at 0:20
6
I want to disable clicking/tapping on map markers. I know you can disable default behavior by setting up an empty map.setOnMarkerClickListener and return true; However, this still takes the tap as ...
2
Solved
I'm looking to create a method that runs when a marker's info box/snippet is clicked. As yet, I can't find anything about this, only the marker. Any help or links as to where I could find some more...
Leopoldoleor asked 16/3, 2013 at 23:10
1
Google Maps has a nice feature called Marker Clusterer which lets you to apply grid-based clustering to a collection of markers.
Marker Clusterer counts every marker as one, it sums up the number ...
Downbow asked 25/3, 2014 at 9:47
3
Solved
I want to develop a Map Application using Google Map on Android.
Now, I want to add marker on the map via Touch or Tap on the Map. How do I apply touch event to drop the marker on the map?
Uitlander asked 17/6, 2013 at 8:18
3
I'm working on application with Google maps so i want to define a custom marker for each custom place, For example (gas station- Hotel- Hospital.. ) ! i have a overlays class with the latitude and ...
4
Solved
I'm stuck with this problem and I hope someone can lead me to a solution, I have spent 3 days on it until now..
The Problem
I have 2 activities, activity A is a listview populated from a JSON lis...
5
Solved
I am looking for the red dots showing here
I can find find plenty of push pins and shadows in various place. But cannot find this little dot....
Could someone help me?
Hermie asked 22/6, 2012 at 19:18
1
Solved
I am new to Open Street Map map. I want to put the marker on map where i Tapped. I want to delete previous marker also. Please help me.
Thanks in advance. Here is my code
Overlay touchOverlay = n...
Hillary asked 16/10, 2013 at 12:27
2
Solved
I am making a region drawing tool for a web application and I am using markers as anchors that the user can use to change the shape of a polygon.
This is what I have so far. http://demos.nodeline...
1
Solved
I'm trying to place a marker, but when I do it, this marker is placed behind of some markers set before (and over some others as well). I want to set it over all the markers, but I didn't find any ...
Chemosh asked 29/5, 2013 at 8:7
1
Solved
for a small project I am working on, I need to be able to place a marker on a leaflet.js powered image-map and update the position of this marker, if it gets dragged. I use the following code to tr...
Fame asked 2/9, 2013 at 14:40
1
Solved
On my application I need draw on TCanvas a "marker", like Google Maps marker (see the image).
I'd like use as parameters the radius, the height and the origin:
I don't have idea about algorit...
1
I'm implementing a feature in my app that allows user to manually locate themselves on a map. So I use a pin to represent their location and let user drag it to the place they currently are. The si...
Vinosity asked 8/8, 2013 at 16:15
2
I'm a bit new to SVG and d3.js.
While drawing a graph with D3 force layout, I'm using a simple diagonal line generator and using marker-end to draw arrow heads.
When using arc instead of diagonal...
Lipophilic asked 23/5, 2012 at 11:48
1
Solved
I created a marker in javascript, It looks like below:
var marker = document.createElementNS(SVG.ns, "marker");
marker.setAttribute("markerWidth", "3");
marker.setAttribute("markerHeight", "3");
m...
Rapids asked 10/8, 2013 at 13:19
1
cannot find an answer in the official documentation, so is there a way do have a GoogleMap draw marker shadows automatically like the old MapView did?
i know i can draw it manually but i'm wonderin...
Prostration asked 11/12, 2012 at 17:15
© 2022 - 2024 — McMap. All rights reserved.