[Google Maps API v3] Re: stretch map independantly of the canvas size

2011-11-28 Thread Bas van de Lustgraaf
ok, makes sence, but how to display the right area based on the fixed bounds? -- 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 https://groups.google.com/d/msg/google-maps-js-api-v3/-/GIH

[Google Maps API v3] stretch map independantly of the canvas size

2011-11-27 Thread Bas van de Lustgraaf
how to manage that the map is as big as the canvas (div) based on fixed bounds coordinates? So basically the same map appears independantly if the canvas is 200x200 or 600x600. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. T

[Google Maps API v3] stretch map to viewport size

2011-11-27 Thread Bas van de Lustgraaf
how to manage that the map is as big as the canvas (div) based on the bounds? So basically the same map appears independantly if the canvas is 200x200 or 600x600. -- 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] Google Maps V3 Api and geocoding

2011-10-12 Thread bas van der linden
Hi guys, I'm very interested in the Google maps V3 API for my website, but can only find a tutorial for geocoding and saving to SQL for the V2 Api. Does anyone know of a good example/tutorial for getting this to work for V3 ? I'm still a SQL/PHP noob and am not yet able to figure out how to "tran

[Google Maps API v3] Why the zoom level changes after KmlLayer?

2011-10-12 Thread Bas van de Lustgraaf
Why the zoom level changes after KmlLayer? function initialize() { var newark = new google.maps.LatLng(52.155067, 5.387361); var imageBounds = new google.maps.LatLngBounds( new google.maps.LatLng(50.710030411813584, 3.3219313125000554), new google.maps.LatLng(53.55467240175

[Google Maps API v3] Re: Message: Invalid argument. Line: 27 Char: 56 URI: http://maps.gstatic.com/intl/nl_nl/mapfiles/api-3/5/6a/main.js

2011-06-11 Thread Bas Debie
Thanks, but that doesn't seem the problem.. The original script does exactly that without causing errors. I removed the adsense code from the page and now the error is gone. Seemed that the adsense code caused the problem strange enough.. Thanks anyways! Bas On 10 jun, 23:27, Andrew Leach

[Google Maps API v3] Message: Invalid argument. Line: 27 Char: 56 URI: http://maps.gstatic.com/intl/nl_nl/mapfiles/api-3/5/6a/main.js

2011-06-10 Thread Bas Debie
ssage: Unspecified error. And: Line: 27 Char: 56 Code: 0 URI: http://maps.gstatic.com/intl/nl_nl/mapfiles/api-3/5/6a/main.js Any help is highly appreciated! Thanks in advance... Bas -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3&

[Google Maps API v3] Jump to anchor on the page the map is shown from click on anchor

2011-04-22 Thread Bas Debie
Hopefully someone can point me in the right direction... Can't make this work, tried several things.. I want to jump on a anchor on the page that holds the map when clicking on a marker in the map. Now I have: google.maps.event.addListener(marker, 'click', function() { // open new infowindow in

[Google Maps API v3] Re: geocoder within countries

2010-11-01 Thread Bas
n. > > http://code.google.com/apis/maps/documentation/javascript/reference.h... > > Alternatively, you could append "near {country}" to the query (where > {country} is your country) or specify a LatLngBounds that contains the > country (or countries) you want to search wi

[Google Maps API v3] geocoder within countries

2010-11-01 Thread Bas van de Lustgraaf
Hello, is it possible to specify within wich countries you want to search? Regards, Bas -- 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...@googlegrou

[Google Maps API v3] Load through AJAX

2010-01-30 Thread Bas
On my page i'm showing 100 results of daytrips. For every daytrip i want to show a google maps. But i want to load load the google maps when the user push a button. the map has to load and inserted into the dom just under the button or something. the main thing is how to oad Google maps v3 through