Class GpsCoordinates

java.lang.Object
net.andresbustamante.yafoot.commons.model.GpsCoordinates
All Implemented Interfaces:
Serializable

public class GpsCoordinates extends Object implements Serializable
GPS locatable object.
Author:
andresbustamante
See Also:
  • Constructor Details

    • GpsCoordinates

      public GpsCoordinates(BigDecimal latitude, BigDecimal longitude)
      Constructor with both latitude and longitude values.
      Parameters:
      latitude - GPS latitude
      longitude - GPS longitude