This file is indexed.

/usr/share/qt5/doc/qtlocation/location-plugin-mapbox.html is in qtlocation5-doc-html 5.5.1-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- mapbox.qdoc -->
  <title>Qt Location Mapbox Plugin | Qt Location 5.5</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.5</li>
<li><a href="qtlocation-index.html">Qt Location</a></li>
<li>Qt Location Mapbox Plugin</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#overview">Overview</a></li>
<li class="level1"><a href="#parameters">Parameters</a></li>
<li class="level2"><a href="#mandatory-parameters">Mandatory parameters</a></li>
<li class="level2"><a href="#optional-parameters">Optional parameters</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Location Mapbox Plugin</h1>
<span class="subtitle"></span>
<!-- $$$location-plugin-mapbox.html-description -->
<div class="descr"> <a name="details"></a>
<a name="overview"></a>
<h2 id="overview">Overview</h2>
<p>This geo services plugin allows applications to access <a href="http://mapbox.com">Mapbox</a> location based services using the Qt Location API. The use of these services is governed by the <a href="https://www.mapbox.com/tos">Mapbox terms of service</a>. An access token is required to use these services. Data is provided by <a href="https://www.mapbox.com/about/maps">OpenStreetMap and others</a>.</p>
<p>The Mapbox geo services plugin can be loaded by using the plugin key &quot;mapbox&quot;.</p>
<a name="parameters"></a>
<h2 id="parameters">Parameters</h2>
<a name="mandatory-parameters"></a>
<h3 >Mandatory parameters</h3>
<p>The following table lists mandatory parameters that <i>must</i> be passed to the Mapbox plugin.</p>
<div class="table"><table class="generic">
 <thead><tr class="qt-style"><th >Parameter</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td >mapbox.access_token</td><td ><a href="https://www.mapbox.com/help/define-access-token/">Access token</a> provided by Mapbox.</td></tr>
<tr valign="top" class="even"><td >mapbox.map_id</td><td ><a href="https://www.mapbox.com/help/define-map-id/">ID</a> of the Mapbox map to show. An example ID is &quot;examples.map-zr0njcqy&quot;.</td></tr>
</table></div>
<p>The Mapbox geo services plugin requires an access token and map ID to use the Mapbox services. To create a Mapbox account visit <a href="https://www.mapbox.com/#signup">https://www.mapbox.com/#signup</a>.</p>
<a name="optional-parameters"></a>
<h3 >Optional parameters</h3>
<p>The following table lists optional parameters that can be passed to the Mapbox plugin.</p>
<div class="table"><table class="generic">
 <thead><tr class="qt-style"><th >Parameter</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td >mapbox.format</td><td >Data format to download tiles in, available values are &quot;png&quot;, &quot;png32&quot;, &quot;png64&quot;, &quot;png128&quot;, &quot;png256&quot;, (PNG with full, 32, 64, 128 and 256 color palette) &quot;jpg70&quot;, &quot;jpg80&quot;, &quot;jpg90&quot; (JPEG with 70%, 80% and 90% compression). Defaults to &quot;png&quot;.</td></tr>
<tr valign="top" class="even"><td >useragent</td><td >User agent string set when making network requests.</td></tr>
</table></div>
</div>
<!-- @@@location-plugin-mapbox.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2015 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>