i am implementing google maps on my website, but i want to remove satellite and map options from my maps which is shown on right top, also pan controls.this is my code,
map = new google.maps.Map(document.getElementById("map"), {
center: center,
zoom: 8,
maptypecontrol :false,
mapTypeId: google.maps.MapTypeId.ROADMAP
});
Can we do this???
have a look at the documentation http://code.google.com/apis/maps/documentation/javascript/controls.html#DisablingDefaults
the option should be