Hello,
I'm trying to create a google map but it just wont work.
I created a new key for the web page and start filling the necessary
stuf according to teh google api.

the page is nick.deactro.nl/test.html

code =

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.

Reply via email to