Class Coordinates

  • All Implemented Interfaces:
    java.io.Serializable

    public class Coordinates
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Coordinates​(java.lang.Double latitude, java.lang.Double longitude)
      Create coordinates with the given latitude/longitude.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getLat()
      The latitude
      java.lang.Double getLong()
      The longitude
      • Methods inherited from class java.lang.Object

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

      • Coordinates

        public Coordinates​(java.lang.Double latitude,
                           java.lang.Double longitude)
        Create coordinates with the given latitude/longitude.
        Parameters:
        latitude - The latitude
        longitude - The longitude
    • Method Detail

      • getLat

        public java.lang.Double getLat()
        The latitude
        Returns:
        Latitude
      • getLong

        public java.lang.Double getLong()
        The longitude
        Returns:
        Longitude