Class Region
java.lang.Object
com.timeanddate.services.dataTypes.places.Region
- Author:
- Cato Auestad <cato@timeanddate.com>
-
Method Summary
Modifier and TypeMethodDescriptionstatic Region
Name of the biggest city within the regionThe country.Textual description of a region.A list of all locations referenced by this region.
-
Method Details
-
getCountry
The country. -
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
Name of the biggest city within the region -
getLocations
A list of all locations referenced by this region. Only returned if requested by specifying the parameter IncludePlacesForEveryCountry on DaylightSavingTimeService -
fromNode
-