0
votes
0answers
16 views

google maps xml markers

I have the following code stored in a 'genxml.php' that generates markers on google maps. The file is called from another file 'mobileInterface.php'. If I add another marker location in the database ...
0
votes
0answers
9 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 ...
3
votes
1answer
35 views

Google Maps v3: Any way to force a high maximum Zoom Level (maxZoom 24)?

We are working on an archaeological mapping project where we have georeferenced hundreds of hand drawn maps. These are all viewable at very high zoom levels, which translates in Google Maps to zoom ...
0
votes
1answer
31 views

Google Maps visual refresh - how do disable font Roboto in InfoWindow

Just trying the new option google.maps.visualRefresh = true in the new version 3.12 of the Google maps javascript API. And although the map new look is great, now the text in my InfoWindows is using ...
6
votes
2answers
68 views

Fake the Google Maps objects structure with JavaScript for Unit Tests

The Google Maps API objects are used like this: google.maps."Constructor" it seems. I want to fake the calls listed below... //var map = new google.maps.Map(value); //var fireStationBound = new ...
-1
votes
1answer
26 views

Google map with dynamic and multiple destinations

I have edited this code but in distance textbox I want to display total distance.How to do? It calculates distance between 2 waypoints.I tried to add all diatances but it doesnt work. ...
2
votes
0answers
28 views

Google Maps - second loading is not showing markers

I have a "Google Map code" that is included in each page of a website. On index page everything works fine but when i load other pages the "code" seems to skip the markers setup (the setMarkers ...
0
votes
1answer
45 views

How to display a Gooogle Map in a fixed position div?

I'm trying to put a fixed position map on my webpage. I put the a snippet of index.html file below. I have a div with id="map-mini" under a div with class="map-container". I defined the position of ...
0
votes
0answers
21 views

infobox google maps z-index

I have a page into my site where I use google map and infobox. I have dynamic markers and I have put in each marker an infobox with the index of the marker. The problem is that infobox is always over ...
-1
votes
0answers
21 views

Price calculator using driving distance within Google Maps [closed]

I'm currently developing my courier website. I've been looking for a code which allows potential customers to get a quick quote. They would insert the postcode from where they want the item collected ...
-3
votes
0answers
29 views

Google Maps - Info windows showing same for all markers

trying to set up a google map which reads from a MySQL database, then geocodes the addresses and plots them on a map everything is working well except the info windows are showing the same data for ...
0
votes
1answer
13 views

Issue with bounds determinination using geoXML3 and a MultiGeometry record

The full code that illustrates the problem can be viewed at Web Page showing problem The code, which mostly works, takes the query parameter searches a couple of FusionTables for matching records and ...
0
votes
1answer
25 views

Google Map v3 API not centered and doesn't have a marker

The modal popup map on my page here (when clicked on the small map) isn't centered as it's too far to the right, and the marker isn't showing. If someone could help diagnose that would be great: ...
0
votes
1answer
48 views

Jquery Logic - Can't efficiently achieve flag check

I am new to javascript but I am having a hard time creating code which can achieve this logic: I am trying to achieve the following logic: If a user enters text in location box and DOES click ...
0
votes
1answer
18 views

Jquery newbie - Geocoder not returning results

This is my first javascript I have tried to put together but I am not having a lot of luck. This is what the script should do: Geocode an address either by clicking on an autosuggested location or ...
0
votes
1answer
49 views

Google Maps, Ellipse inside rectangle bounds

I'm using the great Google Maps Shapes library to draw ellipses on my map with four given points, trouble is the ellipse is breaking the boundaries of the "rectangle/square" I envisaged. [edit- ...
0
votes
0answers
27 views

set click event on gmap markers and add diff text on every marker

i am try to set marker on gmap using javascript with latitude value and longitude. done to set markers on gmap. but now i want to Add text to gmap marker. i have following code:- for (var j=0; ...
0
votes
0answers
12 views

set value on marker when click on it display there value

i am try to set marker on gmap. like cluster. use code:- function all_get(){ var array_get = region_get; var array_get_lng = region_getlng; var region ="Rajkot,Jamnagar,Surat" ...
0
votes
0answers
24 views

Draw user defined rectangle/circle in the Maps API V3

I was able to implement User defined Polygon, but wasn't able to find out the way to define a rectangle/circle in a similar fashion. Here is the code in which i was able to implement polygon. ...
0
votes
2answers
36 views

Google map polygon not rendering correctly in IE (9 and 10)

I hope this question is not confusing or too complex. but here we go: I'm creating a custom google map that renders some US states as polygon overlays with the "google.map.Polygon' method. Everything ...
1
vote
2answers
33 views

Adding multiple markers to Google Map

I'm looking to add markers for each business listed to a Google map v3 API on this page in the top right hand corner. I'm not sure how to do this for multiple postcodes, but the one we currently use ...
0
votes
1answer
37 views

Google Map v3 not centered and doesn't have a marker

The modal popup map here when clicked on the small map isn't centered (it's too far to the right) and the marker isn't showing, if someone could help diagnose: <script ...
0
votes
0answers
42 views

Javascript conundrum - Check to see if we already have up to date result

I have a jquery script which runs a geocode when the user types in a location and clicks search. As an optimisation, the geocode also executes when an option from the autosuggestion box is clicked. ...
1
vote
1answer
28 views

Google maps api-3: Change polygon's default cursor

I can change the map's draggableCursor for example but I even if I change it polygon's cursor is still pointer since the map is behind polygons. I would like to set the polygon's cursor to 'move' so ...
0
votes
1answer
30 views

Does Google Maps KML Layer Contain Maps Center Point

I'm trying to make sure that my maps center point is with in the boundaries of a kml layer, I've not been able to find much about this but I modified some code from here which seems like it could ...
2
votes
3answers
64 views

Google Maps JavaScript API inside of jQuery Dialog Window

I use Google Maps JavaScript API to display maps - https://developers.google.com/maps/documentation/javascript/ There are certain features in that API that I need that the static maps does not have. ...
0
votes
1answer
49 views

google maps remove one polygon of multiple polygons

I have google maps v3 multi polygons on the map and I want to remove only one of them. I added reference id to geo.objInfo and now I want to add remove that polygon with that reference id. here is the ...
0
votes
1answer
23 views

Google Maps - 2 maps on the same page not working

I need to have two google maps on the same page. However, for any reason, only the first map seems to be displayed. I've tried this topic without any success, as the problem persists. My code now ...
-1
votes
0answers
30 views

Google maps more precisely

My problem is that I want draw a map with road between 2 point's coordinates. I have get draw this but is not precisely. I think that Google maps is drawing a street nearest about my coordinates. My ...
-6
votes
1answer
20 views

Radius through input [closed]

I wonder if I could provide some help to make a map application with input and display a 3km radius of the specified location. thank you very much. sorry for my bad English (jejeje)
0
votes
1answer
16 views

Using Gmaps.js with a search field

Is there a way to use a search field to seek addresses on the Gmaps.js library? Also, can I get the coordinates from this address to save on my database? I followed the Google Maps V3 API and ...
0
votes
2answers
31 views

Google Map Geocoding - Geocode on autosuggest click

I am trying to optimize my geocoding script not that it actually works and I was wondering if it possible to actually initiate the geocode when a user selects an autosuggestion from the drop down. ...
0
votes
0answers
47 views

Google Maps API V3 and Fusion Tables - Error in query: Request timed out

I try to display labels for Google Fusion Tables inside Google Maps API V3, I and I set to labels display when Zoom is 9 or less; but when page download first map at Zoom for 4 is Ok and sometimes ...
0
votes
1answer
32 views

Google Geocoding - Coordinates not being returned into input box

I've been playing around with the code and I have got something which nearly works but the coordinates don't actually get moved to my input boxes. I have rechecked the code a few times and the console ...
0
votes
1answer
33 views

Google maps zoom level migration v2 to v3

I'm migrating a piece of google maps code in javascript from v2 to v3 The following v2 piece shows a map with the center zoomed in, so you can see street names and specific details var mapG = new ...
1
vote
2answers
18 views

How to make rectangle visible until another rectangle draw

I'm trying to draw a rectangle on google map. I get the bound values after draw rectangle successful.But the rectangle is not visible that is my problem. Please help me to visible rectangle until ...
2
votes
1answer
50 views

Jquery Cookie not being read correctly

I am trying to set a cookie, and then read it and put it into my google geocoding script but it doesnt seem to work. It should be so the only autosuggestion results are from the US but you can see in ...
0
votes
0answers
31 views

Google Maps pixel to world coordinate

I am having an issue with my application. I am using a <canvas> positioned over a Google Maps instance (v3, ofcourse). Users of the app can draw a line on that canvas and then the script is ...
0
votes
1answer
59 views

Javascript getting users current locations in Google Maps API

all I could find on the internet was to get the users location and display it on the their google maps. I am trying to make a submission form with google maps. So users pick a location in google maps ...
0
votes
3answers
58 views

Accessing value in JSON object via Javascript

I am getting a JSON object via GET using Javascript. This is a result of reverse geocoding in Google Earth (https://developers.google.com/maps/documentation/geocoding/#GeocodingRequests). { ...
-2
votes
1answer
56 views

Google Geocoding v3 - Getting formatted Address [duplicate]

I was wondering if anyone is able to help me. I am having a hard time getting both the coordinates and the formatted address returned to me in my dialogue box on my geocoding result, even though I ...
0
votes
1answer
28 views

Google Maps won't span vertically

I have this code executed when a marker is clicked. All works fine except that the map won't span on vertical(it does span on horizontal) this is my code(javascript) ...
0
votes
1answer
30 views

Google api maps and backbone error

This error compare when try to start function prova in my view:Uncaught TypeError: Cannot read property 'Element' of undefined. The error happens at line:var map= new ...
-1
votes
1answer
27 views

Google Geocoding - Cannot pull co-ordinates

I've had some help on here and I have tried to frankenstine two pieces of code together to get the following result: User clicks Geocode button User is presented with the following information (Typed ...
0
votes
2answers
45 views

Geocoding with Google and Jquery

I'm new to jquery but I am having a bit of a hard time at the moment. This is as far as I can get, the eventual idea is to do the following: User types in an address and clicks search Google ...
2
votes
1answer
56 views

How to implement draggable snap to road polyline?

Like in title: How to implement polyline snapping to street when marker is dragging? I spent a lot of time seeking answer but I gave up already. I'd like to use only DirectionsService if it is ...
1
vote
1answer
41 views

Google Geocoding - Grab Address along with coordinates

So this is what I am after, and I've been told it isn't possibly but I am not going to give up just yet! Let's say the user types in "London" into my location search box and clicks "Geocode" I am ...
0
votes
1answer
22 views

Mapping google maps coordinate from a javascript variable

I can successfully generate a google map with the code below: var myLatlng = new google.maps.LatLng(37.77493, -122.419415); var myOptions = { zoom: 15, center: myLatlng, mapTypeId: ...
0
votes
1answer
59 views

border-radius not respected after google map rendering

Strange problem here, help apreciated. I have a page populated with houses for renting and a Google map.All houses info and images are generated by php/SQL so the <li> and <div>structure ...
0
votes
1answer
31 views

Having an issue with displaying a map marker

I do not know what is wrong with my code for displaying a map marker for my address. I have looked on the google development site as well as blogs and stack overflow posts but seem to not be able to ...

1 2 3 4 5 91