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

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

    • Geo

      public Geo()
  • Method Details

    • getName

      public String getName()
      The name of the location
    • getState

      public String getState()
      The state of the location within the country (only if applicable).
    • getCountry

      public Country getCountry()
      Country of the location.
    • getCoordinates

      public Coordinates getCoordinates()
      Geographical coordinates of the location.
    • fromNode

      public static Geo fromNode(Node node)