The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
7 views

No map displayed with a huge number of Markers

I'm working on a web application for my university and we would like to show the position of all ex-students living all over the world. We have a database with over 60.000 students and about 55.000 ...
0
votes
1answer
26 views

Android Google Map - Clicked marker opens new activity or bigger window

I've been searching for help on implementing OnMarkerClickListener but nothing I've found has worked. This is my marker below and when clicked it only changes colour(light blue). I'm looking for it to ...
0
votes
0answers
17 views

Google Maps Reloads again and the Markers disappear when i click a button in Asp.net web application

There's a small issue that i'm facing. Part 1: A little insight on what i'm trying to do. Window.onload [in javascript] calls a function which displays the googlemaps nothing else. Then on click ...
0
votes
1answer
37 views

How to display markers on google maps from sqlite database on Android

Firstly sorry for my bad english. I want to make a program that displays markers on google maps api v2 (android) taking coordinates from SQLite database. Do you know any examples, I am a novice in ...
0
votes
1answer
30 views

How to populate google map with multiple markers from JPA database

I have a JPA data object from a table that includes longitude, latitude, location name among other data. I need to display multiple google map markers on a JSF webpage. I will be very grateful for a ...
0
votes
2answers
55 views

how to add different images in different information window for different markers in google maps api v2 for android

i have made lot of markers now i want each information window of marker must be unique i have written xml for information window but its not working aaccordingly everytime a single image shows up. ...
0
votes
1answer
25 views

OpenLayers on Load Markers Popup

I'm using OpenLayers to view a map and I'm having an issue with the marker's popup. When the Markers are loaded, I'm assigning them two events the moouseover and mouseout but when any of the markers ...
-4
votes
0answers
61 views

how to display multiple markers in google map [closed]

I am implementing website,in that i want display Google map according the data displayed in pages with multiple markers.I want help to solve this task. How to store the mysql some data(addresses) ...
0
votes
1answer
61 views

Infobox Google maps

I need to add custom markers to each infobox, also I need the infobox to show onclick how can I do this? Hope someone can help, Im new to custom google maps. Here is the link to the site ...
0
votes
0answers
90 views

How show my personal markers in a google maps geolocation?

I have the following problem. I work in Eclipse sdk with phonegap libraries and adt plugins and for my project I use Html and Jquery code.I would like to be added to this map my personal markers with ...
0
votes
1answer
71 views

Total Newbie. Google Maps API v3 Turn Markers On Below a certain Zoom Level

I am super green and need some help for a project. With my limited knowledge of html and javascript, I was able to make a google map with a number of locations. Here is my code (forgive me if it is ...
0
votes
1answer
108 views

How to add multiple markers in google maps?

I am working on a project that uses PhoneGap libraries, ADT java plugin, HTML and jQuery. I use the code below for the geolocation but I don't know how to add multiple markers with infowindows. What ...
1
vote
1answer
39 views

Markers hidden by axis

Some data I have to plot have coordinates such as (20,0), (10,0), etc... Basically some of the points belong to the x-axis. The problem is, these points are hidden by the axis; i.e. the markers are ...
0
votes
0answers
32 views

Adding a new place in google places library

I am new to android application development. I am trying to add a new place in google places library in my application. But i cant find any good tutorial or a source code to implement this. It would ...
1
vote
0answers
78 views

How do I overlay a polyline with markers on this google map in WP?

I already have the Google map set up, and it's set to create markers from listings in my WP theme that contain either street info or lat, long info. This works fine in the code below. However, I can't ...
0
votes
0answers
171 views

Google Maps v3 custom markers icon for each location

can anyone please help me with this, i can't find the solution to add a custom the icon for each one of the locations, i read all the google maps docs and see some examples here but nothing works for ...
0
votes
0answers
38 views

“Multiple markers at this line” - what causes this error, please

IN the following code, that I downloaded from a tutorial website, I get a "Multiple markers" error message on the line with the declaration of the last public method. The red squiggle is under the ...
0
votes
1answer
75 views

find latitude & longitude of saved marker in leaflet

I have circle marker var myMarker = L.circleMarker(stuSplit, { title: 'unselected' }) .bindLabel("Name: " + students[i][j][0] + " ReachTime: " + students[i][j][2]); ...
0
votes
0answers
80 views

Eclipse custom texteditor - marker annotation presentation issue

I want to write an eclipse plugin for my computer science lecturer. It's a custom editor with an xml based file format. I've implemented syntax highlighting and other stuff. But I stuck when it comes ...
0
votes
0answers
28 views

How do a add a side-bar with links to markers?

We are using the javascript below to show a google map on our website. For an example: http://www.weert.nl/parkeren.html The markers are based on a xml-file. We would like to add a side-bar with ...
0
votes
1answer
143 views

refresh markers - Google Maps JavaScript API v3

i'm refreshing an array of markers every 5 seconds using the setInterval function. I need to compare the two arrays (before/after the refresh) in order to select which markers will be added (or ...
0
votes
0answers
338 views

c# get longitude and latitude using Google map API from 2 different markers

There is probobly already a thread about this. But could not find something similar to what im trying to do. So lets see if i can explain what i mean. I'm trying to get longitude and latitude from ...
0
votes
1answer
118 views

google maps multiple markers clickevent

Im looping and placing some markers, but when i click a marker, they all respond with the same value Here is my code for(a=0; a < prod.length; a++){ // we add marker to map var ...
0
votes
1answer
61 views

How to make an on-the-fly refresh on Google Maps v2

I'm using Services do calculating the LatLng from some addresses stored in a database. When I have a lot of addresses, it's slower to calculate and when I open Google Maps, it doesn't have all the ...
0
votes
2answers
65 views

Marker doesn't show in maps api V3

Why does my marker not appear? I also tried without the line "marker.show", but the marker just seems not to appear. <html><head><meta name="viewport" content="initial-scale=1.0, ...
-2
votes
2answers
129 views

Google Maps API - Markers with duplicate latitude and longitude

I have a map that shows up to 30 markers, all loaded from the store database table upon user query. the table has couple of thousand stored in it. Problem: Some latitude and longitude in database ...
0
votes
1answer
76 views

create a class for painting markers in google maps api v2

i'm trying to do a class which is used to paint few markers in a map. I have a problem, but this problem is a Java problem no a Android problem. I have a main class that instantiates a helper class ...
0
votes
1answer
72 views

Clearing Markers from Google Direction Service

I'm using the Google Direction Service to retrieve the lat+lng of the route, then pass the latlon to a php file and return markers via a xml file. This all works fine, apart from I cant clear the ...
0
votes
0answers
66 views

Android multiple markers on mapview

This is my program; I am trying to do the following: 1) Detect touch. 2) Create a marker 3) Show all markers I have the following error: Would you please, help me? Thank you. 03-17 ...
0
votes
1answer
59 views

Google Maps - Markers drifting by 100's miles upon Zoom

Simplified version of my Maps app here (dummy map data from google spreadsheet via JSON): http://jsfiddle.net/mpAKk/ I am noticing that markers on the map will drift 100's of miles from their ...
0
votes
0answers
32 views

Google Maps showing only a few markers

I've a database with over 200 addresses (and this is only a part of the db, which has got over 60000 addressed). I use PHP to create a query and populate an array, which is used by javascript to ...
0
votes
1answer
126 views

Displaying information within an infobox in Bing Maps

I am using Bing maps to display markers on the map. I am able to display an infobox on the over of this markers. Now my infobox contains a summary which is display somewhat like this var ...
0
votes
0answers
64 views

Displaying markers within a Bing maps Polygon

I am using Bing maps to display markers on the map. Now i am adding a functionality where i allow the user to draw a circle around any marker of his choice and let him specify the radius of the ...
0
votes
1answer
92 views

Google Maps API marker loop not changing title properly - Javascript

I've been searching stackoverflow and the rest of the web to no avail. I am a novice programmer and I'm completely stuck on this problem. I have an array that is structured as follows: AddressA ...
0
votes
2answers
266 views

Only Plotting Markers Within a Drawn Cricle or Perimeter Google Maps v2 Android

Basically the title says it all. Rather than plotting every single entry in my database on a map as I do at the moment, I want to query the database and only plot the entries whose co-ordinates fall ...
0
votes
1answer
101 views

google map markers performance

on my web site http://offersmapper.com/ i have a map that has to show from 2000 to 5000 markers. is really slow. i tried with markercluster as suggested but nothing... most probably i'm doing ...
0
votes
1answer
35 views

print markers with v2 API with different order than the table info

i have a sql query and i pass the result with mysql_fetch_array into a while loop, and i am printing a table. The think is that with the same info included in each row i am building the markers on the ...
0
votes
1answer
63 views

Google Maps. Placing Markers with an interval

I've been trying to get the code working for hours. It seems to me that everything is ok, but it doesn't work. The markers keep showing up at the same time. I'd really appreciate if you could point ...
1
vote
0answers
61 views

Distance between two markers

I am working on an AR project using Metaio SDK, I'm facing a problem calculating distance between two markers when I point the camera to them, what I'm trying to do is to display a 3d model on each ...
0
votes
0answers
20 views

Generate different PlotMarker colors depending on the Sign of the argument

I am calculating eigenvlaues. Some are negative, some are positive. I define the index nn and mm (as well as np and mp) of each matrix element by some functions that assign positive, zero and ...
1
vote
1answer
38 views

How do to show only markered logs in slf4j?

I'm developing a subsystem of a big project. So I made a special logging marker to separete logs of that subsystem from the main project logs. How do to show only markered logs by that special ...
0
votes
2answers
130 views

Calculate nearest GPS points near directions MySQL

i have set of GPS points in database. I recently tried to select only those near to my location. I could do that with MySQL select. I use google maps to display them. But now, i need to calculate ...
0
votes
0answers
58 views

Google Maps API Suddenly Stopped Showing Markers in Wordpress

This is a strange one... I am using Google Maps API with Wordpress and suddenly my markers stopped showing up on certain pages. The odd thing is that when I asked Wordpress to load the meta data for ...
0
votes
2answers
56 views

Google Map Marker not being replaced

please excuse a noob at this. When a user clicks on a map, it should place a marker and open an info window - as per this example: http://www.geocodezip.com/v3_example_click2add_infowindow.html The ...
-2
votes
1answer
78 views

Groovy - Get String Between 2 Markers

it's my first try with groovy: I'd like to get Strings, which are marked in a huge-String. f.e.: Code before... bla...bla... @_<String-I-want-to-get>_@ Other Code...bla...bla ...
0
votes
1answer
94 views

Placing a marker within the image

i have written a code which displays an image in a tabbed pane. My code lookes like this class tracker extends JPanel { String imageFile = "areal view.JPG"; public tracker() ...
0
votes
0answers
162 views

Route me (Alpstein fork) for iOS markers wiggle in higher zoom levels

I am trying to get Route me working with building maps and I have a little problem. Try one of the examples of route me with markers. When you zoom in as max as you can, markers starts wiggle and ...
0
votes
1answer
317 views

google maps api works at localhost but doesn't work at web server

I used google maps api for selecting some points on map and find to shortest driving route. Everythings works in localhost, but when i publish and upload it server, it doesn't work... Why it's ...
0
votes
0answers
101 views

HTML Visible On TYPO3 Extension Front End

I have created an extension in TYPO3. I want an HTML form in my front end. I have created a textarea field in my HTML template as follows: <textarea rows="10" cols="50" id=""></textarea> ...
0
votes
1answer
76 views

Is it possible to select multiple markers in a dojo chart and pass their coordinates to an event?

I want to select two or more markers in a chart and perform an action using their coordinates. Selecting the points is the main problem since I didn't find anything on this topic and I'm not sure if ...

1 2 3 4 5 6