<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — direction and transit time]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=158&amp;type=atom" />
	<updated>2016-05-21T09:15:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=158</id>
		<entry>
			<title type="html"><![CDATA[Re: direction and transit time]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=718#p718" />
			<content type="html"><![CDATA[<p>Hello.</p><p>Yes, you need to find a route from / to the locations that you want.</p><p>To find the total duration of the route, sum the duration of steps:<br /></p><div class="codebox"><pre><code>int totalTimeSec = steps.Sum(s =&gt; s.duration);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2016-05-21T09:15:00Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=718#p718</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[direction and transit time]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=717#p717" />
			<content type="html"><![CDATA[<p>I am looking at FindDirectionExample.cs right now.<br />But it only can print line from current position and desitination.<br />Is that possible to print line from custom position to another custom position and show transit time?</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[ywj7931]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=143</uri>
			</author>
			<updated>2016-05-20T21:27:47Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=717#p717</id>
		</entry>
</feed>
