Hi,
i want to set the center of a map in javascript. I can only find some code with Markers in it, but i want the client side code for this:
(this is server side code)
GMap1.setCenter(latlng, zoomLevel, mapType );
I would like to do this (it's non working code :-))
subgurim_GMap1.SetCenter(47.1, 2.3, 6)where 47.1 and 2.3 are the lat/lng and 6 is the zoomlevel
Michel