Skip to content

Commit 41d6564

Browse files
authored
Update README.md
1 parent 44b1cc1 commit 41d6564

File tree

1 file changed

+5
-5
lines changed
  • src/main/java/com/esri/samples/na/offline_routing

1 file changed

+5
-5
lines changed

src/main/java/com/esri/samples/na/offline_routing/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ on-the-fly while moving stops.</p>
1717
<p>To display a <code>Route</code> using a <code>RouteTask</code> with offline data:</p>
1818

1919
<ol>
20-
<li>Create the map's <code>Basemap</code> from a local tile package using a <code>TileCache</code> and <code>ArcGISTiledLayer</code></li>
21-
<li>Create a <code>RouteTask</code> with an offline locator geodatabase</li>
22-
<li>Get the <code>RouteParameters</code> using <code>routeTask.createDefaultParameters()</code></li>
20+
<li>Create the map's <code>Basemap</code> from a local tile package using a <code>TileCache</code> and <code>ArcGISTiledLayer</code>.</li>
21+
<li>Create a <code>RouteTask</code> with an offline locator geodatabase.</li>
22+
<li>Get the <code>RouteParameters</code> using <code>routeTask.createDefaultParameters()</code>.</li>
2323
<li>Create <code>Stop</code>s and add them to the route task's parameters.</li>
24-
<li>Solve the <code>Route</code> using <code>routeTask.solveRouteAsync(routeParameters)</code></li>
24+
<li>Solve the <code>Route</code> using <code>routeTask.solveRouteAsync(routeParameters)</code>.</li>
2525
<li>Create a graphic with the route's geometry and a <code>SimpleLineSymbol</code> and display it on another
2626
<code>GraphicsOverlay</code>.</li>
2727
</ol>
@@ -42,4 +42,4 @@ on-the-fly while moving stops.</p>
4242
<li>Stop</li>
4343
<li>TextSymbol</li>
4444
<li>TileCache</li>
45-
</ul>
45+
</ul>

0 commit comments

Comments
 (0)