File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/com/esri/samples/na/offline_routing Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments