Site updated at 2017-09-26 18:37:45 UTC

This commit is contained in:
Travis CI 2017-09-26 18:37:45 +00:00
parent cd1993547e
commit 6c210aca29
56 changed files with 99 additions and 99 deletions

View file

@ -86,7 +86,7 @@
<p>Configuration variables:</p>
<ul>
<li><strong>server_token</strong> (<em>Required</em>): A server token obtained from <a href="https://developer.uber.com">developer.uber.com</a> after <a href="https://developer.uber.com/dashboard/create">creating an app</a>.</li>
<li><strong>start_latitude</strong> (<em>Optional</em>): The starting latitude for a trip. Defaults to the latitude in your your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
<li><strong>start_latitude</strong> (<em>Optional</em>): The starting latitude for a trip. Defaults to the latitude in your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
<li><strong>start_longitude</strong> (<em>Optional</em>): The starting longitude for a trip. Defaults to the longitude in your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
<li><strong>end_latitude</strong> (<em>Optional</em>): The ending latitude for a trip. While <code class="highlighter-rouge">end_latitude</code> is optional, it is strongly recommended to provide an <code class="highlighter-rouge">end_latitude</code>/<code class="highlighter-rouge">end_longitude</code> when possible as you will get more accurate price and time estimates.</li>
<li><strong>end_longitude</strong> (<em>Optional</em>): The ending longitude for a trip. While <code class="highlighter-rouge">end_longitude</code> is optional, it is strongly recommended to provide an <code class="highlighter-rouge">end_latitude</code>/<code class="highlighter-rouge">end_longitude</code> when possible as you will get more accurate price and time estimates.</li>