Class AstronomyLocation

java.lang.Object
com.timeanddate.services.dataTypes.astro.AstronomyLocation

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

    • getId

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

      public Geo getGeography()
      Geographical information about the location.
    • getObjects

      public List<AstronomyObjectDetails> getObjects()
      Requested astronomical information.
    • fromNode

      public static AstronomyLocation fromNode(Node location)