weather is showing m/s but I want mph
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?*
thanks
Dennis
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.