Class DataPointCenter


  • public final class DataPointCenter
    extends NativeObjectContainer
    This class enables the capability to specify the coordinates where the tooltip should appear. e.g. at the capital city.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • DataPointCenter

        public DataPointCenter()
        Creates a data point center.
      • DataPointCenter

        public DataPointCenter​(Coordinates coordinates)
        Creates a data point center with Coordinates.
        Parameters:
        coordinates - the coordinates value
      • DataPointCenter

        public DataPointCenter​(double latitude,
                               double longitude)
        Creates a data point center with latitude and longitude.
        Parameters:
        latitude - the latitude value
        longitude - the longitude value
    • Method Detail

      • setLatitude

        public void setLatitude​(double latitude)
        Sets the latitude stored in the object.
        Parameters:
        latitude - the latitude value
      • getLatitude

        public double getLatitude()
        Returns the latitude stored in the object.
        Returns:
        the latitude value
      • setLongitude

        public void setLongitude​(double longitude)
        Sets the longitude stored in the object.
        Parameters:
        longitude - the longitude value
      • getLongitude

        public double getLongitude()
        Returns the longitude stored in the object.
        Returns:
        the longitude value