Inherits from LimeObject : NSObject
Conforms to NSCoding
Declared in LimeGeofenceList.h
LimeGeofenceList.m

Overview

Copyright © 2015, Lime - HighTech Solutions s.r.o. (www.lime-company.eu).

All rights reserved. This source code can be used only for purposes specified by the given license contract signed by the rightful deputy of Lime - HighTech Solutions s.r.o. This source code can be used only by the owner of the license.

Any disputes arising in respect of this agreement (license) shall be brought before the Municipal Court of Prague.

Tasks

Other Methods

Other Methods

Properties

geofences

A collection of geofences.

@property (nonatomic, strong) NSArray *geofences

Discussion

A collection of geofences.

Declared In

LimeGeofenceList.h

Instance Methods

initWithDictionary:

Initialize an object with the contents of the dictionary.

- (id)initWithDictionary:(NSDictionary *)dictionary

Parameters

dictionary

An NSDictionary to be used for initializing object properties.

Return Value

This implementation of method alway raises an exception - subclass must override this method.

Discussion

Initialize an object with the contents of the dictionary.

WARNING: The default implementation in LimeObject class raises an exception. Make sure you override the method in your subclasses.

Declared In

LimeObject.h