diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2017-10-30 17:17:52 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2017-10-30 17:17:52 -0400 |
commit | 4233b570952751945a3f066f35595fbcaec2b0ae (patch) | |
tree | 7888256d1be523dfcb3f4343c59b64b1b516a644 /docs/Classes/SDLNavigationCapability.html | |
parent | 43f6367aa18724143032f3624887b0f867c5cc47 (diff) | |
download | sdl_ios-release/5.0.0.tar.gz |
Update for 5.0.0 releaserelease/5.0.0
Diffstat (limited to 'docs/Classes/SDLNavigationCapability.html')
-rw-r--r-- | docs/Classes/SDLNavigationCapability.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/docs/Classes/SDLNavigationCapability.html b/docs/Classes/SDLNavigationCapability.html new file mode 100644 index 000000000..f699da081 --- /dev/null +++ b/docs/Classes/SDLNavigationCapability.html @@ -0,0 +1,66 @@ +<h1>SDLNavigationCapability Class Reference</h1> + +<h3>Section Contents</h3> + +<ul> + <li><a href="#section--initWithSendLocation:waypoints:">-initWithSendLocation:waypoints:</a></li> + <li><a href="#section-sendLocationEnabled">sendLocationEnabled</a></li> + <li><a href="#section-getWayPointsEnabled">getWayPointsEnabled</a></li> +</ul> + +<h3>Overview</h3> + +<p>Undocumented</p> + + +<section class="section task-group-section"> + <h3 id="section--initWithSendLocation:waypoints:"> + -initWithSendLocation:waypoints: + </h3> + + <p>Undocumented</p> + + + + + + + <h3 id="section-sendLocationEnabled"> + sendLocationEnabled + </h3> + + <p>Whether or not the SendLocation RPC is enabled. +Boolean, optional</p> + + + + <h4>Objective-C</h4> + <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">copy</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">sendLocationEnabled</span><span class="p">;</span></code></pre> + + + <h4>Swift</h4> + <pre class="highlight"><code><span class="kd">@NSCopying</span> <span class="k">var</span> <span class="nv">sendLocationEnabled</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> + + + + + <h3 id="section-getWayPointsEnabled"> + getWayPointsEnabled + </h3> + + <p>Whether or not Waypoint related RPCs are enabled. +Boolean, optional</p> + + + + <h4>Objective-C</h4> + <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">copy</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">getWayPointsEnabled</span><span class="p">;</span></code></pre> + + + <h4>Swift</h4> + <pre class="highlight"><code><span class="kd">@NSCopying</span> <span class="k">var</span> <span class="nv">getWayPointsEnabled</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> + + + + +</section> |