Hi Guys, this is second attempt at a post regarding a issue I am having with a google map I am trying to use within the business catalyst system.
Problem page : http://webitforward.nicheobs.com.au/static_list_demo.html The map is showing data base markers as it is supposed to in the north of Tasmania where I want them but for some reason it does not zoom and focus around them. I am a novice when it comes to javascript and I have stumbling in the dark. What I need is for someone to explain clealy how I can specify how to set the zoom level, and the position of a map via the code: is it something to do with the following lines? map.setCenter(new GLatLng(-30.4693, 150.0179), 13); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); geocoder = new GClientGeocoder(); or is it something to do with this line of code I keep reading about? var center = bounds.getCenter(); all the code is viewable within the address supplied above. The Need - I wish the map to either zoom in a defined area within the map window. or simply focuss on the map markers displayed on my map - which are called from the listings below displayed on the same page. I hope someone can help, as I think my free site is starting to look good, just don't have the knowledge to follow through it seems. thanks in advance if some decides to help kind regards Cain Lazenby -- 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.
