Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Version 1.2.1:
Browse files Browse the repository at this point in the history
 - The Estimote Indoor SDK now works better in large locations.
  • Loading branch information
wiktor committed Mar 17, 2015
1 parent 69ff0aa commit bfbc24a
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.1 (March 17, 2015)
- The Estimote Indoor SDK now works better in large locations.

## 1.2.0 (March 3, 2015)

- Major improvements in user's orientation within location. Orientation in position reported via [ESTIndoorLocationManagerDelegate indoorLocationManager:didUpdatePosition:inLocation:] is less error-prone and more responsive to user's rotation.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/ESTIndoorLocationManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/ESTIndoorLocationView.html
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
48 changes: 47 additions & 1 deletion Documentation/Classes/ESTLocation.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ <h1 class="hideInXcode">ESTLocation Class Reference</h1>

<option value="properties">Properties</option>

<option value="//api/name/area">&nbsp;&nbsp;&nbsp;&nbsp;area</option>

<option value="//api/name/beacons">&nbsp;&nbsp;&nbsp;&nbsp;beacons</option>

<option value="//api/name/boundarySegments">&nbsp;&nbsp;&nbsp;&nbsp;boundarySegments</option>
Expand Down Expand Up @@ -123,6 +125,8 @@ <h1 class="hideInXcode">ESTLocation Class Reference</h1>

<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/area">area</a></span></li>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/beacons">beacons</a></span></li>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/boundarySegments">boundarySegments</a></span></li>
Expand Down Expand Up @@ -249,6 +253,12 @@ <h3 class="subsubtitle task-title">Properties</h3>
</span>
<span class="task-item-suffix">property</span>

</li><li>
<span class="tooltip">
<code><a href="#//api/name/area">&nbsp;&nbsp;area</a></code>
</span>
<span class="task-item-suffix">property</span>

</li><li>
<span class="tooltip">
<code><a href="#//api/name/boundingBox">&nbsp;&nbsp;boundingBox</a></code>
Expand Down Expand Up @@ -396,6 +406,42 @@ <h3 class="subsubtitle task-title">Identifying and Comparing Objects</h3>
<a title="Properties" name="properties"></a>
<h2 class="subtitle subtitle-methods">Properties</h2>

<div class="section-method">
<a name="//api/name/area" title="area"></a>
<h3 class="subsubtitle method-title">area</h3>



<div class="method-subsection brief-description">
<p>Area of the location in square meters.</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic, assign, readonly) double area</code></div>















<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ESTLocation.h</code><br />
</div>


</div>

<div class="section-method">
<a name="//api/name/beacons" title="beacons"></a>
<h3 class="subsubtitle method-title">beacons</h3>
Expand Down Expand Up @@ -1293,7 +1339,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/ESTLocationBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/ESTLocationLinearObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/ESTOrientedLineSegment.html
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/ESTOrientedPoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/ESTPoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/ESTPositionedBeacon.html
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Constants/ESTLocationBuilderSide.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2 class="index-title">Constant References</h2>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2 class="index-title">Constant References</h2>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-03)</span><br />
<p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-03-17)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p>

Expand Down
3 changes: 3 additions & 0 deletions EstimoteIndoorLocationSDK/Headers/ESTLocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
/** Bezier path of the boundary of the location. */
@property (nonatomic, strong, readonly) UIBezierPath *shape;

/** Area of the location in square meters. */
@property (nonatomic, assign, readonly) double area;

/** Bounding box of the location. */
@property (nonatomic, assign, readonly) CGRect boundingBox;

Expand Down
Binary file modified EstimoteIndoorLocationSDK/libEstimoteIndoorSDK.a
Binary file not shown.

0 comments on commit bfbc24a

Please sign in to comment.