Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
2k views

Best plugin for jQuery and Google Maps API v3? [closed]

I've been looking for a jQuery plugin to load a gMaps using Google Maps API v3. What are the jQuery plugins you use in this case? At the moment, jMapping is the best I've found: ...
4
votes
2answers
104 views

Variables overriden into a for loop

I'm trying to add markers to a Google maps using V3. I have my places into an json object (places): var num_places = places.length; for(var i = 0; i < num_places; i++) { place_lat_lng = new ...
3
votes
1answer
48 views

how to return a variable outside of javascript function that is inside a function?

So I have function find_coord(lat, lng) { var smart_loc; var latlng = new google.maps.LatLng(lat, lng); geocoder = new google.maps.Geocoder(); geocoder.geocode( ...
2
votes
2answers
62 views

increasing speed and efficiency of ajax call

I'm not the most disciplined dev, dont know standards and am self-taught so bear with me. I create stuff very logically and fast but not always using 'programming standards'. I have a mobile app ...
2
votes
3answers
525 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
1answer
1k views

What font is used on the Google maps for the labels?

What font is used on the Google maps for the labels?
2
votes
1answer
2k views

Adding simple marker clusterer to google map

I'm having problems with adding marker clusterer functionality to my map. What I want is to use custom icon for my markers and every marker has its own info window which I want to be able to edit. I ...
2
votes
2answers
2k views

Google Maps - open InfoWindow onMouseover instead onClick

I have a question regarding Google Maps and a jquery plugin that I use to display maps, etc. All works fine, Marker Positioning, reload of page (with new db query to retrieve new data based on the ...
2
votes
1answer
738 views

Best approach to render PrimeFaces gMap to auto zoom to show all markers, and show location with accuracy?

I have couple of gMap related questions which I didn't find from user guide, I hope some one could help me.. 1) I needs to shows a marker on gMap with location accuracy in a circle (For example, if ...
2
votes
2answers
493 views

Custom Google Map overlay?

How can you use a custom tileset/overlay on a Google map, like was done here: http://www.philaplace.org That is pretty cool, and I would like to experiment with this.
2
votes
1answer
747 views

Google Maps Custom Control positioning

I am trying to figure out how to position my control to the center of the page. but when I use "BOTTOM_CENTER" it centers the left end of the div to the center of the map. I'd like to offset this ...
2
votes
0answers
374 views

how to test google places apis in localhost and getting the client id

I want to use the places api for getting the places names within a circle in localhost. Does anyone know how to get the client id for localhost?
2
votes
1answer
139 views

google maps everytime fails to place some markers on the map

im trying to place like 130/140 markers on a custom google map. i inject the map with jquery and gmaps (http://gmap.nurtext.de/) everytime, at random (not related to specific markers) a lots of ...
2
votes
2answers
432 views

Drupal gmap: Set markers by city not clicking map

I have location and maps enabled so that the user can add their current location by City and Country. To have the users appear on the map they have to place a marker on their location in the map. Is ...
2
votes
1answer
506 views

Create Gmap Link from an address

Given a street, city, lat/long, and zip, how do you create an anchor link to a Google Map? Following a Gmap result, I tried to mimic the link it gave. So far, I have tried: $street = str_replace(' ...
1
vote
1answer
217 views

How to select and manipulate google maps (V3 JS API) marker by ID?

I got a Google Map with markers on the left side and a list with content items explaining those markers on the right side. When i click a marker, the list will scroll to the according entry. Thats ...
1
vote
1answer
312 views

Using a Mock Location in Navigation App

I'm trying to develop an application that will simulate a route through Google's Navigation application. I found some excellent examples of how to implement a mock location provider in some other ...
1
vote
3answers
135 views

Google Maps like Map

Ive seen people using the google maps interface for their own maps. Does anyone know if this is legal and how to do this? Thanks in advance!
1
vote
1answer
217 views

InfoWindow graphics “messed up” using Google Maps API v3

I'm simply putting a marker on the map (after it's all set up and centered like in the sample code in the Google documentation) using geocoder and place an infoWindow on it like so: geocoder.geocode( ...
1
vote
1answer
41 views

currently viewed country in google maps

I need a way to figure out what country (if any) the user is currently viewing on the map. If multiple countries are view'd just return "". I've been working on this for a while, and know how to use ...
1
vote
1answer
250 views

Gmaps4rails : auto-ajust fails after call to replace_markers()

When using Gmaps4Rails, an asynchronous call to replace_markers() does update the markers, but the zoom level and center remain the same. Any way to force an update or have gmaps4rails do it ...
1
vote
1answer
227 views

embed a drupal gmap view on other sites

anyone know how to compose an embed-snippet of the outputted map from a gmap view made with the gmap module in Drupal - for use on other sites? Like the link that appears on top of any map on ...
1
vote
1answer
128 views

centralized latitude and longitude from set

I have few values of latitude and longitude. How can i found centralized latitude and longitude from them? and How can i find out proper zoom parameter?
0
votes
0answers
10 views

gmaps4rails zoom on one marker

I'm using gmaps4rails, and I'd like to keep using the auto zoom feature, but in case I only have one marker I'd like to change the zoom, cause the default one is the maximum zoom. Having read the ...
0
votes
0answers
19 views

Getting a few layers to load in google maps

Can you please help me figure out why the magnificent layer does not load in the following page? There are a few layers which I am pulling from CartoDB before processing into a heat map, then there is ...
0
votes
1answer
67 views

Using Google Maps to highlight whole roads

I've been looking everywhere for a way to highlight a whole roads on a Google Map via the API. As in, I want some roads to be highlighted red, others green etc. Is this possible? I can't seem to ...
0
votes
0answers
23 views

Data distribution over GMaps

I'm trying to show data distribution over GMaps. The technology I'm using is GWT. I googled a lot but failed to find such API which can be integrated with GWT.
0
votes
0answers
187 views

gmap3 add overlay onclick marker

I'm trying to make as an infowindow with gmap3 (I'm not using the normal infowindow because I need it to activate on each marker et have a customized html within it). ...
0
votes
1answer
124 views

How to support Pan/Zoom with Gmap in WebBrowser?

For I have a javascript version GMap.html, I can successfully display it in the WP7 WebBrowser, but I cannot make it pan or zoom in; is there a way to disable the default gesture behavior(such as ...
0
votes
0answers
85 views

How remove Polyline from map in GWT Gmaps

i using GWT in my project with Gmaps, and i drawing many polylines, but in time I need to force cancell the handler to draw polyline in time of execution, this cancel only when limit of vertex are ...
0
votes
3answers
105 views

php: putting a google maps url in the database

I have a form field where someone can post a google maps (html) url which I then want to put into the database. Then I am retrieving it to use the html embedded map directly on my page. I have tried ...
0
votes
1answer
285 views

Gmap + Primefaces: Map Location from full address

Hy, well i'm using a JSF2 project with primefaces 3.0 and GMmap component. As we know this component accepts just location, but i need to work with address as well.. For exemple, instead of using a ...
0
votes
0answers
88 views

google maps infobubble failing on “object is undefined”

Firebug tells me that Object is undefined in infobubble.js. No other information available. I got this js from ...
0
votes
2answers
85 views

PHP regex - get latitude and longtitude

I wanna get from a page 2 values - lat and long. The source code contains this piece of JS: new GLatLng(53.299671, -6.267786) Can anyone suggest me the best method/regex? Thank you a lot.
0
votes
0answers
100 views

How to add search control on jquery Ui maps (gmaps)?

I want to add search location (geolocation) on jquery-ui-maps/ Here's the code : $('#map_canvas').gmap( {'center': new google.maps.LatLng(-0.703107,113.90625), 'zoom':4,'callback': function(map) I ...
0
votes
1answer
138 views

Enable user to search for a location in GMaps in android apps

I am new to android development, I have enable gmap view in my application, now I want to enable user to search for a location in GMaps, I have searched alot but can not find, way, Please suggest me ...
0
votes
1answer
327 views

Gmap3 adding a simple context menu

So I'm trying to add a pretty simple context menu like the example given at: http://gmap3.net/examples/context-menu.html However, this example is pretty complex and not a great starting point to ...
0
votes
1answer
31 views

Determine countries by gelocation (latitude and longitude)

I have a list of geolocation places (given their latitud and longitude, such as 40.33,41.339), and I'd like to retrieve the countries for those geolocation data. How can I do that?. Surely there is ...
0
votes
3answers
585 views

Remove all gmaps marker on jquery remove button

I use jquery-UI-map for gmaps, and i want to make popup when i click the maps on Gmaps. $(function() { $('#map_canvas').gmap( {'center': new ...
0
votes
0answers
183 views

Multiple google maps, with markers and info Window

I have create two google maps into the same page. Each of these maps has it's own marker. Also on the first map, I have create an infoWindow for the marker. The problem is that the infoWindow appears ...
0
votes
1answer
230 views

How to call jquery function for alternate gmaps infowindow?

I want to call jQuery function like modal box instead of using gmaps infowindows. How can I do that? Here is the code, it's still using default infowindows: var marker; function initialize() { ...
0
votes
1answer
183 views

gmaps with fancybox isnt displaying properly the second time around

I'm experiencing some really strange behavior and cant figure out why... I have a link to a location which I call using fancybox: $(".location_modal").fancybox(); The code to display the ...
0
votes
1answer
483 views

jquery gMap with lots of dynamic locations

Ok, so I'm using gmap to display many locatons from an xml file that stores the city, state, html, and other information about certain locations.Problem here is there are most likely over 100 ...
0
votes
2answers
99 views

How many request per seconds i can do with a free gmaps account?

i know that the limit for free accounts of gmaps is 2500 requests per day, but is there a limit on how many request/per seconds i can make? I ask this because i'm having problems if making two ...
0
votes
3answers
161 views

Is there an alternative to google maps to calculate distances when using a bicycle or public transport

I'm creating a website using google maps API and everything was fine until the client asked me if it was possible to calculate distance and travelling time when riding a bycicle or when using public ...
0
votes
0answers
278 views

Google Maps polyline: Click on section of polyline and return ID?

I have a Google Maps V3 polyline. I can detect click events on the entire polyline, but can I do anything more advanced with the click event? What I'd like to do is detect which section of the ...
0
votes
0answers
317 views

Google Map NWS KML Layers show/hide

I have a running example that loads all the kml layers. I need to see how I can turn each layer on and off to animate the layers. http://jsfiddle.net/ad5qa/mhaf2/ Tried various ways and searched the ...
0
votes
1answer
85 views

Google Maps won't load inside a .php file

Well, my issue is that when I'm trying to load a google maps script inside a maps.php file, it won't load. But when I change the file ending to maps.html it works just fine. What is causing this ...
0
votes
0answers
171 views

Trying to integrate Gmaps autocomplete and a store finder

I have been trying for the last two days to integrate the "shop finder example" from Gmaps and the geo-autocomplete from Lorenz Sell https://github.com/lorenzsell/Geocoded-Autocomplete with no ...
0
votes
2answers
38 views

I need to add data to a Googlemaps plugin from dyve.net

I've downloaded a JQuery Google Maps plugin from Dyve.net http://www.dyve.net/jquery/?googlemaps and added it my site eg. http://www.uksail.co.uk/category/company/sailing-clubs. I've got no problem ...

1 2