Skip to content

npmrtsv/QDLocationManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pod 'QDLocationManager', '~> 0.0.2'

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.

About

Smart block location manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published