Packagecom.myflashlab.air.extensions.gps
Classpublic class GeofencingManager
InheritanceGeofencingManager Inheritance Object



Public Methods
 MethodDefined By
  
GeofencingManager($context:ExtensionContext)
do not try to initialize this class manually.
GeofencingManager
  
add($model:GeofencingModel):void
GeofencingManager
  
start():void
GeofencingManager
  
stop():void
GeofencingManager
Constructor Detail
GeofencingManager()Constructor
public function GeofencingManager($context:ExtensionContext)

do not try to initialize this class manually. instead, init the main Gps class and access this class using Gps.geofencing

Parameters
$context:ExtensionContext
Method Detail
add()method
public function add($model:GeofencingModel):void

Parameters

$model:GeofencingModel

start()method 
public function start():void

stop()method 
public function stop():void