Class NearestArea
java.lang.Object
cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.nearest_area.NearestArea
public final class NearestArea extends Object
Information about the area where the weather measurement was performed
- Version:
- 17
- Author:
- krystof-cejchan
-
Constructor Summary
Constructors Constructor Description NearestArea(String location) -
Method Summary
Modifier and Type Method Description AreaInfogetAreaInfo()StringgetCountry()voidprint()prints current object.toString to the consoleStringtoString()
-
Constructor Details
-
NearestArea
- Throws:
CouldNotFindLocation
-
-
Method Details