Is it possible to remove 'terrain' view from the list of available views?
I am using new nokia.maps.map.component.TypeSelector. There doesn't seem to be any documented arguments to the constructor.
Code:// Create a map inside div var map = new nokia.maps.map.Display(mapDiv, { // initial center and zoom level of the map center: [52.51, 13.4], zoomLevel: 10, // Creates UI to easily switch between street map satellite and terrain mapview modes components: [new nokia.maps.map.component.TypeSelector()] });

Reply With Quote

