Hi,
I'm trying to find a way to hide the streetview icon from the
navigation on my maps.
When map initially loads these are the options:
latlon = new google.maps.LatLng(52.63473, -1.133652);
navOptions =
myOptions = {zoom: 5, center: latlon, mapTypeId:
google.maps.MapTypeId.HYBRID, navigationControlOptions:
google.maps.NavigationControlStyle.SMALL};
map = new google.maps.Map(document.getElementById("myUKKoiDealersMap"),
myOptions);
but then it loads a kml file to set the pins on the map, this I think
is reseting the options
bedfordshireLayer = new
google.maps.KmlLayer('myurl/koi_dealers_bedfordshire.kml');
bedfordshireLayer.setMap(map);
Iwant just a small zoom controll and not the full pan-zoom streeview
man etc.
If anyone can help I would be most grateful
Regards
Carl
--
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.