Class LocationRef

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

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

    • LocationRef

      public LocationRef()
  • Method Details

    • getId

      public String getId()
      The id of the location.
    • getName

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

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

      public static LocationRef fromNode(Node node)