Interface that represents a polygon geofence. More...

Inheritance diagram for GeofencePolygon:

Public Member Functions

List< PointgetPoints ()
 
- 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 polygon geofence

Member Function Documentation

List<Point> getPoints ( )

Returns list of the points of the geofence

Returns
list of the points of the geofence