Class GeoPoint
- java.lang.Object
-
- kz.greetgo.script.model.context.model.GeoPoint
-
public class GeoPoint extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeoPoint()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeoPointof(double lat, double lon)
-
-
-
Field Detail
-
lat
public double lat
-
lon
public double lon
-
of
public static final java.lang.String of
- See Also:
- Constant Field Values
-
-
Method Detail
-
of
public static GeoPoint of(double lat, double lon)
-
-