Package org.javlo.service
Class GeoService.Coord
- java.lang.Object
-
- org.javlo.service.GeoService.Coord
-
- Enclosing class:
- GeoService
public static class GeoService.Coord extends Object
-
-
Constructor Summary
Constructors Constructor Description Coord(double latitude, double longitude)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeoService.CoordfromString(String coord)double[]getCoord()doublegetLat()doublegetLon()voidsetLat(double latitude)voidsetLon(double longitude)StringtoString()
-
-
-
Method Detail
-
fromString
public static GeoService.Coord fromString(String coord)
-
getLon
public double getLon()
-
setLon
public void setLon(double longitude)
-
getLat
public double getLat()
-
setLat
public void setLat(double latitude)
-
getCoord
public double[] getCoord()
-
-