ISGeofenceDelegate Protocol Reference

Conforms to NSObject
Declared in ISGeofenceProvider.h

Overview

Protocol that describes all geofencing events.

– onGeofenceDataUpdateWithEnteredAreas:andStayedAreas:andLeftAreas: required method

Method called when geofencing module has new data available.

- (void)onGeofenceDataUpdateWithEnteredAreas:(NSArray *)enteredAreas andStayedAreas:(NSArray *)stayedAreas andLeftAreas:(NSArray *)leftAreas

Parameters

enteredAreas

All areas detected as entered.

stayedAreas

All areas detected as stayed.

leftAreas

All areas detected as left.

Declared In

ISGeofenceProvider.h

– onGeofenceDataCleared required method

Method called when geofencing data is reset. This happens when no location was received for a long duration, thus zone detection is not valid anymore.

- (void)onGeofenceDataCleared

Declared In

ISGeofenceProvider.h