Package com.pointrlabs.core.geometry
Class GeoPoint
-
-
Field Summary
Fields Modifier and Type Field Description private final Double
lat
private final Double
lon
private final GeometryType
type
private final GeoCircle
enclosingCircle
-
Method Summary
Modifier and Type Method Description final Double
getLat()
final Double
getLon()
final Double
distanceTo(GeoPoint point)
Return the distance to point final Point
getMapboxPoint()
-
-
Method Detail
-
distanceTo
final Double distanceTo(GeoPoint point)
Return the distance to point
- Parameters:
point
- : point to get distance from
-
getMapboxPoint
final Point getMapboxPoint()
-
-
-
-