hi esa

thanks for replying. i have given it a number of variations but i'm
unable to implement your code. am i ok to place it in my code like this:

function initialize() {
var myLatLng = new google.maps.LatLng(53.382509, -1.461525);
var myOptions = {
zoom: 13,
center: myLatLng,
mapTypeId: google.maps.MapTypeId.ROADMAP

map.mapTypes.roadmap.minZoom = 12;

};

putting it inside the map options. does it conflict with the zoom: 13, ?

it doesnt even load the map when i place it here, so i havent put it
online.

sorry for my naivety in implementing your property suggestion, but
where does it belong?

i searched this:
http://code.google.com/apis/maps/documentation/javascript/maptypes.html#MapTypeInterface

but cant see where to implement/insert the code.

any further help would be very appreciated.

cheers

chris

-- 
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 [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-js-api-v3?hl=en.

Reply via email to