Package org.javlo.helper
Class MapGeoHelper
- java.lang.Object
-
- org.javlo.helper.MapGeoHelper
-
public class MapGeoHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description MapGeoHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getDistance(double lat1, double lng1, double lat2, double lng2)
static void
main(String[] args)
-
-
-
Method Detail
-
getDistance
public static double getDistance(double lat1, double lng1, double lat2, double lng2)
-
main
public static void main(String[] args)
-
-