-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
GeoCircle.Companion
-
Method Summary
Modifier and Type Method Description final GeoPoint
getCenter()
final Double
getRadius()
final Double
getLat()
final Double
getLon()
final GeometryType
getType()
Returns the actual type of the geofence, e.g. final GeoCircle
getEnclosingCircle()
Returns the enclosing circle in gps space of the geofence -
Methods inherited from class com.pointrlabs.core.geometry.GeoCircle
distanceTo, getMapboxPoint
-
Methods inherited from class com.pointrlabs.core.geometry.GeoPoint
isInside, isInside
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getType
final GeometryType getType()
Returns the actual type of the geofence, e.g. GeometryPolygon. See com.pointrlabs.core.geometry.GeometryType
-
getEnclosingCircle
final GeoCircle getEnclosingCircle()
Returns the enclosing circle in gps space of the geofence
-
-
-
-