C# 클래스 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
파일 보기 프로젝트 열기: inthehand/Charming 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Geofence ( CLRegion region ) : System
Geofence ( Windows fence ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Geofence() 공개 메소드

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
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int