-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Geofence.Companion
-
Method Summary
Modifier and Type Method Description final String
getName()
Get the name of the rule final GeoCircle
getEnclosingCircle()
The enclosing circle of this Geofence. final String
getId()
final Unit
setId(String id)
final String
getEid()
eid
property of Feature returned from POI API.final String
getTypeCode()
final Geometry
getGeometry()
final Location
getLocation()
final Boolean
contains(GeoPoint point)
-
-
Method Detail
-
getEnclosingCircle
final GeoCircle getEnclosingCircle()
The enclosing circle of this Geofence. With Latitude, Longitude of the center point, and the Radius
-
getId
final String getId()
String GUID value representing internal identifier. Corresponds to
fid
property of Feature returned from POI API
-
getEid
final String getEid()
eid
property of Feature returned from POI API. Represents the external identifier.
-
getTypeCode
final String getTypeCode()
-
getGeometry
final Geometry getGeometry()
-
getLocation
final Location getLocation()
-
-
-
-