rn_supermap
Version:
rn_supermap 一款基于React-Native框架的移动应用开发工具。基于该开发工具,用户可以使用JavaScript开发语言,开发出在Android和IOS操作系统下运行的原生移动GIS应用,入门门槛低,一次开发,处处运行。
3,602 lines (866 loc) • 37.3 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: Navigation2</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: Navigation2</h1>
<section>
<header>
<h2>Navigation2</h2>
</header>
<article>
<div class="container-overview">
<h4 class="name" id="Navigation2"><span class="type-signature"></span>new Navigation2<span class="signature">()</span><span class="type-signature"></span></h4>
<div class="description">
行业导航类,提供基于拓扑路网的路径分析与导引。
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line12">line 12</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Methods</h3>
<h4 class="name" id=".cleanPath"><span class="type-signature">(static) </span>cleanPath<span class="signature">()</span><span class="type-signature"> → {Promise.<<a href="GeoLine.html">GeoLine</a>>}</span></h4>
<div class="description">
清除路径分析结果。
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line170">line 170</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<<a href="GeoLine.html">GeoLine</a>></span>
</dd>
</dl>
<h4 class="name" id=".enablePanOnGuide"><span class="type-signature">(static) </span>enablePanOnGuide<span class="signature">(pan)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
引导过程中是否允许平移地图。
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>pan</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line238">line 238</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".getBarrierEdges"><span class="type-signature">(static) </span>getBarrierEdges<span class="signature">()</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
获取障碍边集合
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line363">line 363</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".getBarrierPoints"><span class="type-signature">(static) </span>getBarrierPoints<span class="signature">()</span><span class="type-signature"> → {Promise.<array>}</span></h4>
<div class="description">
获取障碍点集合
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line306">line 306</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<array></span>
</dd>
</dl>
<h4 class="name" id=".getRoute"><span class="type-signature">(static) </span>getRoute<span class="signature">()</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
获取路径分析线路。
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line154">line 154</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".isGuiding"><span class="type-signature">(static) </span>isGuiding<span class="signature">()</span><span class="type-signature"> → {Promise.<Promise.yes>}</span></h4>
<div class="description">
判断是否正在进行引导。
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line223">line 223</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<Promise.yes></span>
</dd>
</dl>
<h4 class="name" id=".loadModel"><span class="type-signature">(static) </span>loadModel<span class="signature">(path)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
加载内存文件。
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>path</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">内存文件路径。</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line51">line 51</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".locateMap"><span class="type-signature">(static) </span>locateMap<span class="signature">()</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
导航中,小车在屏幕中居中显示
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line251">line 251</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".pauseGuide"><span class="type-signature">(static) </span>pauseGuide<span class="signature">()</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
暂停导航
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line183">line 183</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".resumeGuide"><span class="type-signature">(static) </span>resumeGuide<span class="signature">()</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
继续导航
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line196">line 196</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".routeAnalyst"><span class="type-signature">(static) </span>routeAnalyst<span class="signature">()</span><span class="type-signature"> → {Promise.<Promise.boolean>}</span></h4>
<div class="description">
路径分析
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line96">line 96</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<Promise.boolean></span>
</dd>
</dl>
<h4 class="name" id=".setAltimetricPointDataset"><span class="type-signature">(static) </span>setAltimetricPointDataset<span class="signature">(value)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置高程点数据集。可选。
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type"><a href="DatasetVector.html">DatasetVector</a></span>
</td>
<td class="description last">转向表数据集。</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line141">line 141</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setBarrierEdges"><span class="type-signature">(static) </span>setBarrierEdges<span class="signature">(value)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
value:障碍边集合(参数为null时,为清空障碍边);其包含的int值为网络数据集中的线数据的SmID值
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">array</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line350">line 350</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setBarrierNodes"><span class="type-signature">(static) </span>setBarrierNodes<span class="signature">(value)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置障碍节点
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">array</span>
</td>
<td class="description last">障碍节点集合(其包含的值为网络数据集中的节点数据的SmID值,number类型)</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line335">line 335</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setBarrierPoints"><span class="type-signature">(static) </span>setBarrierPoints<span class="signature">(barrierPoints)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置障碍点
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>barrierPoints</code></td>
<td class="type">
<span class="param-type">array</span>
</td>
<td class="description last">障碍点集合(参数为null时,为清空障碍点)</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line321">line 321</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setDestinationPoint"><span class="type-signature">(static) </span>setDestinationPoint<span class="signature">(x, y, map)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置导航终点
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
</td>
<td class="description last">终点横坐标</td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
</td>
<td class="description last">终点纵坐标</td>
</tr>
<tr>
<td class="name"><code>map</code></td>
<td class="type">
</td>
<td class="description last">导航所属地图对象</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line83">line 83</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setDistanceChangeListener"><span class="type-signature">(static) </span>setDistanceChangeListener<span class="signature">(events)</span><span class="type-signature"> → {Promise}</span></h4>
<div class="description">
用法:await industryNavi.setDistanceChangeListener({distanceChange:(e) => {console.log(e.distance}})
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>events</code></td>
<td class="type">
</td>
<td class="description last">离终点的距离变化监听器回调函数对象。</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line379">line 379</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise</span>
</dd>
</dl>
<h4 class="name" id=".setGPSData"><span class="type-signature">(static) </span>setGPSData<span class="signature">(newGps)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置GPS数据。
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>newGps</code></td>
<td class="type">
<span class="param-type">object</span>
</td>
<td class="description last">GPS数据。</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line279">line 279</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setIsAutoNavi"><span class="type-signature">(static) </span>setIsAutoNavi<span class="signature">(isAutoNavi)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置是否自动采集GPS,设置为false时,需用户自己调用setGPSData传入GPS数据。
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>isAutoNavi</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last">是否自动采集GPS,默认自动采集。</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line265">line 265</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setNetworkDataset"><span class="type-signature">(static) </span>setNetworkDataset<span class="signature">(datasetVector)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置用于分析的网络数据集。必选。
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>datasetVector</code></td>
<td class="type">
<span class="param-type">object</span>
</td>
<td class="description last">网络数据集。</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line37">line 37</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setPathVisible"><span class="type-signature">(static) </span>setPathVisible<span class="signature">(visible)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置路径可见
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>visible</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last">设置分析路径是否可见。</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line23">line 23</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setSpeedField"><span class="type-signature">(static) </span>setSpeedField<span class="signature">(value)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置最高限速字段
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">速度字段名称</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line293">line 293</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setStartPoint"><span class="type-signature">(static) </span>setStartPoint<span class="signature">(x, y, map)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置导航起点
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
</td>
<td class="description last">起点横坐标</td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
</td>
<td class="description last">起点纵坐标</td>
</tr>
<tr>
<td class="name"><code>map</code></td>
<td class="type">
</td>
<td class="description last">导航所属地图对象</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line67">line 67</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".setTurnDataset"><span class="type-signature">(static) </span>setTurnDataset<span class="signature">(value)</span><span class="type-signature"> → {Promise.<void>}</span></h4>
<div class="description">
设置转向表数据集。可选。
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>value</code></td>
<td class="type">
<span class="param-type"><a href="DatasetVector.html">DatasetVector</a></span>
</td>
<td class="description last">转向表数据集。</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line127">line 127</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<void></span>
</dd>
</dl>
<h4 class="name" id=".startGuide"><span class="type-signature">(static) </span>startGuide<span class="signature">(guideMode)</span><span class="type-signature"> → {Promise.<Promise.boolean>}</span></h4>
<div class="description">
开始导航
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>guideMode</code></td>
<td class="type">
</td>
<td class="description last">导航模式:1:真实导航;2:模拟导航</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line111">line 111</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<Promise.boolean></span>
</dd>
</dl>
<h4 class="name" id=".stopGuide"><span class="type-signature">(static) </span>stopGuide<span class="signature">()</span><span class="type-signature"> → {Promise.<Promise.boolean>}</span></h4>
<div class="description">
停止引导。
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="IndustryNavi.js.html">IndustryNavi.js</a>, <a href="IndustryNavi.js.html#line209">line 209</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Promise.<Promise.boolean></span>
</dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BufferAnalyst.html">BufferAnalyst</a></li><li><a href="BufferAnalystParameter.html">BufferAnalystParameter</a></li><li><a href="DataDownloadService.html">DataDownloadService</a></li><li><a href="Dataset.html">Dataset</a></li><li><a href="DatasetVector.html">DatasetVector</a></li><li><a href="DatasetVectorInfo.html">DatasetVectorInfo</a></li><li><a href="Datasource.html">Datasource</a></li><li><a href="DatasourceConnectionInfo.html">DatasourceConnectionInfo</a></li><li><a href="DataUploadService.html">DataUploadService</a></li><li><a href="Feature.html">Feature</a></li><li><a href="FeatureSet.html">FeatureSet</a></li><li><a href="GeoLine.html">GeoLine</a></li><li><a href="Geometry.html">Geometry</a></li><li><a href="GeoPoint.html">GeoPoint</a></li><li><a href="GeoRegion.html">GeoRegion</a></li><li><a href="GeoStyle.html">GeoStyle</a></li><li><a href="Layer.html">Layer</a></li><li><a href="LayerSetting.html">LayerSetting</a></li><li><a href="LayerSettingVector.html">LayerSettingVector</a></li><li><a href="LocationManager.html">LocationManager</a></li><li><a href="Map.html">Map</a></li><li><a href="MapControl.html">MapControl</a></li><li><a href="MapView.html">MapView</a></li><li><a href="Navigation2.html">Navigation2</a></li><li><a href="OverlayAnalyst.html">OverlayAnalyst</a></li><li><a href="OverlayAnalystParameter.html">OverlayAnalystParameter</a></li><li><a href="Point.html">Point</a></li><li><a href="Point2D.html">Point2D</a></li><li><a href="QueryParameter.html">QueryParameter</a></li><li><a href="QueryService.html">QueryService</a></li><li><a href="Rectangle2D.html">Rectangle2D</a></li><li><a href="Scene.html">Scene</a></li><li><a href="Selection.html">Selection</a></li><li><a href="ServiceBase.html">ServiceBase</a></li><li><a href="ServiceQueryParameter.html">ServiceQueryParameter</a></li><li><a href="Size2D.html">Size2D</a></li><li><a href="Theme.html">Theme</a></li><li><a href="Track.html">Track</a></li><li><a href="TrackingLayer.html">TrackingLayer</a></li><li><a href="TraditionalNavi.html">TraditionalNavi</a></li><li><a href="Workspace.html">Workspace</a></li><li><a href="WorkspaceConnectionInfo.html">WorkspaceConnectionInfo</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Aug 01 2017 16:16:50 GMT+0800 (CST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>