C# Class Acr.Geofencing.GeofenceSettings

Inheritance: AbstractSettingObject
Exibir arquivo Open project: aritchie/geofences

Public Methods

Method Description
Add ( GeofenceRegion region ) : void
GetInstance ( ) : GeofenceSettings
Remove ( GeofenceRegion region ) : void

Method Details

Add() public method

public Add ( GeofenceRegion region ) : void
region GeofenceRegion
return void

GetInstance() public static method

public static GetInstance ( ) : GeofenceSettings
return GeofenceSettings

Remove() public method

public Remove ( GeofenceRegion region ) : void
region GeofenceRegion
return void