This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Increased Indoor Light navigation mode position granularity, resulting in better accuracy. - Indoor Light is now more stable when the user is not moving. - Added information about orientation to Indoor Light. - Added SpriteKit based EILIndoorLocationScene with built in zoom in/out, rotate and pan gestures handling.
- Loading branch information
Grzegorz Krukiewicz-Gacek
committed
Oct 28, 2016
1 parent
23ddc3a
commit 311a953
Showing
52 changed files
with
15,162 additions
and
16,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,220 +1,96 @@ | ||
<!DOCTYPE HTML> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" /> | ||
<title>EILRequestAddLocationBlock Block Reference</title> | ||
<meta id="xcode-display" name="xcode-display" content="render"/> | ||
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" /> | ||
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" /> | ||
<meta name="generator" content="appledoc 2.2.1 (build 1333)" /> | ||
</head> | ||
<body> | ||
<header id="top_header"> | ||
<div id="library" class="hideInXcode"> | ||
<h1><a id="libraryTitle" href="../index.html">Estimote Indoor Location SDK </a></h1> | ||
<a id="developerHome" href="../index.html">Estimote</a> | ||
</div> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>EILRequestAddLocationBlock Block Reference</title> | ||
|
||
<link rel="stylesheet" href="../css/style.css"> | ||
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> | ||
<meta name="generator" content="appledoc 2.2.1 (build 1333)"> | ||
</head> | ||
<body class="appledoc"> | ||
<header> | ||
<div class="container" class="hide-in-xcode"> | ||
|
||
<div id="title" role="banner"> | ||
<h1 class="hideInXcode">EILRequestAddLocationBlock Block Reference</h1> | ||
</div> | ||
<ul id="headerButtons" role="toolbar"> | ||
<li id="toc_button"> | ||
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button> | ||
</li> | ||
<li id="jumpto_button" role="navigation"> | ||
<select id="jumpTo"> | ||
<h1 id="library-title"> | ||
<a href="../index.html">Estimote Indoor Location SDK </a> | ||
</h1> | ||
|
||
<p id="developer-home"> | ||
<a href="../index.html">Estimote</a> | ||
</p> | ||
|
||
</div> | ||
</header> | ||
|
||
<aside> | ||
<div class="container"> | ||
<nav> | ||
<ul id="header-buttons" role="toolbar"> | ||
<li><a href="../index.html">Index</a></li> | ||
<li><a href="../hierarchy.html">Hierarchy</a></li> | ||
|
||
<li id="on-this-page" role="navigation"> | ||
<label> | ||
On This Page | ||
|
||
<div class="chevron"> | ||
<div class="chevy chevron-left"></div> | ||
<div class="chevy chevron-right"></div> | ||
</div> | ||
|
||
<select id="jump-to"> | ||
<option value="top">Jump To…</option> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</select> | ||
</li> | ||
</ul> | ||
</header> | ||
<nav id="tocContainer" class="isShowingTOC"> | ||
<ul id="toc" role="tree"> | ||
|
||
|
||
|
||
|
||
|
||
</ul> | ||
</nav> | ||
<article> | ||
<div id="contents" class="isShowingTOC" role="main"> | ||
<a title="EILRequestAddLocationBlock Block Reference" name="top"></a> | ||
<div class="main-navigation navigation-top"> | ||
<ul> | ||
<li><a href="../index.html">Index</a></li> | ||
<li><a href="../hierarchy.html">Hierarchy</a></li> | ||
</ul> | ||
</div> | ||
<div id="header"> | ||
<div class="section-header"> | ||
<h1 class="title title-header">EILRequestAddLocationBlock Block Reference</h1> | ||
</div> | ||
</div> | ||
<div id="container"> | ||
</label> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</aside> | ||
|
||
<article> | ||
<div id="overview_contents" class="container"> | ||
<div id="content"> | ||
<main role="main"> | ||
<h1 class="title">EILRequestAddLocationBlock Block Reference</h1> | ||
|
||
|
||
<div class="section section-specification"><table cellspacing="0"><tbody> | ||
<tr> | ||
<td class="specification-title">Declared in</td> | ||
<td class="specification-value">EILRequestAddLocation.h</td> | ||
<th>Declared in</th> | ||
<td>EILRequestAddLocation.h</td> | ||
</tr> | ||
</tbody></table></div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<a title="Block Definition" name="instance_methods"></a> | ||
<h2 class="subtitle subtitle-methods">Block Definition</h2> | ||
<h3 class="subsubtitle method-title">EILRequestAddLocationBlock</h3> | ||
|
||
|
||
<div class="method-subsection brief-description"> | ||
<p>A block object to be executed when the request finishes.</p> | ||
</div> | ||
|
||
|
||
|
||
<code>typedef void (^EILRequestAddLocationBlock) (EILLocation *location, NSError *error)</code> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="method-subsection declared-in-section"> | ||
<h4 class="method-subtitle">Declared In</h4> | ||
<code class="declared-in-ref">EILRequestAddLocation.h</code><br /> | ||
</div> | ||
|
||
|
||
|
||
|
||
</main> | ||
|
||
</div> | ||
<div class="main-navigation navigation-bottom"> | ||
<ul> | ||
<li><a href="../index.html">Index</a></li> | ||
<li><a href="../hierarchy.html">Hierarchy</a></li> | ||
</ul> | ||
</div> | ||
<div id="footer"> | ||
<hr /> | ||
<footer> | ||
<div class="footer-copyright"> | ||
<p><span class="copyright">© 2016 Estimote. All rights reserved. (Last updated: 2016-02-10)</span><br /> | ||
|
||
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</span></p> | ||
<p class="copyright">Copyright © 2016 Estimote. All rights reserved. Updated: 2016-10-28</p> | ||
|
||
|
||
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
</article> | ||
<script type="text/javascript"> | ||
function jumpToChange() | ||
{ | ||
window.location.hash = this.options[this.selectedIndex].value; | ||
} | ||
|
||
function toggleTOC() | ||
{ | ||
var contents = document.getElementById('contents'); | ||
var tocContainer = document.getElementById('tocContainer'); | ||
|
||
if (this.getAttribute('class') == 'open') | ||
{ | ||
this.setAttribute('class', ''); | ||
contents.setAttribute('class', ''); | ||
tocContainer.setAttribute('class', ''); | ||
|
||
window.name = "hideTOC"; | ||
} | ||
else | ||
{ | ||
this.setAttribute('class', 'open'); | ||
contents.setAttribute('class', 'isShowingTOC'); | ||
tocContainer.setAttribute('class', 'isShowingTOC'); | ||
|
||
window.name = ""; | ||
} | ||
return false; | ||
} | ||
|
||
function toggleTOCEntryChildren(e) | ||
{ | ||
e.stopPropagation(); | ||
var currentClass = this.getAttribute('class'); | ||
if (currentClass == 'children') { | ||
this.setAttribute('class', 'children open'); | ||
} | ||
else if (currentClass == 'children open') { | ||
this.setAttribute('class', 'children'); | ||
} | ||
return false; | ||
} | ||
|
||
function tocEntryClick(e) | ||
{ | ||
e.stopPropagation(); | ||
return true; | ||
} | ||
|
||
function init() | ||
{ | ||
var selectElement = document.getElementById('jumpTo'); | ||
selectElement.addEventListener('change', jumpToChange, false); | ||
|
||
var tocButton = document.getElementById('table_of_contents'); | ||
tocButton.addEventListener('click', toggleTOC, false); | ||
|
||
var taskTreeItem = document.getElementById('task_treeitem'); | ||
if (taskTreeItem.getElementsByTagName('li').length > 0) | ||
{ | ||
taskTreeItem.setAttribute('class', 'children'); | ||
taskTreeItem.firstChild.setAttribute('class', 'disclosure'); | ||
} | ||
|
||
var tocList = document.getElementById('toc'); | ||
|
||
var tocEntries = tocList.getElementsByTagName('li'); | ||
for (var i = 0; i < tocEntries.length; i++) { | ||
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false); | ||
} | ||
|
||
var tocLinks = tocList.getElementsByTagName('a'); | ||
for (var i = 0; i < tocLinks.length; i++) { | ||
tocLinks[i].addEventListener('click', tocEntryClick, false); | ||
} | ||
|
||
if (window.name == "hideTOC") { | ||
toggleTOC.call(tocButton); | ||
} | ||
} | ||
|
||
window.onload = init; | ||
|
||
// If showing in Xcode, hide the TOC and Header | ||
if (navigator.userAgent.match(/xcode/i)) { | ||
document.getElementById("contents").className = "hideInXcode" | ||
document.getElementById("tocContainer").className = "hideInXcode" | ||
document.getElementById("top_header").className = "hideInXcode" | ||
} | ||
|
||
</script> | ||
</body> | ||
</div> | ||
</article> | ||
|
||
<script src="../js/script.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.