var weatherLayer = new google.maps.weather.WeatherLayer({
windSpeedUnit: google.maps.weather.WindSpeedUnit.MILES_PER_HOUR,
temperatureUnits: google.maps.weather.TemperatureUnit.FAHRENHEIT
});
weatherLayer.setMap(map);
Question: is this a known bug?.. or am I missing something?