On Feb 12, 2:12 pm, henk <[email protected]> wrote: > > the page is nick.deactro.nl/test.html
Password protected! > > code = No, thanks! http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical -- Marcelo - http://maps.forum.nu -- > > function createGoogleMaps(lat, lng, addr, zoom, type) > { > latlng = new GLatLng(lat, lng); > > map = new GMap2(document.getElementById('googleMap')); > map.addControl(new GLargeMapControl3D()); > map.addControl(new GMapTypeControl()); > map.setCenter(latlng, zoom); > map.setMapType(type); > > } > > thanks 4 the time :D > > greetz -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
