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 Details

  • Method Details

    • getCountry

      public String getCountry()
      Returns:
      returns country if possible
    • getAreaInfo

      public AreaInfo getAreaInfo()
      Returns:
      AreaInfo class containing more data
    • print

      public void print()
      prints current object.toString to the console
    • toString

      public String toString()
      Overrides:
      toString in class Object