[Google Maps API v3] Tilesloaded event and need for 'areTilesLoaded' function

2010-01-08 Thread Dave
Looking through the V3 documentation I can find details of "Titlesloaded" event which appears to triggered when the tiles have been loaded, but I cannot find details of any routine to be the equivalent of "areTilesLoaded"? Problem Statement: How to determine if a map movement will trigger the e

[Google Maps API v3] Cursor hot spot problem in Chrome

2010-03-10 Thread Dave
t's really annoying with my custom markers which are smaller. No problem in Firefox or using API v2. Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-ap

[Google Maps API v3] Re: Cursor hot spot problem in Chrome

2010-03-11 Thread Dave
f the marker, I can go completely back and forth over the marker and never get the pointer. Again, this is with the Google Chrome browser. Works fine in Firefox. Dave On Mar 10, 3:09 pm, pete wrote: > Can you please post a link? > > On Mar 11, 8:10 am, Dave wrote: > > > > &

[Google Maps API v3] MarkerImage sprites hobbled

2010-03-11 Thread Dave
/5863d2d4c3728184/836edc5189072671 I can't understand how that approach would be useful. Can we get the shape changed to be relative to the MarkerImage origin? Thanks Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.

[Google Maps API v3] Map vs. overlay click event

2010-03-23 Thread Dave
? Unfortunately the map listener is triggered first, so I can even kludge around this. I think the v2 API used to pass in the overlay to the map listener. Thanks, Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.

[Google Maps API v3] Re: event handler processing, propagation, call order

2010-03-23 Thread Dave
, and there was then some way to stop the event from propagating to the map. Please post back if you find a solution. Dave On Mar 14, 3:24 pm, Ahmet wrote: > Hello guys, > Is there any way to stop the propagation of the event handlers. > i.e. the Rectangle has a different mousem

[Google Maps API v3] Re: Map vs. overlay click event

2010-03-24 Thread Dave
on my real map, but simulated for this example with a setTimeout) and occurs after the circle click listener is done. The map click listener needs to know whether the click occurred on an overlay. Please help. Thanks, Dave On Mar 23, 7:20 pm, Dave wrote: > I have a map click event listener. I a

[Google Maps API v3] Re: New Elevation Service!

2010-03-24 Thread Dave
f a peak. Thanks, Dave On Mar 24, 12:05 pm, Daniel Lee wrote: > You asked for it, and here it > is!http://googlegeodevelopers.blogspot.com/2010/03/aint-no-mountain-high... > > We're very excited to announce our new service allowing developers to > query elevation data across the

[Google Maps API v3] What happened to map.getProjection() ?

2010-03-28 Thread Dave
: http://jsbin.com/unijo/edit Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps

[Google Maps API v3] Re: missing GCopyrightCollection in v3

2010-04-19 Thread Dave
appropriately. And one could even listen to zoom and move events to change the notice if they needed. Flexibility without extra API overhead. Dave On Apr 16, 1:53 am, Ben Appleton wrote: > I agree that's a bug.  Once we fix that bug, why not display copyrights in a > custom control? &g

[Google Maps API v3] Re: Need API Key

2010-05-05 Thread Dave
No API key is needed for v3 of the Google Maps API. On May 5, 7:40 am, Teddy wrote: > I'm trying to get a API Key, but when I enter my account login and > password nothing happen. > Do you have any suggestions? > > -- > You received this message because you are subscribed to the Google Groups >

[Google Maps API v3] Re: Looping through a table to push markers with jQuery

2010-05-05 Thread Dave
'highlight'; } And remove the class in the mouseout handler. function mouseOut(marker) { getElementById(marker.myId).className = ''; } Hopefully that helps. I might have messed up a detail or two above, but that basic idea works pretty well unless you have hundreds of marker

[Google Maps API v3] Click event inconsistencies

2010-05-05 Thread Dave
s v2, but the beta is on Maps v3 at www.betarunwayfinder.com. Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group,

[Google Maps API v3] Sluggish marker placement on IE8

2010-05-22 Thread Dave
doing "new google.maps.Marker(...)" and a few addListener calls. I tried removing the addListeners, but it's still slow. Appears to be the marker creation causing the problem. I'm all for discouraging Internet Destroyer, but 55% of my visitors unfortunately still use it. Da

[Google Maps API v3] Re: Sluggish marker placement on IE8

2010-05-22 Thread Dave
a csv of the profiling data if that helps. Dave On May 22, 9:47 am, Dave wrote: > I'm seeing extremely sluggish marker placement on my page with > IE8,http://www.betarunwayfinder.com. Markers get added/removed when > zooming in and out, so this is a big issue for me. > > Chro

[Google Maps API v3] Re: Sluggish marker placement on IE8

2010-05-22 Thread Dave
"IE8 Standards" in the dropdown on the right side of the menu bar. Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubsc

[Google Maps API v3] Re: Encoded polylines?

2010-05-22 Thread Dave
and create the lines from lat/long points. Dave On May 21, 3:53 am, Hadmut wrote: > Hi, > > about 3 years ago I wrote a little app making use of Googlemaps, > drawing walking tracks as lines on a map. I used the encoding > algorithm described > underhttp://code.google.com/api

[Google Maps API v3] Re: query points by map boundary

2010-05-22 Thread Dave
alue in one field and query on them much easier using a bounding box. Dave On May 21, 4:25 pm, Beach Bum wrote: > Hi. I am wondering if anyone has any code to limit the number of > points read from a MySQL db by only selecting points that fall within > the current map boundary (show

[Google Maps API v3] Re: Sluggish marker placement on IE8

2010-05-25 Thread Dave
e.com/p/gmaps-api-issues/issues/ detail?id=2415) for this. I'm now looking into switching my page over to quirks mode, but I hate to do that. Dave On May 24, 10:37 pm, William wrote: > On May 23, 3:05 am, Dave wrote: > > > The biggest time user is the following call chain: &

[Google Maps API v3] Re: Sluggish marker placement on IE8

2010-05-25 Thread Dave
Forgot to mention to star that issue so we can get it looked at by the wonderful, brilliant maps engineers. (Was that pandering too obvious?) > I filed issue 2415 (http://code.google.com/p/gmaps-api-issues/issues/ > detail?id=2415) for this. -- You received this message because you are subscribe

[Google Maps API v3] Multiple views of a planned route

2010-06-28 Thread Dave
Is there a way to create multiple map views for a single route so that you can show the overall route in one Map_Canvas, and then provide detailed maps of the locality for various stop points in 3-4 other map- canvas's? i.e. Creating multiple clones of the main view but zoomed into specific local

[Google Maps API v3] Open InfoWindow from Polygon

2010-08-12 Thread Dave
I'm having trouble opening an InfoWindow from a Polygon click event. I have a loop of polygons (database driven) that load into the map. during the loop it calls this function passing in the Polygon shape and the object of data. from there it adds and eventhandler to add a infowindow? function

[Google Maps API v3] Re: Open InfoWindow from Polygon

2010-08-12 Thread Dave
array) it calls this function to setup the event listener for each Polygon. thanks On Aug 12, 9:11 am, "geocode...@gmail.com" wrote: > On Aug 12, 8:27 am, Dave wrote: > > > > > I'm having trouble opening an InfoWindow from a Polygon click event. > >

[Google Maps API v3] Re: Open InfoWindow from Polygon

2010-08-12 Thread Dave
http://namibia.bluemarblecreative.net/map here is the beta page. On Aug 12, 9:11 am, "geocode...@gmail.com" wrote: > On Aug 12, 8:27 am, Dave wrote: > > > > > I'm having trouble opening an InfoWindow from a Polygon click event. > > > I have a loop of

[Google Maps API v3] Re: Open InfoWindow from Polygon

2010-08-12 Thread Dave
thanks i will try that... On Aug 12, 10:11 am, "geocode...@gmail.com" wrote: > On Aug 12, 9:32 am, Dave wrote: > > >http://namibia.bluemarblecreative.net/map > > here is the beta page. > > I get an "unspecified error" in IE and don't see any po

[Google Maps API v3] Re: Open InfoWindow from Polygon

2010-08-12 Thread Dave
i have tried other things and i stll can't get the InfoWindows to open. any ideas? thanks On Aug 12, 10:11 am, "geocode...@gmail.com" wrote: > On Aug 12, 9:32 am, Dave wrote: > > >http://namibia.bluemarblecreative.net/map > > here is the beta page. > >

[Google Maps API v3] Re: Open InfoWindow from Polygon

2010-08-12 Thread Dave
i tried that and it still does not work. here is my new function (added your tip) and moved some things around: function conservancyInfoWindow(shape, conservancyobj) { //var thisshape = shape; var conservancy = conservancyobj; var thiscontent = 'title';//''+conservancy.tit

[Google Maps API v3] Multiple InfoWindows pulled from HTML s in the DOM

2010-08-25 Thread Dave
I'm using the same custom icon for my marker, but I need to have multiple markers. Each marker needs a unique infowindow. I'm using ExpressionEngine (EE) as the CMS, and the client needs to be able to add new markers & infowindows through the admin control. I'd like to use HTML s to insert conten

[Google Maps API v3] Creating multiple image custom markers & display points on form submit

2010-09-14 Thread Dave
I'm trying to do 2 things with my current map. The example page is here: http://www.escapecreative.com/map/multiplemarkers.html 1. I'd like to display a different marker image for some of the points. So I'll have 2 images total, and each image will be displayed for up to 10 different points. 2. I

[Google Maps API v3] Find e show addresses of multiple marker of google maps

2010-10-04 Thread dave
I have the latitude and longitude of some localized points on the map. I could see them but I could not show on the infowindows address them. How do I find the address of all my points? Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript A

[Google Maps API v3] Re: Find e show addresses of multiple marker of google maps

2010-10-05 Thread dave
On 4 Ott, 22:38, "geocode...@gmail.com" wrote: > On Oct 4, 8:38 am, dave wrote: > > > I have the latitude and longitude of some localized points on the map. > > I could see them but I could not show on the infowindows address them. > > How do I find the addres

[Google Maps API v3] Re: Find e show addresses of multiple marker of google maps

2010-10-05 Thread dave
On 5 Ott, 10:15, Rossko wrote: > > var = new siteLatLng google.maps.LatLng (sites [1], sites [2]); > > That looks like an example of the difficulties with pasting code, > rather than providing links to the real thing.  Help others to help > you, make it easier for them and you get more help. > I

[Google Maps API v3] Re: Find e show addresses of multiple marker of google maps

2010-10-05 Thread dave
HELP ME! On 5 Ott, 10:32, dave wrote: > On 5 Ott, 10:15, Rossko wrote: > > > > var = new siteLatLng google.maps.LatLng (sites [1], sites [2]); > > > That looks like an example of the difficulties with pasting code, > > rather than providing links to the re

[Google Maps API v3] Re: Find e show addresses of multiple marker of google maps

2010-10-05 Thread dave
Ok. The link of my map is: http://www.maptest.altervista.org/ where I entered the various markers (the ones on the map have the picture with the letter P), where you move your mouse over them I must show the address (which still does not appear!). In the javascript I put the original code to show

[Google Maps API v3] Re: Find e show addresses of multiple marker of google maps

2010-10-06 Thread dave
Thank you for your reply. I understand that reverse geocoding is asynchronous, and then my variable remains empty until the routine is called mouseover I will leave only volumes with markers wrote something else. Thanks again! David -- You received this message because you are subscribed

[Google Maps API v3] Open a single infowindow on page load (it's the only marker on the map)

2010-10-07 Thread Dave
, I just don't understand javascript that well. Any help is greatly appreciated. Thanks, Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.c

[Google Maps API v3] Re: Open a single infowindow on page load (it's the only marker on the map)

2010-10-07 Thread Dave
Do you have a quick code snippet as an example of how to return a marker right after it is created? On Oct 7, 10:49 am, "geocode...@gmail.com" wrote: > On Oct 7, 7:36 am, "geocode...@gmail.com" > wrote: > > > > > > > On Oct 7, 7:20 am, Dave wro

[Google Maps API v3] Re: Open a single infowindow on page load (it's the only marker on the map)

2010-10-07 Thread Dave
ndows on click event google.maps.event.addListener(marker, 'click', function() { infowindow.setContent(contentString); infowindow.open(map,marker); }); return marker; } // end function createSMarker On Oct 7, 11:49 am, "geocode...@gmail.com"

[Google Maps API v3] Re: Open a single infowindow on page load (it's the only marker on the map)

2010-10-07 Thread Dave
And I should have clarified... it does display the marker on the map (just as it did before). And clicking the marker does open the infowindow. But the infowindow DOES NOT open when the page is loaded. On Oct 7, 11:56 am, Dave wrote: > I tried that and it didn't work. Just to make sure

[Google Maps API v3] Re: Open a single infowindow on page load (it's the only marker on the map)

2010-10-07 Thread Dave
Chad Killingsworth wrote: > You appear to have missed Larry's trigger code - it should go right > after line 367: > > google.maps.event.trigger(marker, "click"); > map.setCenter(marker.getPosition()); > map.setZoom(15) ; > > Chad Killingsworth > &

[Google Maps API v3] Re: Open a single infowindow on page load (it's the only marker on the map)

2010-10-07 Thread Dave
I moved it. Thanks for the heads up, but we aren't concerned with IE6. We're only testing IE version 7 and above. Thanks again. On Oct 7, 2:12 pm, "geocode...@gmail.com" wrote: > On Oct 7, 10:34 am, Dave Warfel wrote: > > > No need for the (setTimeout). Just

[Google Maps API v3] Bicycling Layer - coverage

2010-10-17 Thread Dave
It looks a great facility, but I cannot find any facilities for defining additional tracks, and I cannot find any cycle paths in the UK. Is this a facility only for North America? If not, what plans are there for extending it to other parts of the world? What mechanisms are available for organis

[Google Maps API v3] Failed to my map

2010-10-21 Thread dave
When I see the line in my map, I sometimes happen to me an error that stops the processing of following everything I've done on the map. This error happens to me on the page javascript google: http://maps.gstatic.com/intl/it_All/mapfiles/api-3/2/9/main.js the function Fm (), which evidently is ca

[Google Maps API v3] Re: Failed to my map

2010-10-21 Thread dave
Ok, but first it gives me the error then when I update the map does not give me more than the error? is a connection problem? I take the latitude and longitude from sql server, this can be a problem? I do not understand ... Davide -- You received this message because you are subscribed to the Go

[Google Maps API v3] Re: Failed to my map

2010-10-21 Thread dave
But I can handle this problem? I have tried using try catch, but javascript does not support it ... I do not want to display the error message! Davide -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

[Google Maps API v3] Re: Failed to my map

2010-10-22 Thread dave
One question: I work in asp.net and in particular I use vb.net and from there I call the javascript that I draw a map; which can be a timing issue? Because the messages by entering the points to be processed and then as if there was a delay, I have no problem error ... Davide -- You received thi

[Google Maps API v3] You can see the zoom after fitBounds?

2010-11-05 Thread dave
I a map, I use a fitBounds to see particular points. How do I know the zoom level after I used the fitBounds? David -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@goo

[Google Maps API v3] Re: You can see the zoom after fitBounds?

2010-11-05 Thread dave
When you set the options of the map, I set the zoom to 7, then when I do fitBounds the map decrease Zoom and therefore requires getZoom but it brings back the 7! On 5 Nov, 17:40, Rossko wrote: > > How do I know the zoom level after I used the fitBounds? > > Have you tried the > documentation?ht

[Google Maps API v3] Re: You can see the zoom after fitBounds?

2010-11-08 Thread dave
I used bounds_changed and zoom_changed, making any checks. A thousand thanks to Rossko and Chad Killingsworth. Davide On 5 Nov, 21:31, Chad Killingsworth wrote: > Or even better, listen to zoom_changed. > > Chad Killingsworth > > On Nov 5, 3:09 pm, Rossko wrote: > > > > > > When you set the opt

[Google Maps API v3] Knowing the total distance between two points

2010-11-09 Thread dave
Nel link http://code.google.com/apis/maps/documentation/javascript/examples/directions-draggable.html ho trovato il modo per poter aver la distanza totale fra due punti. Ma qui mi mette la descrizione del percorso da un punto ad un altro. Chiedo: è possibile avere solo l'informazione sul totale del

[Google Maps API v3] Re: Knowing the total distance between two points

2010-11-09 Thread dave
total distance without any more information? If so, how? Many thanks to those who answer me On 9 Nov, 15:56, dave wrote: > Nel > linkhttp://code.google.com/apis/maps/documentation/javascript/examples/di... > ho trovato il modo per poter aver la distanza totale fra due punti. Ma >

[Google Maps API v3] Re: Knowing the total distance between two points

2010-11-09 Thread dave
I want to show the map with the location, but I need not only the total distance of the various directions along the way! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...

[Google Maps API v3] Call the callback mode, DirectionsService

2010-11-10 Thread dave
Ok. Use the command button to display the distance between two points and to display the total distance in a field. To me the total distance is used for another purpose and that I have to process it in another part of the code. Unfortunately, the contents of the field (I used a list, then a div ...

[Google Maps API v3] Re: Call the callback mode, DirectionsService

2010-11-11 Thread dave
The function I use at the click of a button: getDrivingTime function (Start, End, responseHandler) { directionsService.route (request, function (response, status) { ... }); } and when I change the way the recall: getDrivingTime (Start, End, function (time) { time = time/100; document.get

[Google Maps API v3] Re: Call the callback mode, DirectionsService

2010-11-11 Thread dave
So you tell me that the data can not store it somewhere and then reuse it in another part of the code? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com.

[Google Maps API v3] Re: Call the callback mode, DirectionsService

2010-11-11 Thread dave
Ok I am giving up. I can not and I can not waste time. I know you think I'm a rookie in javascript and I tell you that you're right! I know something but did not know him well .. I was used to store the distance between the two points that you supply, I refer to a function that calculates the dista

[Google Maps API v3] Google logo link on iPhone.

2010-12-12 Thread Dave
On an iPhone, the google logo which displays on a map when viewed in Safari has a link to the Maps App which comes with the device. It is very easy with the touch interface to inadvertently activate this link and be taken away from the browser to a different app all together. This is quite confusin

[Google Maps API v3] Re: Google logo link on iPhone.

2010-12-13 Thread Dave
nnot cause you to leave the app. On Dec 14, 12:56 am, Andrew Leach wrote: > On 13 December 2010 06:43, Dave wrote: > > > I do not think > > this is covered by the TOU,  is it possible to leave the logo but > > disable the link associated with it? > > It is covered

[Google Maps API v3] Re: Google logo link on iPhone.

2010-12-13 Thread Dave
nnot cause you to leave the app. On Dec 14, 12:56 am, Andrew Leach wrote: > On 13 December 2010 06:43, Dave wrote: > > > I do not think > > this is covered by the TOU,  is it possible to leave the logo but > > disable the link associated with it? > > It is covered

[Google Maps API v3] Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-17 Thread Dave
I have some code for creating polygon lines which use to work back in June 2010, but does not seem to currently work. The logic is as follows: Right click on map to start drawing a polygon, and use the 'mousemove' event to track movement updating the position of the line segment. Use the "cli

[Google Maps API v3] Re: Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-24 Thread Dave
wn. NOTE: This functionally was working in June 2010, so I suspect the problems may be linked to some recently added functionality / resolution of event processing; OR code that should never have worked!! Regards Dave On Jan 17, 1:12 pm, "geocode...@gmail.com" wrote: > On Jan

[Google Maps API v3] Re: Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-25 Thread Dave
quot;click" event is triggered. Does this point to some timing issues within the API code whereby the click event is being lost? Regards Dave On Jan 25, 1:10 am, Esa wrote: > I get an error 'Editor.all is undefined' > > Editor seems to be an html element: > >       Ed

[Google Maps API v3] Re: Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-25 Thread Dave
dling (with the "click" event normally failing to trigger). It does look like a problem with the Event handling logic within google maps. With IE, I have noticed that some times when the 'click' event has fired the resulting polygon shape has got corrupted. Regards Dave On Jan 2

[Google Maps API v3] Re: Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-26 Thread Dave
Thanks for the information. SOLVED THE PROBLEM The problem was linked to not explictly setting the "clickable" option when creating the line even though I had not defined an event listener for the line. Regards Dave On Jan 26, 1:52 am, Rossko wrote: > What's going on her

[Google Maps API v3] Polygons overlaid in FF

2011-02-04 Thread Dave
I am just porting from v2 to v3. Currently only working in Firefox (http://boca.org.au/component/boca_birding_locations/sitelist/16), but I have a problem in that I am drawing a set of markers (all fine) and polygons, and I thought only the last polygon was being displayed. Digging around in the da

[Google Maps API v3] Re: Polygons overlaid in FF

2011-02-04 Thread Dave
FIXED! The problem was that I was using a global variable for paths and obviously this is just used by reference when initialising a polygon - so any change to it for one polygon affects all those previously created. Making it a local MVCarray fixes it. On Feb 5, 1:18 pm, Dave wrote: > I

[Google Maps API v3] Idle firing in a loop on IE8

2011-05-22 Thread Dave
I use idle to detect when a map has stopped moving and then load my markers and set up a new idle listener. http://testsite.boca.org.au/come-birding/birding-locations works fine in Firefox, Chrome, Safari and OPera, but loops with the idle firing even though the bounds have not changed in IE8 - so

[Google Maps API v3] Re: Marker.setIcon on IE9

2011-06-04 Thread Dave
quot;setIcon" within the DragStart event handler. Regards Dave On May 31, 3:17 pm, InfoMail InfoMail wrote: > It seems that setIcon, on IE9, generates a mouseout event (tested on Google > map API v3.4 and 3.5; on v3.3 it works fine!). > In the detail: > > google.maps.e

[Google Maps API v3] Geocoding Problem

2011-12-09 Thread Dave
;t seem to figure out why the geocoder sends me to Florida. Any help is appreciated. Thanks, Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroup

[Google Maps API v3] Re: Geocoding API returning different result than default Google Maps results

2011-12-09 Thread Dave
... so in your case and mine, there's some sort of reason there. But it still doesn't explain why the geocoder returns a result that's different than Google Maps returns. I'd be very interested to find out why that difference exists. Thanks, Dave On Dec 9, 11:05 am, Salar al Kh

[Google Maps API v3] Re: Directions: why doesn't this work?

2012-01-20 Thread Dave
The line that has: travelMode: google.maps.DirectionsTravelMode[selectedMode] Should be changed to: travelMode: google.maps.DirectionsTravelMode.DRIVING And then remove the Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript A

[Google Maps API v3] Re: Geocode result type values

2012-01-25 Thread Dave
No, if you go to that link and scroll up a bit to the google.maps.GeocoderResult object, you'll see that one of the Properties is "types" which is an array of strings. In the description there's a a few example possible values, but I don't know anywhere that the complete list is available. --

[Google Maps API v3] Re: Why does v2 return differet (and better) directions than v3 for the same addresses?

2012-01-26 Thread Dave
ille, FL 32607 And also notice that even using V2 and using your end address, you never actually get to SW 51st Terrace. It gets you into the ballpark, but it omits the last two turns. Using the address I specified above gives the exact same results in V2 and V3. Dave -- You received this

[Google Maps API v3] Map slow with direction animated

2014-01-08 Thread dave
ack); }; Thank you, dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v3+unsubscr...@googlegroups.com.

Re: [Google Maps API v3] Re: Open a single infowindow on page load (it's the only marker on the map)

2010-10-07 Thread Dave Warfel
No need for the (setTimeout). Just calling the map.setCenter before the trigger event worked perfectly. Thanks again for everything. On Thu, Oct 7, 2010 at 1:28 PM, geocode...@gmail.com wrote: > On Oct 7, 10:11 am, Dave wrote: > > You guys are awesome. Now it's working. >

[Google Maps API v3] OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-08 Thread Dave Williamson
the client to pass us the reverse geo information. As there is no need (or option) to use a 'key' with these requests, I assume there is no way round this problem? Can anyone at Google offer us a quick fix, as this is now going to prevent us going live! Regards Dave -- You rec

[Google Maps API v3] Re: OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-08 Thread Dave Williamson
s still being promoted by 'other' google tools - Search, Translate, etc. It may be me, but it would appear that the Maps V3 API is moving away from the 'Google Way'? Surely, this can only be a BAD thing, and will prevent the use of this functionality within cloud environments.

[Google Maps API v3] Re: geocoding and API quotas with shared / cloud hosting

2010-11-08 Thread Dave Williamson
which is good BTW), but have noticed that although you are using the GeoCoding service, you are not actually displaying the results on a google map - this is against their T&C's, so be aware that they may point this out to you! Cheers Dave -- You received this message because you are

[Google Maps API v3] Re: OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-08 Thread Dave Williamson
e developer community by making use of their services difficult! Just my $0.02 worth ;-) Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googl

[Google Maps API v3] Re: OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-09 Thread Dave Williamson
xy the request!) But fudge is a foodstuff, not a development strategy (not for us anyhow)! I find in even more irritating that NOBODY from Google has felt it appropriate to join in this discussion! Then again, I've had a couple of Jack & Cokes by this time, and I'm probably

[Google Maps API v3] Can someone help! Map window behave strangely in blogspot.com frame.

2010-12-13 Thread Dave Shiah
Hi. The map shift upward and leave about 1 cm of white space on the button of the map window. Further, the Google logo, ruler and copyright message suppose sit on th button of the map window are moved to the center of map window? The menus that I've setup on the top right of the page are gone? It

[Google Maps API v3] Re: Compare duration of many routes

2011-01-02 Thread Dave Shiah
Hi Carl. I was looking for the same thing in Google map. I'm working on researches about allocating ambulance sites so that it satisfy the requirement of 3.5 minutes, 1.4 kilometers, limit to reach the incident location from station to save lives. The idea that you propose is the same as what I'm

[Google Maps API v3] Extracting Just The City From Google Geocode API Using Coldfusion

2011-02-01 Thread Dave Dugdale
I have users that input data that is sometimes is not correct. For instance they might misspell their city or they might write 'St John' instead of 'St. John'. I would rather not dirty up my database so I would like to check with Google to see if what the user inputted was correct. How do I extrac

[Google Maps API v3] Re: Extracting Just The City From Google Geocode API Using Coldfusion

2011-02-01 Thread Dave Dugdale
ponent.long_name.xmltext# On Feb 1, 10:05 am, "geocode...@gmail.com" wrote: > On Feb 1, 8:35 am, Dave Dugdale wrote: > > > I have users that input data that is sometimes is not correct. For > > instance they might misspell their city or they might write &

[Google Maps API v3] how can i put different markers on map on different location without reloading the map?

2011-04-01 Thread Chintan Dave
plz send me answer fast as possible -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v

[Google Maps API v3] Re: Opacity for a KML Layer

2011-11-21 Thread Dave Herndon
Hi, Did you ever get an answer to this question? I also have a kml overlay I diced up into tiles and need to set the transparency to 65%. The files are either .png or .jpeg. The transparency looked good in google earth but I need to get it done on a web page without GE. -- You received thi

Re: [Google Maps API v3] Seeking sample-code for MVC-state changes/handlers...

2011-11-22 Thread Dave Herndon
Hi, I tred to use that code to refresh the opacity feature of the .png files overlaying the map. The problem is the function is currently activated by a button click. I need it to be activated every time the user zooms in or pans across the map. Can you advise? Here is the working code. and als

Re: [Google Maps API v3] Re: Opacity for a KML Layer

2011-11-22 Thread Dave Herndon
Cool, As far as the MCustomTileLayer object. I don't see any reference to KML in the source code. I suspect the code is not out where you can see it in the source code correct? Is this a pay to play object? Dave On Mon, Nov 21, 2011 at 10:00 AM, Marcelo wrote: > You cannot modi

[Google Maps API v3] Re: Opacity for a KML Layer

2011-11-22 Thread Dave Herndon
o get this done not on a mouse click but when the page reloads after a zoom or pan? Thanks a bunch! Dave Google Maps JavaScript API v3 Example: KmlLayer KML http://code.jquery.com/jquery-1.4.4.js"</a>;> http://maps.google.com/maps/

[Google Maps API v3] Re: Problems getting Maps API v3 usage stats in APIs Console.

2012-01-11 Thread Dave Day
usage reflected in the console (3.7 also has warnings if the key isn't set up correctly, so that might be a good one to test against). Thanks, Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this d

[Google Maps API v3] Re: Different direction results v2->v3 (v3 WRONG)

2012-01-26 Thread Dave Medlicott
Did you ever figure this out? The location you are looking to get directions to is a private driveway in an apartment complex. Look at it on Google maps and go to streetview. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: Geocoder thinks West Orange, NJ doesn't exist...

2012-02-02 Thread Dave Medlicott
There are several of this little hiccups. I see the same thing you do for West Orange, but oddly, I see the same thing on Google Maps and removing the space makes it worse. I've seen that if the API gets it wrong, Google Maps will usually get it right, but not in this case. You did the correct

[Google Maps API v3] Re: Ability to generate routes that do NOT cross country borders

2012-02-03 Thread Dave Medlicott
to see if the route goes on a ferry or a train (get the directions from London to Paris and you'll see what I mean) because of the non-deterministic nature of those routes. I've also asked to have a return for that. Dave -- You received this message because you are subscribed to the

[Google Maps API v3] Re: Does Google Maps API v3 support driving directions for Korea ?

2012-02-03 Thread Dave Medlicott
No, South Korea is not covered.. Here's a link to the list of what's covered and what's not: http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this

[Google Maps API v3] Re: Ability to generate routes that do NOT cross country borders

2012-02-06 Thread Dave Medlicott
ation whether I have crossed an invalid international boundary. I hope that makes sense. I wish I could supply a link, but it's inside our firewall (hence the need for the Premier license). Thanks, Dave -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Re: Getting geographical information(longitude, latitude) for specific parts of a building

2012-02-08 Thread Dave Medlicott
> You might be able to use streetview to fine-tune that. I use a combination of street view and Google Earth to fine-tune. Or I request that my vendors send me the geocodes for their locations. I'm finding that more and more are able to provide that info. BTW, I think 530 W. 120th St. is on t

[Google Maps API v3] Re: v2 infoWindowAnchor alternative in v3

2012-02-10 Thread Dave Medlicott
Look at the InfoWindowsOptions object for the pixelOffset. A positive number in the height of the Size will move it down the y axis. e.g. info = new google.maps.InfoWindow({content: "here is my info text",pixelOffset: new google.maps.Size(0,30)}); Dave -- You received this messa

[Google Maps API v3] Re: Object Created but not Consumed?

2012-06-11 Thread Dave Medlicott
> > The link to the image file doesn't work. If I put a good link in, then it > works fine for me with or without the code for the first marker. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the we

[Google Maps API v3] How can I draw a map from location history that I have saved in a database?

2016-05-01 Thread Dave Handler
27;d really appreciate it ... I've been working on this little project for over a year now. Many thanks well in advance! Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop rec

[Google Maps API v3] Re: GeocoderResult.types - possible values ?

2012-02-02 Thread Dave Holmes (Google Employee)
Hi Jan, The list of values is here: http://code.google.com/apis/maps/documentation/javascript/geocoding.html#GeocodingAddressTypes - Dave -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this dis

  1   2   >