C# Class InTheHand.Devices.Geolocation.Geofencing.Geofence

Contains the information to define a geofence, an area of interest, to monitor.
PlatformVersion supported iOSiOS 9.0 and later macOSOS X 10.7 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later
Show file Open project: inthehand/Charming Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
Geofence ( string id, IGeoshape geoshape ) : System

Initializes a new Geofence object given the id and the shape of the geofence.

GetHashCode ( ) : int

Private Methods

Method Description
Geofence ( CLRegion region ) : System
Geofence ( Windows fence ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Geofence() public method

Initializes a new Geofence object given the id and the shape of the geofence.
public Geofence ( string id, IGeoshape geoshape ) : System
id string
geoshape IGeoshape
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int