Class Weather.WeatherLocation

java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.Weather.WeatherLocation
All Implemented Interfaces:
Comparator<Weather.WeatherLocation>
Enclosing class:
Weather

public static class Weather.WeatherLocation extends Object implements Comparator<Weather.WeatherLocation>
  • Field Details

  • Constructor Details

    • WeatherLocation

      public WeatherLocation()
    • WeatherLocation

      public WeatherLocation(String description, String description_alternate, String name, int type, double latitude, double longitude, double altitude)
    • WeatherLocation

      public WeatherLocation(Weather.WeatherLocation weatherLocation)
    • WeatherLocation

      public WeatherLocation(Location location)
    • WeatherLocation

      protected WeatherLocation(Parcel in)
  • Method Details