Class GpsCoordinates
java.lang.Object
net.andresbustamante.yafoot.commons.model.GpsCoordinates
- All Implemented Interfaces:
 Serializable
GPS locatable object.
- Author:
 - andresbustamante
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionGpsCoordinates(BigDecimal latitude, BigDecimal longitude) Constructor with both latitude and longitude values. - 
Method Summary
 
- 
Constructor Details
- 
GpsCoordinates
Constructor with both latitude and longitude values.- Parameters:
 latitude- GPS latitudelongitude- GPS longitude
 
 -