com.github.fedy2.weather.data.unit.SpeedUnit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yahoo-weather-java-api Show documentation
Show all versions of yahoo-weather-java-api Show documentation
A Java library for the yahoo weather RSS feed service
/**
*
*/
package com.github.fedy2.weather.data.unit;
/**
* Units of speed.
* @author "Federico De Faveri [email protected]"
*/
public enum SpeedUnit {
/**
* Miles per hour.
*/
MPH,
/**
* Kilometers per hour.
*/
KMH;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy