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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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