Interface that represents a circle geofence. More...

Inheritance diagram for GeofenceCircle:

Public Member Functions

Point getCenter ()
 
int getRadius ()
 
- Public Member Functions inherited from Geofence
SetOfGeofences getSog ()
 
int getId ()
 
String getName ()
 
Boolean enable () throws GeofencingNotAvailableException, GeofencingLowLevelException
 
Boolean disable () throws GeofencingNotAvailableException, GeofencingLowLevelException
 
Boolean getEnabled ()
 
Boolean getActive ()
 
void remove () throws GeofencingNotAvailableException, GeofencingLowLevelException
 
- Public Member Functions inherited from Subject< T extends Observer< U, U extends Event >
void subscribe (T observer) throws CannotSubscribeException
 
void unSubscribe (T observer) throws ObserverNotSubscribedException
 

Detailed Description

Interface that represents a circle geofence

Member Function Documentation

Point getCenter ( )

Returns center of the geofence

Returns
center of the geofence
int getRadius ( )

Returns radius of the geofence

Returns
radius of the geofence