Package 

Class SpotXAdDescription.Geo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final double lat
      private final double lon
    • Constructor Summary

      Constructors 
      Constructor Description
      SpotXAdDescription.Geo(double lat, double lon) Creates a geographical location.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      double getLat() The latitude of the geographical location.
      double getLon() The longitude of the geographical location.
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpotXAdDescription.Geo

        SpotXAdDescription.Geo(double lat, double lon)
        Creates a geographical location.
        Parameters:
        lat - The latitude of the geographic location.
        lon - The longitude of the greographic location.
    • Method Detail

      • getLat

         double getLat()

        The latitude of the geographical location.

      • getLon

         double getLon()

        The longitude of the geographical location.