Package org.javlo.service.location
Class Geo
- java.lang.Object
-
- org.javlo.service.location.Geo
-
public class Geo extends Object
-
-
Constructor Summary
Constructors Constructor Description Geo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLatitude()
double
getLongitude()
void
setLatitude(double latitude)
void
setLongitude(double longitude)
-