Re: [Google Maps API v3] Re-centering a map when closing an info window

2010-01-18 Thread John Coryat
If you're using an event listener to open the infoWindow, then at the time the event is fired remember the current map bounds. Use another listener on the closeclick to reset the map back. Can't say for sure if this will work as I haven't tried it, but it sounds reasonable. If this doesn't work for

[Google Maps API v3] Re-centering a map when closing an info window

2010-01-18 Thread jeremypevar
I have searched, but cannot find an answer to this seemingly simple problem... I have created a map with multiple markers. Clicking a marker causes an info window to open. So far so good. The problem is that I would like the map to re-set when an info window is closed. That is, I want the clos

[Google Maps API v3] Re: google map v3 doesnt load in chrome and safari

2010-01-18 Thread pete
The API/Map itself is fine with the browsers you mentioned above. The problem will be in your code. My feeling is (assuming) that something has gone wrong with your .net application. Ultimately, you can post the code here and we could take a look, even though it's likely not a API problem itself

[Google Maps API v3] Re: Invalid Argument main.js invalid argument (IE only)

2010-01-18 Thread tanomsak
Hi Tarek, I had similar problem with "Invalid argument" error in IE. I don't know why map was called when set display=none for displaying tabs. But I can get away with it using off-left technique for hiding inactive tab panels. I add class to the hiding tab as following. .hide_tab { position:

[Google Maps API v3] google map v3 doesnt load in chrome and safari - example attached

2010-01-18 Thread zheng xiang
Hi team angels, i am experiencing a "weird" problem; google map v3 in my application (c#.net web application) is able to load perfectly in IE 7.0 and IE 8.0, however it doesnt load in latest chrome, safari. i tried to use new web project with sample codes from google map v3, it doesnt load too.

[Google Maps API v3] Re: Can I use an address instead of numbers in maps.LatLng() please?

2010-01-18 Thread THE BLUE DRAGON
OK so I ended using this sample to generate the code: http://gmaps-samples-v3.googlecode.com/svn/trunk/geocoder/getlatlng.html On Jan 18, 2:10 pm, THE BLUE DRAGON wrote: > Yea cool, > But can you please change the code and post it here? > without the need to enter the address into an input field,

[Google Maps API v3] google map v3 doesnt load in chrome and safari

2010-01-18 Thread zheng xiang
Hi team angels, i am experiencing a "weird" problem; google map v3 in my application (c#.net web application) is able to load perfectly in IE 7.0 and IE 8.0, however it doesnt load in latest chrome, safari. i tried to use new web project with sample codes from google map v3, it doesnt load too pl

[Google Maps API v3] V3 + GWT using JSNI

2010-01-18 Thread Ilya
Hi, Does anybody using this? I'm looking for some simple example. I'm trying to load the map using this way for a week already and ... stuck. Any help? Thanks in advance, -Ilya. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. T

Re: [Google Maps API v3] Re: Important features for API V3

2010-01-18 Thread pamela fox
FYI, as for tabbed infowindows, there is a demo here using the jQuery tabs library: http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow/tabs.html You could also use other tabs libraries or write your own, as mentioned. On Tue, Jan 19, 2010 at 12:12 AM, Esa wrote: > > > On Jan 18, 9:21 a

[Google Maps API v3] Re: Important features for API V3

2010-01-18 Thread Esa
On Jan 18, 9:21 am, maplab wrote: > For this we need the V3 > ability to get geolocation in the field units. There is no difference in that sense between v2 and v3. navigator.geolocation support is a browser feature. -- You received this message because you are subscribed to the Google Group

[Google Maps API v3] Re: Can I use an address instead of numbers in maps.LatLng() please?

2010-01-18 Thread THE BLUE DRAGON
Yea cool, But can you please change the code and post it here? without the need to enter the address into an input field, and just add the address into the script code and without: var latlng = new google.maps.LatLng(-34.397, 150.644); so the center will be the geocoder and not the LatLng. On Jan