Tagged Questions
It is an image showing particular geo-location on the Google Map.
10
votes
3answers
656 views
Showing many markers in Google Maps
I have this map and want to display a whole bunch of markers. But I need to find a way of showing this in an orderly fashion, and well... something cool would be nice. Good thing is that Google Maps ...
9
votes
3answers
5k views
Efficient Map Overlays in Android Google Map
I want to do the following and am kind of stuck on these for a few days....
1) I was trying to draw poly lines ( I have encoded polylines, but have managed to decoded those) that move when I move the ...
6
votes
1answer
124 views
Drawing directions on Google Maps
I think this would be very basic question. I am building an application using codigniter in which the users have to mark the destination on the map and Google Maps should automatically draw a route ...
6
votes
2answers
779 views
Setting a Google Maps viewport to automatically fit pane for locations of (n) markers of various locations
The approach I took thus far has been:
function addMarker( query ) {
var geocoder = new google.maps.Geocoder();
var afterGeocode = $.Deferred();
// Geocode 'query' which is the address ...
6
votes
1answer
3k views
Removing Directions markers from the Google Maps API V3
To remove a normal marker from a map, I understand you simply call marker.setMap(null), but when implementing the Google Maps directions services, it automatically adds markers A and B onto the map ( ...
5
votes
2answers
303 views
Google Maps: Border on Markers
I'm trying to display photos as markers on Google Maps. This is no problem by redefining the marker as an image, but I want to put some sort of border or shadow to make them stand out better. ...
5
votes
2answers
270 views
Markers not showing on Google Map in Google App Engine
I have created a Google App Engine project in Python it runs on my localhost but when I upload it onto geo-event-maps.appspot.com the markers are not displaying.
I have a cron which runs to call on ...
5
votes
2answers
3k views
Google maps: place number in marker?
How can I display a number in the marker on a google map? I want to do server side clustering and I need to display how many points the cluster represents.
5
votes
2answers
641 views
How to center map on marker and open marker's InfoWindow in one method
I'm using Google Map APIv2.
On my webpage I've a sidebar containing a list of markers with onclick event executing showDetails method, that looks like:
GMarker.prototype.showDetails=function() {
...
4
votes
1answer
32 views
How we can get that at a particular place marker is present or not
I am making dynamic markers. I got success in that. But here is problem that if there is two same lat-log then it place only one marker there.
Instead of that I want to change the marker icon if there ...
4
votes
2answers
274 views
@Url.Content in separate javascript file using ASPNET MVC 3 and Razor
I was using this
if (ret = 1)
iconType = new google.maps.MarkerImage('@Url.Content("~/Content/images/image.png")');
else if (ret = 2)
iconType = new ...
4
votes
1answer
392 views
Starting Google Maps App with provided location and marker
From my app I would like to start the Google Maps App with a provided location and a marker. The marker should indicate, that there is something on that given location.
For now, I have the following ...
4
votes
1answer
132 views
How to re-drop marker on the google map?
I've got two functions:
function showMarkers() {
hotspotsIterator = 0;
for(var i = 0; i < table.length; i++) {
var obj = table[i];
if(obj && obj.marker) {
...
4
votes
4answers
3k views
GoogleMaps MapView crashes onTap in Android?
I'm currently writing an app displaying a MapView showing a google map. i used the "hello map view" tutorial from http://developer.android.com/resources/tutorials/views/hello-mapview.html and this ...
4
votes
2answers
2k views
Google Maps marker grouping
I'm trying to achieve the following thing: Have different types of markers on my map for example, schools, libraries, bus stops and I want to be able to show/hide each group of markers.
I have been ...
4
votes
2answers
1k views
How to get all visible markers on current zoom level
Here are some points:
1) I have some markers on the map and records associated with it on the right panel besides the map. They are connected via numeric id, which is stored as a property of marker.
...
4
votes
1answer
1k views
set zoom level when marker is removed
using javascript google-maps api
I currently have it setup to remove a maker I set it up when I am adding a location like so
function addLocation(map,location) {
var point = new ...
4
votes
4answers
10k views
google maps v3 marker mouseover tooltip
I want to put a tooltip made myself with divs when the mouse is over a marker, but I don't know how to get the screen position to put the div on the correct position, here is my code:
...
4
votes
2answers
3k views
Google Maps: How can I change the z-index of a Marker?
There are about 100 markers on a google map plus there is one special marker that needs to be visible. Currently, the markers around it hide it totally or partially when the map is zoomed out. I need ...
3
votes
2answers
46 views
Load markers from database for the visible area
I'm trying to load markers (custom overlay actually) from my database which contains the lat and the lng of each markers. I would like to load only the markers in the current visible area of the ...
3
votes
4answers
221 views
How to get some information in google maps without click event on marker and show this in a div, other than infoWindow
Hi I am showing some markers on my google map and on click of the marker, I am calling the click event and showing some info about that place to the right side(area other than Map and not as an ...
3
votes
1answer
62 views
Google maps link produces slightly moved marker when opened with native iphone/android app
I am building a web app which contains a Google Maps link that can be opened by the native phone Maps app (iPhone/Android).
The link has the form:
...
3
votes
2answers
88 views
How to make a Google Maps marker a simple URL link?
I'm looking for a way to make a Google Map marker a simple link (<a href="">).
I don't want to reproduce a link behavior with Javascript (location.href for example) because I want the user to ...
3
votes
2answers
133 views
Use Google Maps API on desktop Application
Hi i'm writing an application in Java and i need to know if it is possible to use the Google Maps API. Because this are deprecated, i can only use the javascript APIs
I want to use the already ...
3
votes
3answers
180 views
How can I integrate MakerClusterer with current Google Map? V3
I'm having trouble getting the MarkerClusterer into my current Google Map (which has taken a long time to get this far!!). How can I combine the two? I'm using V3 of the api.
Here's the ...
3
votes
2answers
1k views
Remove marker in Google Maps Api v3
I'm using this function to add a new marker (and polyline) to a map:
function addMarker(location) {
path = poly.getPath();
path.push(location);
marker = new google.maps.Marker({
...
3
votes
1answer
228 views
Google Maps API 3 - Check if marker is in view
I see that there is a getVisible call, but that only checks if the marker is on the map NOT if the marker is in the current view.
I want to check if the marker is in the current view bounds?
3
votes
2answers
206 views
Google maps Javascript: adding user foto to a marker
I have profile pages for users of my little card game, like this one - where I display their position by looking up their city. My current jQuery code is here:
<script type="text/javascript" ...
3
votes
1answer
340 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
1answer
330 views
Google maps infowindow showing on wrong marker
I have a piece of javascript code where I create markers and attach InfoWindows to them, like this:
for (var i = 0; i < 8; i++) {
var marker = new google.maps.Marker({
map: map,
...
3
votes
2answers
1k views
Android tap on map and get coordinates
Hi guys I am trying to make an app that once the user taps on a map it gets the coordinates of that specific point.
Among others i have also read that: Get coordinates on tapping map in android
It ...
3
votes
2answers
3k views
Using setZoom() after using fitBounds() with Google Maps API V3
I'm using fitBounds() to set the zoom level on my map too include all the markers currently displayed. However, when I have only one marker visible, the zoom level is 100% (... which zoom level 20 I ...
3
votes
1answer
447 views
How to animate a marker smoothly with Google Maps?
I've written a small algorithm that animates markers' movement from
one point to another. The algorithm looks like this in pseudocode:
lat_delta = new_lat - old_lat;
lng_delta = new_lng - old_lng;
...
3
votes
1answer
822 views
Scale Map Markers by Zoom, Android
I have lot of markers on my map. Zooming in each marker shows me a position. but zooming out the markers are overlapping each other and it is more difficult do determine the position of a marker.
...
3
votes
2answers
4k views
Google Maps API v3: Is there a callback or event listener for a setMap() event?
I am using Google Maps API v3 on a website I am developing. I have a drop-down box beneath my map which allows the user to switch between different sets of markers to be displayed on the map. Each ...
3
votes
2answers
528 views
How to check if there are any markers within a Google Maps viewport?
What is the most effcient approach to check if there are any markers within a viewport?
A perfect solution wouldn't require checking all the markers one-by-one if it's contained by the viewport.
3
votes
2answers
6k views
Google Maps V3: Only show markers in viewport - Clear markers issue
I like to create a map with Google Maps that can handle large amounts of markers (over 10.000). To not slow down the map I've created a XML-file that only outputs the markers that are inside the ...
3
votes
2answers
1k views
List All Google Map Marker Images
Do you often use image marker from google or copy it to your server?
Where I can get all images list of available markers from google?
The list of images such as :
...
3
votes
2answers
3k views
Toggling on/off Markers in Google Maps API v3
I'm having trouble getting the setMap(null); function that everyone seems to be recommending to work.
I believe it may be a problem with the way I've implemented the markers.
If someone could take ...
3
votes
1answer
79 views
Google Maps API
I am building a twitter, google maps mash-up.
I am trying add user's twitter profile picture to the map as a custom marker,
I know how to add custom markers from images but was wondering if there was ...
3
votes
2answers
275 views
Placing an embedded google map marker with Selenium
I have an asp.net website which as part of a wizard uses an embedded google map to select a location by clicking on the map to place a marker. How do I automate this with Selenium?
In particular ...
3
votes
2answers
407 views
How long are Google Static Map custom markers cached for?
How long are Google Static Map custom markers cached for?
When setting a custom marker and then changing it (eg, using the same file name but a different image) it seems to cache the first file ...
2
votes
1answer
56 views
How to update div using Reimer ASP.NET control?
I'm using Reimers ASP.NET control wich is great. But now I'm having a little problem.
I add two pins on the map like you can see in the following code below. When I click those markers on the map, ...
2
votes
3answers
66 views
$.each statement stops when it gets to “undefined” value
When working with Google Maps V3 markers, I make sure to store the name of each marker in an array so I can quickly remove all of them from the map at once. For some reason though, when I call my ...
2
votes
2answers
79 views
google map marker manager
Im having some problems displaying 2 different markers depending on the zoom level. For example if the zoom level is less then 10 show icon a, and if the zoom level is more then 10 show icon 2. I've ...
2
votes
1answer
62 views
load coordinates from database that are within the bounds of the map
I need to return a set of filtered records from the database which coordinates are within the current maps bounds (map.getBounds())
According to Google Maps API v3 this is possible to do client side ...
2
votes
1answer
83 views
In Google Maps v3, does removing a marker from memory automatically kill any listeners?
In my Google Maps v3 app, I am Creating Markers and putting them on the map. For each, I am adding an event listener on 'click' so I can show an Info Window when a user clicks on them.
I am keeping ...
2
votes
2answers
239 views
Want to retrieve SQlite data and set it to map markers[ForceClose]
I have an SQLite DB that's storing all coordinates + description to show them when taping on markers. I'm using this code to retreive all descriptions:
protected boolean onTap(int index) {
...
2
votes
1answer
53 views
Add a custom icon to embedded google map
I'm adding maps to a website dynamically, finding the lat and lng by using google's geocoding service. I'd like to put a marker on the position returned by the geocoding service, on top of that, I'd ...
2
votes
1answer
2k views
Sencha Touch - Add Markers to Map after Maprender
I want to load markers to my map, in sencha touch, after I load some json data from ajax request. The thing is I don't know how to achieve this after the maprender event is fired.
I've got this:
my ...