java.lang.Object
com.timeanddate.services.dataTypes.places.Region

public class Region extends Object
Author:
Cato Auestad <cato@timeanddate.com>
  • Method Details

    • getCountry

      public Country getCountry()
      The country.
    • getDescription

      public String getDescription()
      Textual description of a region. Example: All locations Example: most of Newfoundland and Labrador Example: some regions of Nunavut Territory; small region of Ontario
    • getBiggestPlace

      public String getBiggestPlace()
      Name of the biggest city within the region
    • getLocations

      public List<LocationRef> getLocations()
      A list of all locations referenced by this region. Only returned if requested by specifying the parameter IncludePlacesForEveryCountry on DaylightSavingTimeService
    • fromNode

      public static Region fromNode(Node node)