[Google Maps API v3] PolyLine no geodesic option ?

2009-12-16 Thread kyro
Why was the Geodesic option removed from the PolyLineOption ? This is a vital feature that I need. Is there any way to reproduce geodesic (great circle) line between two Lat/Long points ? (maybe it has been moved to some other section..?) -- You received this message because you are subscribed t

Re: [Google Maps API v3] Re: draggable-markers bug

2009-12-16 Thread Ben Appleton
Oops - we broke our own demos ... On Thu, Dec 17, 2009 at 11:37 AM, Esa wrote: > > > On Dec 17, 2:25 am, Bob wrote: > > Ooh, I see now. The example uses get_position which has been > > deprecated. > > Good catch Bob. > > @Ben I believe you when you say that > "Our logs show that few sites still

Re: [Google Maps API v3] Re: FYI: New Release

2009-12-16 Thread Ben Appleton
I have just submitted fixes and automated tests to ensure that in future we do not leak any obfuscated properties on non-final classes, ie. MVCObject and OverlayView. These fixes should go out with the next release. However the next scheduled release is 3 weeks away since many people are on vacat

[Google Maps API v3] Re: draggable-markers bug

2009-12-16 Thread Esa
On Dec 17, 2:25 am, Bob wrote: > Ooh, I see now. The example uses get_position which has been > deprecated. Good catch Bob. @Ben I believe you when you say that "Our logs show that few sites still use these methods. " http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/74

Re: [Google Maps API v3] Re: draggable-markers bug

2009-12-16 Thread Chris Apolzon
The KML test page also broke with the latest release.  I can post the link if needed. -- Sent from my Palm Pre Bob wrote: Ooh, I see now. The example uses get_position which has been deprecated. On Dec 16, 3:57 pm, Bob wrote: > I had reported a completely different

[Google Maps API v3] Re: draggable-markers bug

2009-12-16 Thread Bob
Ooh, I see now. The example uses get_position which has been deprecated. On Dec 16, 3:57 pm, Bob wrote: > I had reported a completely different bug related to drag & drop. > Before this bug if you released the draggable marker over a different > marker the same type of bug would happen. I guess i

[Google Maps API v3] Re: Cannot shift map from left to right, or up and down, when accessing through the iphone.

2009-12-16 Thread Esa
I have no iPhone and thus no answer but I am interested in mobile compatibility. I think most people on this forum are interested in mobile compatibility. lea, it would be great if you would report us the main differences between iPhone and desktop browsers regarding events. This is a basic tes

[Google Maps API v3] Re: draggable-markers bug

2009-12-16 Thread Ben Appleton
Thanks for the bug report. We'll fix this in the next release. On Dec 17, 2:13 am, NikkoTheSwede wrote: > Check this example from google documentation > > http://gmaps-samples-v3.googlecode.com/svn/trunk/draggable-markers/dr... > > Try and drag/drop the pin, Big error. Tried on mac and pc. It wo

[Google Maps API v3] Re: draggable-markers bug

2009-12-16 Thread Bob
I had reported a completely different bug related to drag & drop. Before this bug if you released the draggable marker over a different marker the same type of bug would happen. I guess it's broken even more now. Hopefully they'll just fix it all. On Dec 16, 7:13 am, NikkoTheSwede wrote: > Check

[Google Maps API v3] RED TUBE clips

2009-12-16 Thread RED TUBE clips
All niches, hi-quality videos, ABSOLUTELY FREE content! Please, follow this link only if You are 18 years or older: http://starturl.com/red-tube -- 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 t

[Google Maps API v3] Re: Clobbered URLs / Lazy Tiles

2009-12-16 Thread bratliff
On Dec 11, 1:37 am, Daniel Lee wrote: > FYI, our attempt to fix this problem is now live. Changelog update is > coming, but in the meantime, please report back if you're still > experiencing tile issues. The "Clobbered URLs" issue can be resolved by adding "http://"; to the URL. Previously, a l

[Google Maps API v3] Re: HTTP geocoding problem

2009-12-16 Thread Michał Biniek
Hi, I'm not sure, but I think you can't make cross-domain connections using AJAX (in many browsers). You have to use iframes or look for javascript framework (like jquery) which offers crossdomain AJAX. Cheers, Michal B. On 15 Gru, 23:46, berlu87 wrote: > Hy guys, I have a problem with geocodin

[Google Maps API v3] Re: Cannot shift map from left to right, or up and down, when accessing through the iphone.

2009-12-16 Thread lea
Oh, I also forgot to mention that this functionality worked when I implemented the same map overlay using google maps API V2, so I know that it is something within the V3 code and not the device itself.. -- You received this message because you are subscribed to the Google Groups "Google Maps

[Google Maps API v3] Cannot shift map from left to right, or up and down, when accessing through the iphone.

2009-12-16 Thread lea
Not too sure how to explain this one. When accessing the map on a PC through mozilla or IE (any version), I am able to shift the map and overlay around to view things North/South/East &West of the initial map center. However, when the same map is accessed through the ipod or iphone, it can no lon

[Google Maps API v3] Re: FYI: New Release

2009-12-16 Thread bratliff
I have added the following to the initialization routine: for (i=0;l="ABCDEFGHIJKLMNOPQRSTUVWXYZ".charAt(i);i++) { this[l]=0; } It is still causing security violations. I also tried: this.L=null; without success. -- You received this message because you are subscribed to the Goo

[Google Maps API v3] draggable-markers bug

2009-12-16 Thread NikkoTheSwede
Check this example from google documentation http://gmaps-samples-v3.googlecode.com/svn/trunk/draggable-markers/draggable-markers.html Try and drag/drop the pin, Big error. Tried on mac and pc. It worked a couple of days before. -- You received this message because you are subscribed to the Goo

[Google Maps API v3] Re: Does google.loader.ClientLocation count against my geocode request quota?

2009-12-16 Thread Esa
On Dec 16, 4:40 pm, paul wrote: > I was wondering if using google.loader.ClientLocation will count > against my overall quota of geocode requests allowed per day? I don't know if google.loader.ClientLocation does increment the request counter, but daily geocoder requests are limited per user (p

[Google Maps API v3] Re: FYI: New Release

2009-12-16 Thread bratliff
On Dec 16, 5:15 am, Ben Appleton wrote: > Got it: > - PolyCluster (http://www.provide.net/~bratliff/polycluster/polycluster.js) > inherits from google.maps.OverlayView > - (google.maps.)OverlayView inherits from google.maps.MVCObject > - which defines MVCObject.prototype.L > But: > - PolyCluster.p

[Google Maps API v3] Does google.loader.ClientLocation count against my geocode request quota?

2009-12-16 Thread paul
I was wondering if using google.loader.ClientLocation will count against my overall quota of geocode requests allowed per day? In an effort to cut out some legwork on the users end I would like to load the map centered on their state. -- You received this message because you are subscribed to the

[Google Maps API v3] Re: Trouble adding Tabs

2009-12-16 Thread Stefan van Zanden
no problem.. 1. Well basicly it depends on what you want / gonna do, the provided example is nice for like a basic / easy to understand presentation with a few markers and fast to setup. If performance becomes an issue however (in the case you provide alot of html in your info windows in combinat

[Google Maps API v3] Re: FYI: New Release

2009-12-16 Thread Esa
MVCArray.push() and pop() are highly useful methods. -- 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 goo