Skip to content

Commit

Permalink
Get the last nearest beacon
Browse files Browse the repository at this point in the history
Get the last nearest beacon using smooth signal
  • Loading branch information
Ludovic committed Jun 13, 2014
1 parent c8e79fe commit 6345914
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SmartBeacon-SDK.framework/Versions/A/Headers/SBInstanceSingleton.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,15 @@ __deprecated static NSString *SBDefaultThreeRegionIdentifier = @"fr.ipstand.
- (NSArray *)rangedBeacons;


/**
* Returns the last neareast CLBeacon instance using smooth signal.
*
* @param beacons An array to focus on these beacons. If beacons is nil, it will returns you the last nearest CLBeacon instance using all ranged beacons.
*
* @return last CLBeacon instance which is the nearest ranged beacon
*/
- (CLBeacon *)smoothNearestBeaconFromBeacons:(NSArray *)beacons;


@end

Binary file modified SmartBeacon-SDK.framework/Versions/A/SmartBeacon-SDK
Binary file not shown.

0 comments on commit 6345914

Please sign in to comment.