Tagged Questions
The marker tag has no wiki summary.
6
votes
5answers
5k views
Different named Markers on Google Android Map
i want to add many different markers on an android map. My code works good so far with the same overlay over and over again:
mapOverlays = mapView.getOverlays();
drawable = ...
5
votes
1answer
4k views
Open infoWindow of specific marker from outside Google Maps (V3)
I can't seem to get my head around this problem:
I've got a map with (a lot of) markers (companies) that come from a generated XML file. Below the map, I want to show a (non-JavaScript-generated) ...
5
votes
2answers
340 views
Find the position of a pattern/marker inside a photograph
i need to find a marker like the ones used in Augmented Reality.
Like this:
I have a solid background on algebra and calculus, but no experience whatsoever on image processing. My thing is Php, sql ...
4
votes
2answers
194 views
gVim - show position marker of matched search terms
Is there functionality, plugin or ways in gVim to show markers of matched search terms, which point out their rough positions in the buffer? For example, when search "foo" in the buffer, the feature ...
4
votes
1answer
2k views
Add a marker to an image in javascript?
Anyone know how I can add a marker to an image (not a map) in Javascript?
Ideally I'd like a handler that behaves much like adding a marker to a map - i.e. onclick causes a marker to be displayed at ...
3
votes
1answer
337 views
How to create Google Latitude like markers?
In my HTML5 app, I use Google Map v3 and add several markers on a map. It's easy to place new markers and to change icons but I'd like to be able to build markers like the one used in Google Latitude. ...
3
votes
6answers
169 views
What to choose as a good marker in C? [closed]
So, I'm wondering if there's a good marker to choose in C, apart from the common 0xDEADBEEFor the less appealing (for proper code) 0x0BADA550.
What's your favorite?
Is there any reason to choose one ...
3
votes
2answers
2k views
What is the difference between “marker.setVisible(false)” and “marker.setMap(null)” in Google Maps v3?
I want to clear marker on Google Maps.
What is the difference between marker.setVisible(false) and marker.setMap(null)?
But i don't know which is right?
Thanks
2
votes
4answers
58 views
Selecting Last Element in JavaScript Array
I'm making an application that updates a user's location and path in real time and displays this on a Google Map. I have functionality that allows multiple users to be tracked at the same time using ...
2
votes
1answer
127 views
Change marker bounds for android google maps
So I have a customoverlay which extend itemizedoverlay in order to place a marker on the map. My problem is that I'd like to adjust the marker so the drawable's bounds are different from the ...
2
votes
2answers
111 views
How can I make google map marker grow bigger when the mouseover it?
In Google Map API v3, as the title, I only saw 2 types of animation in google map api, but I saw in some places the map marker animate like grow big when mouse over it? How to implement this?
2
votes
1answer
92 views
Openlayers: Marker on different vector layers
I have an OpenLayers map with two vector layers. Both of them contain marker.
With help of the following link, I managed to get a select-handler on both layers.
...
2
votes
1answer
75 views
Blackberry app map clickable marker
I am thinking about developing a BB app that is based on maps provided by BB.
The trick is that I need the markers on the map to be clickable.
I did a little research and a lot of people are saying ...
2
votes
1answer
184 views
Google Maps Api - Deleting marker with mouseclick
I got a problem with deleting a marker on mouse click. Well, the thing isnt as simple as it seems.
function addPoint(event) {
path.insertAt(path.length, event.latLng);
var marker = new ...
2
votes
1answer
385 views
Make marker dragable and clickable
I have a vector-layer for diplaying markers as features on my map, but now mather, what I do, they are eighter dragable or clickable. What can I do to get both?
/*** Init Drag Marker
*/
var ...
2
votes
1answer
115 views
Scintilla (QScintilla) 3rd marker define fails
In my class I attempt to define 3 markers, one for errors, one for warnings, and one for breakpoints. This worked well when I was only attempting to define 2 markers, but for some reason the third of ...
2
votes
3answers
519 views
Updating the MarkerImage sprite origin point in a Google Maps marker (v3)
I want to dynamically update the "origin" point of a sprite generated by the MarkerImage constructor in Google Maps API v3, and am wondering if that's possible without generating a new MarkerImage ...
2
votes
3answers
637 views
route-me marker label with UIButtonTypeDetailDisclosure-Button - Button isn't clickabel
I've got a problem with the route-me framework and marker labels. I'm trying now about 5 hours with no luck and searched almost every forum topic on the web about this.
I want to add a marker label ...
2
votes
1answer
248 views
How to cancel a google map marker drag operation?
As you see in the follwing code, I want to show the latlng of the marker, when user click on the marker, so it must be draggable. but in some cases, marker must not be draggable, if user drag it, it ...
2
votes
1answer
824 views
Set marker on MSChart at specific X-Value
Here is the code that generates my chart:
System.Web.UI.DataVisualization.Charting.Chart Chart2 = new System.Web.UI.DataVisualization.Charting.Chart();
Chart2.Width = 350;
...
2
votes
1answer
831 views
Creating SVG markers programatically with Javascript
Is it possible to create a marker in SVG using Javascript and then apply it to a newly created line? If so, please can you tell me what is wrong with the code below. I would expect the red and green ...
2
votes
0answers
568 views
BIRT - How to add a dynamic marker?
I have one dataset and create from this set an area chart. In this case no problem.
But now I have the requirement to add dynamic markers to the chart.
So, this is the example:
Data Set:
date | ...
1
vote
4answers
54 views
How to name a class which uses an attribute?
I'm coding custom attributes instead marker interfaces
public class FooAssignableAttribute : Attribute
{
...
}
[FooAssignable]
public class Foo
{
...
}
Can't I code a ...
1
vote
2answers
53 views
Google maps API Marker
I've got an issue with the Google Maps API. I need to display, like 200 markers on a Google Map. So i do this :
$gmap->addMarkerByAddress(location,type,picture);
For all my differents markers. ...
1
vote
1answer
62 views
Marker transparency in Matlab
I would like to know if there is possible to set the transparency of a line marker to opaque in order to improve my animation (satellite movement around the Earth).
1
vote
3answers
71 views
Add markers to a div element in javascript
I need a marker that behaves much like adding a marker to a map. On double click cause a marker to be displayed at the point that was clicked, and returns the x/y pixel coordinates of the point that ...
1
vote
2answers
147 views
Google Maps Api 3 Remove Selected Marker Only
I've 2 function as below:
function addMarker() {
marker = new google.maps.Marker({
position: Gpoint,
map: map,
draggable: true,
animation: ...
1
vote
3answers
95 views
Use php to populate javascript array
All,
I have the following bit of code:
function addPoints() {
newpoints[0] = new Array(41.45998, 87.59643, icon0, 'Place', 'Content to open');
for(var i = 0; i < newpoints.length; i++) {
...
1
vote
2answers
230 views
Animate markers on Google MapView
I am working on an Android app that displays multiple markers on a Google MapView. Everything works perfectly but I would like the markers to have an animation when they appear on the map.
Here's an ...
1
vote
2answers
50 views
Google maps and raising marker
I'm writing web app that uses google maps. I've got some points placed to the map as markers. When I drag the marker - it raises - and when I drop it - it falls back down. I want to avoid raising ...
1
vote
1answer
237 views
OSMdroid: Markers above each other - how to click
I have a big problem with OSMdroid:
I have a map with a bunch of markers, some of them are near each other so that the marker drawables are above each other.
Now, when the user clicks such a marker ...
1
vote
1answer
134 views
Place infoWindow on a static position away from the marker (Google Maps)
What I want to acchieve (and couldn't find anything so far) is that the infoWindow is not attached to the marker. I'd like to place it on a static position in my viewport and just exchange the content ...
1
vote
1answer
110 views
Google Maps: Put Marker on Top Left of The Map
just like the title say, I know how to add marker on specific lat,lon. Now I want to add marker and put it on top left or top right of the map. How to accomplish this using javascript api v3 ?
1
vote
1answer
166 views
Mathtext markers in matplotlib
As I need to plot many curves in a single figure, I need many different types of markers. Sometimes the number of the default markers are not enough, so it would be nice if the user could customize ...
1
vote
1answer
217 views
how to set marker one by one in google map api v3?
I am doing a google map which will read a set of coordinates and put the marker on the map one by one.
Below is my idea:
function A{
for loop(
set marker
call ...
1
vote
1answer
117 views
Number of positive and negative images needed to create a simple haarcascade
How many positive and how many negative samples will I need to recognize a pattern like one of the 3 stickers on this picture:
http://i.expansys.com/i/b/b199956.jpg
Note: that I'm talking about ...
1
vote
1answer
155 views
HaarCascade (for OpenCV) to recognize a marker
I'm trying to get OpenCV to recognize a visual badge (marker). Does anyone have an existing HaarCascade (preferably an xml file) of a badge of some sort?
Links of any sort are appreciated
Thx!
...
1
vote
0answers
308 views
How to replace default red-dot.png in maps API V3 using markerclusterer after zooming into single marker?
I am using MarkerClustrer. After sufficiently zooming in on markers, they are separating out, but the image is default red-dot.png that google provides.
Is there way I can change that default? I am ...
1
vote
0answers
49 views
Implementing quick fixes list in eclipse
I develop plugin for eclipse, which marks some location in files. Also, user must have ability to do some actions with this markers, something like this list of actions in spellchecker:
...
1
vote
1answer
270 views
JFreeChart - IntervalMarker vertical?
In the examples provided by JFreechart, we see that it is possible to display horizontal IntervalMarkers. I would like to build vertical IntervalMarkers and I do not find the way to do that using this ...
1
vote
1answer
338 views
Google Maps API - cannot click on a link in an infowindow
I've got a problem with InfoWindow in GoogleMaps API v3 in Javascript. I have successfully created an info window, I can set any content inside, but I want to put a hypertext link inside. It works ...
1
vote
1answer
454 views
What is the best type of marker to detect with OpenCV and how can I find the 2D location near real-time on the iPhone?
I am writing an iPhone app to use OpenCV to detect the 2D location in the iPhone camera of some sort of predefined marker (only one). What is the best type of marker? Circle? Square? Color? What ...
1
vote
1answer
293 views
google maps api marker image positioning problem
i have changed the image i use for a marker on google maps. the new image is much wider than the old one and i have noticed that the marker is aligned with the lat and lng so that the marker rests ...
1
vote
1answer
169 views
Google Streetview API
I'm looking for a way to make a visible marker on Google Streeview (using the streetview API?). Can anyone help me?
On our application the user has to find items to trigger different events but ...
1
vote
1answer
320 views
Extending google.maps.Marker
I found this great tutorial for extending GMarkers in v2 google maps: http://www.googlemapsbook.com/2007/01/22/extending-gmarker/
Unfortunately, in v3 the set-up of a marker is very different (eg you ...
1
vote
1answer
721 views
Is android.content.Intent.ACTION_VIEW for maps unusable or am I wrong?
What I do with my application is allowing users to discover POI on Google Maps.
That's really easy and I use
final Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("geo:+"
...
1
vote
2answers
441 views
Launching Google Maps with more parameters
I have read a lot of stuff about launching Google Maps in Android.
That's pretty easy:
Uri uri = Uri.parse("geo:38.899533,-77.036476");
Intent it = new Intent(Intent.ACTION_VIEW, uri);
...
1
vote
2answers
1k views
MapView Marker shadow
I am adding different markers to my map...
Drawable drawable = app1.getResources().getDrawable(R.drawable.test);
drawable.setBounds(0, 0, drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight());
...
1
vote
3answers
336 views
Any simple way to clean all Markers, Polylines and other Overlays on Google Maps v3 API?
I want to get a new map not using refush the webpage.
thanks
and has easy way to get all Overlays on the map?
1
vote
1answer
1k views
How to fire dragend event of a marker in google maps v3?
I want to fire dragend event of a marker in another event say click event on the map. how can I do that?
google.maps.event.addListener(map,'click',function(pt){
...