Reputation: 45
Using code below.. weather shows m/s (meters/sec) but I want mph
snip:
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 bug?.. or am I doing something wrong?
thanks, Dennis
Upvotes: 0
Views: 181