Skip to content

Commit

Permalink
update documentation for 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Oct 4, 2020
1 parent cc01487 commit 5400066
Show file tree
Hide file tree
Showing 92 changed files with 266 additions and 252 deletions.
14 changes: 7 additions & 7 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -233,7 +233,7 @@ <h1>Classes</h1>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">CachedTileOverlay</span> <span class="p">:</span> <span class="kt">MKTileOverlay</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">CachedTileOverlay</span> <span class="p">:</span> <span class="kt">MKTileOverlay</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -266,7 +266,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">class</span> <span class="kt">CachedTileOverlayRenderer</span> <span class="p">:</span> <span class="kt">MKTileOverlayRenderer</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">CachedTileOverlayRenderer</span> <span class="p">:</span> <span class="kt">MKTileOverlayRenderer</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -383,7 +383,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MapCache</span> <span class="p">:</span> <span class="kt"><a href="Protocols/MapCacheProtocol.html">MapCacheProtocol</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">MapCache</span> <span class="p">:</span> <span class="kt"><a href="Protocols/MapCacheProtocol.html">MapCacheProtocol</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -479,7 +479,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">TileCoords</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">TileCoords</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -533,7 +533,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">TileCoordsRegion</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">TileCoordsRegion</span></code></pre>

</div>
</div>
Expand All @@ -545,7 +545,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/CachedTileOverlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="CachedTileOverlay Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -203,7 +203,7 @@ <h1>CachedTileOverlay</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">CachedTileOverlay</span> <span class="p">:</span> <span class="kt">MKTileOverlay</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">CachedTileOverlay</span> <span class="p">:</span> <span class="kt">MKTileOverlay</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -473,7 +473,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 5 additions & 5 deletions docs/Classes/CachedTileOverlayRenderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="CachedTileOverlayRenderer Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -203,7 +203,7 @@ <h1>CachedTileOverlayRenderer</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">class</span> <span class="kt">CachedTileOverlayRenderer</span> <span class="p">:</span> <span class="kt">MKTileOverlayRenderer</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">CachedTileOverlayRenderer</span> <span class="p">:</span> <span class="kt">MKTileOverlayRenderer</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -243,7 +243,7 @@ <h1>CachedTileOverlayRenderer</h1>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">override</span> <span class="kd">func</span> <span class="nf">canDraw</span><span class="p">(</span><span class="n">_</span> <span class="nv">mapRect</span><span class="p">:</span> <span class="kt">MKMapRect</span><span class="p">,</span> <span class="nv">zoomScale</span><span class="p">:</span> <span class="kt">MKZoomScale</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Bool</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">canDraw</span><span class="p">(</span><span class="n">_</span> <span class="nv">mapRect</span><span class="p">:</span> <span class="kt">MKMapRect</span><span class="p">,</span> <span class="nv">zoomScale</span><span class="p">:</span> <span class="kt">MKZoomScale</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Bool</span></code></pre>

</div>
</div>
Expand All @@ -270,7 +270,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">override</span> <span class="kd">func</span> <span class="nf">draw</span><span class="p">(</span><span class="n">_</span> <span class="nv">mapRect</span><span class="p">:</span> <span class="kt">MKMapRect</span><span class="p">,</span> <span class="nv">zoomScale</span><span class="p">:</span> <span class="kt">MKZoomScale</span><span class="p">,</span> <span class="k">in</span> <span class="nv">context</span><span class="p">:</span> <span class="kt">CGContext</span><span class="p">)</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">override</span> <span class="kd">func</span> <span class="nf">draw</span><span class="p">(</span><span class="n">_</span> <span class="nv">mapRect</span><span class="p">:</span> <span class="kt">MKMapRect</span><span class="p">,</span> <span class="nv">zoomScale</span><span class="p">:</span> <span class="kt">MKZoomScale</span><span class="p">,</span> <span class="k">in</span> <span class="nv">context</span><span class="p">:</span> <span class="kt">CGContext</span><span class="p">)</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -313,7 +313,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/DiskCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="DiskCache Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -953,7 +953,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/HashBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="HashBase Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -327,7 +327,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/MD5.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="MD5 Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -328,7 +328,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/MapCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="MapCache Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -203,7 +203,7 @@ <h1>MapCache</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">MapCache</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/MapCacheProtocol.html">MapCacheProtocol</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">MapCache</span> <span class="p">:</span> <span class="kt"><a href="../Protocols/MapCacheProtocol.html">MapCacheProtocol</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -649,7 +649,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/RegionDownloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RegionDownloader Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -896,7 +896,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/TileCoords.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="TileCoords Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">MapCache 0.8.0 Docs</a> (100% documented)</p>
<p><a href="../index.html">MapCache 0.9.0 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/merlos/MapCache"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -203,7 +203,7 @@ <h1>TileCoords</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">TileCoords</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">TileCoords</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -1151,7 +1151,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-09-27)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/merlos/MapCache" target="_blank" rel="external">merlos</a>. All rights reserved. (Last updated: 2020-10-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit 5400066

Please sign in to comment.