[Google Maps API v3] Re: Earth on Google Map API V3

2011-07-16 Thread sgiddings
Hello, Interesting post and thoroughly misleading example ! The example simply states that all you have to do is just instantiate a new GoogleEarth object. After further reading, it would appear that all you have to do is 1. sign up for a jsapi key 2. include the jsapi script in your page

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-16 Thread Rossko
Anyone knows what could be the possible problem? Yes. It's nothing to do with problems the OP is having here. It's because downloadUrl() is asynchronous in nature. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To post to

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-16 Thread Daejeon
Thanks Rossko for the answer, however...some how it works in IE. . I have just tried. The exactly the same code, the markers and the clustering markers both shows up in IE but Chrome . . . . ..What's the problem.. . . . Do you have any idea, what's going on?? Thanks for the help =) --

[Google Maps API v3] Re: Possibilies of eventlisteners on Markers

2011-07-16 Thread Nico
On 16 Jul., 03:21, Chris Broadfoot c...@google.com wrote: It's google.maps.event, not google.map.event. Chris Still doesn't work and I have absolutely no clue why. Updated the html document: http://nicojensen.kilu.de/poiRecognition.html -- You received this message because you are

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-16 Thread Rossko
Thanks Rossko for the answer, however...some how it works in IE. Then it's time to follow the posting guidelines, start your own new thread since it has nothing to do with this one, and also give a link to your map that is having problems. -- You received this message because you are

[Google Maps API v3] Re: Possibilies of eventlisteners on Markers

2011-07-16 Thread Nico
On 16 Jul., 07:25, Martin™ warwo...@gmail.com wrote: Instead of resizing the map to make space for the new audio/video content you could display that content in a Custom Control: http://code.google.com/apis/maps/documentation/javascript/controls.ht... Use CSS margin style to position the

[Google Maps API v3] Re: Possibilies of eventlisteners on Markers

2011-07-16 Thread Pil
On Jul 15, 11:14 pm, Nico nico.jense...@googlemail.com wrote: This is the part that doesn't work so far: google.maps.event.addListener(tempMarker, 'dblclick', function() {         map.style.width = 50%;         map.style.height = 50%;         google.map.event.trigger(map, resize);   });

[Google Maps API v3] Re: Earth on Google Map API V3

2011-07-16 Thread en4ce
+1 ! On 16 Jul., 10:15, sgiddings mr.s.giddi...@gmail.com wrote: Hello, Interesting post and thoroughly misleading example ! The example simply states that all you have to do is just instantiate a new GoogleEarth object. After further reading, it would appear that all you have to do is

[Google Maps API v3] Re: KMZ File Issue

2011-07-16 Thread Joseph Elfelt
Did you run your KML through a validator? http://www.kmlvalidator.com/home.htm Does your file exceed the size limits? http://code.google.com/apis/kml/documentation/mapsSupport.html -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group.

[Google Maps API v3] Multiple Maps on One Page

2011-07-16 Thread mrhenniger
I am not a Google Maps expert. I figured out how to do the V2 version a few years ago. About six months ago I started to convert my pages to the V3 API with success. I do like the new API. However, I am now just starting to convert my pages which have more than one map per page. I have a

Re: [Google Maps API v3] Multiple Maps on One Page

2011-07-16 Thread Shreerang Patwardhan
Hi Mike, You will find two examples on my Google Maps API blog Spatial Unlimited...One with 2 maps on the same page and then the other with 4 maps! http://shreerangpatwardhan.blogspot.com/2011/06/two-maps-on-same-page-side-by-side.html

Re: [Google Maps API v3] Re: Markers on Map not clickable ( v3.3)

2011-07-16 Thread Florian Behr
Thanks, that worked. Didn't even know about this option because the German version of the API reference seems to be outdated. Would be nice not to be redirected to an outdated version, just because it's in my native language ^^ 2011/7/16 Rossko ros...@culzean.clara.co.uk Have a try with the new

[Google Maps API v3] Issues on the BlackBerry PlayBook

2011-07-16 Thread interfaSys
We're facing two issues when adding Google Maps v3 to a web apps on the Playbook. 1) The GM Javascript interferes with the PlayBooks's events system. Things like onExit, onBackground, etc. will stop working. Events are documented here:

[Google Maps API v3] Can't see any roadmap of Korea on iphone4

2011-07-16 Thread Sung Joo Kim
My problem is same as this. http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/e912581317705d8d/c50a98791eb9924e?lnk=gstq=korea#c50a98791eb9924e I can't see detailed roadmap of South Korea. (Another countries are fine.) It is very strange because it happens only on IPhone4.

[Google Maps API v3] Re: setPosition (many, many times) on a marker using gmap-v3 makes Google Chrome crash.

2011-07-16 Thread Serhan S.
(Warning, long text ahead.) Hey everybody, I have a couple of observations and questions. First, I can reproduce this with Chrome 12.0.742.122 (stable) and 14.0.823.0 (canary), though with the latter, the Chrome GPU Process (from the Task Manager) memory keeps on filling up the RAM and the tab

[Google Maps API v3] Marker Problem

2011-07-16 Thread aheep
Hello, i´ve got a problem setting markers on a map. please visit: www.sheepwatcher.de/test/route.php Then go to the tab optionen and click: Alle Benutzer laden Now about 900 Markers are set on the map. i´m doing this with this code: // Alle Kunden, die sich zur Zeit in der Datenbank befinden

[Google Maps API v3] Re: Multiple Maps on One Page

2011-07-16 Thread Rossko
This may be a syntax thing, Firebug tells me there is a missing closing curly bracket. I don't know exactly where, it's difficult to spot the way your code is laid out. Using indents may make it easier for you to find. More seriously, you have two functions called initializeMap() ; definitely

[Google Maps API v3] Re: Marker Problem

2011-07-16 Thread geocode...@gmail.com
On Jul 16, 2:01 pm, aheep sheepwatch...@googlemail.com wrote: Hello, i´ve got a problem setting markers on a map. please visit:www.sheepwatcher.de/test/route.php Then go to the tab optionen and click: Alle Benutzer laden Now about 900 Markers are set on the map. i´m doing this with this

[Google Maps API v3] Problems dragging routes in Firefox

2011-07-16 Thread Leigh
Is anyone else seeing a problem like this one? I searched the group a bit and saw some other people with some problems dragging things in Firefox, but nothing that seemed exactly like this. The site I have is here. http://www.routeloops.com. The site makes routes by sending Google a start

[Google Maps API v3] Re: Marker Problem

2011-07-16 Thread aheep
I don´t want to show a infoBox. If you click on a Marker, the Information that is saved with the marker is put into the list box in the tab Streckenpunkte The problem is, that always the same information is put into the list. On 16 Jul., 20:57, geocode...@gmail.com geocode...@gmail.com wrote:

[Google Maps API v3] Re: Marker Problem

2011-07-16 Thread aheep
i forgot to say ... i use the google maps api v3 -- 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 API v3] map.getBounds() returning nil

2011-07-16 Thread SamSpade
I have a Map object with a Center and Zoom set on it, but for some reason the getBounds() method still returns nil. Any ideas on what can be going wrong? For a (hopefully) short time you can see this behavior on www.motoalamode.com in the findSuitableStartLocationForDefaultRoute() method. --