[Google Maps API v3] Re: Unsure why this KML won't load

2012-01-04 Thread Geoffery Zheng
My motivation is that the v3 API works on mobile platforms while the GE API doesn't, so I can't expand this to a mobile setting. =\ On Dec 30 2011, 8:58 pm, Rossko ros...@culzean.clara.co.uk wrote: Is there any idea of when this will be added to v3?  It looks like the Time documentation is

[Google Maps API v3] Re: Unsure why this KML won't load

2011-12-30 Thread Geoffery Zheng
Very cool, thanks for the pointer. On Dec 29, 11:32 pm, Grok Lobster discgolfm...@gmail.com wrote: Use the GE API for time. http://code.google.com/apis/earth/documentation/time.html -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

[Google Maps API v3] Re: Unsure why this KML won't load

2011-12-30 Thread Geoffery Zheng
Is there any idea of when this will be added to v3? It looks like the Time documentation is for v2. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit

[Google Maps API v3] Re: Unsure why this KML won't load

2011-12-27 Thread Geoffery Zheng
, 12:22 am, geocode...@gmail.com geocode...@gmail.com wrote: On Dec 25, 1:41 pm, Geoffery Zheng gzhen...@gmail.com wrote: I was using the public folder of my dropbox as a testing location.  I assume that qualifies? Don't know, unless you provide it and I can get to it.. I'll look

[Google Maps API v3] Re: Unsure why this KML won't load

2011-12-25 Thread Geoffery Zheng
I was using the public folder of my dropbox as a testing location. I assume that qualifies? I'll look into the examples you linked, thanks for the suggestions. GZ On Dec 23, 7:29 pm, geocode...@gmail.com geocode...@gmail.com wrote: On Dec 23, 12:57 pm, Geoffery Zheng gzhen...@gmail.com wrote

[Google Maps API v3] Unsure why this KML won't load

2011-12-23 Thread Geoffery Zheng
I would like some clarification as to why this KML file won't load for me when I try to laod it using KmlLayer: This is the example for a ground overlay in the documentation, and even after removing things such as refresh interval and viewBound scale, which I see listed as unsupported, it fails

[Google Maps API v3] Encountering Problems with Listener on polygoncomplete

2011-12-21 Thread Geoffery Zheng
I apologize for not linking a live webpage, but the relevant code has a lot more stuff than just this section and I'd rather not have to remove all the extraneous parts so that I could link the page. My issue is that I'm unable to figure out how to use the polygoncomplete event in a listener.