QDLocationManager 0.0.2

QDLocationManager 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



Installation

pod 'QDLocationManager', '~> 0.0.1'

How to use

Add listener for distance = 10m.

[[QDLocationManager sharedManager] addListener:self forDistance:10.0 resultBlock:^(CLLocation *location) {
    //do stuff
}];

Remove listener only for distance = 10m.

[[QDLocationManager sharedManager] removeListener:self forDistance:10.0];

Remove listener for all distances.

[[QDLocationManager sharedManager] removeListener:self];

Licence

QDLocationManager is available under the MIT license. See the LICENSE file for more info.