<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Search for a route using Bolt]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=821&amp;type=atom" />
	<updated>2018-04-12T02:40:55Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=821</id>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3548#p3548" />
			<content type="html"><![CDATA[<p>Rotating camera to set 2D or 3D view</p>]]></content>
			<author>
				<name><![CDATA[theboosted1]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=21</uri>
			</author>
			<updated>2018-04-12T02:40:55Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3548#p3548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3547#p3547" />
			<content type="html"><![CDATA[<p>all graphs so far</p>]]></content>
			<author>
				<name><![CDATA[theboosted1]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=21</uri>
			</author>
			<updated>2018-04-12T02:39:45Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3547#p3547</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3546#p3546" />
			<content type="html"><![CDATA[<p>checking if user has gps location enabled</p>]]></content>
			<author>
				<name><![CDATA[theboosted1]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=21</uri>
			</author>
			<updated>2018-04-12T02:37:55Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3546#p3546</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3545#p3545" />
			<content type="html"><![CDATA[<p>Here is a few more basic graphs...</p>]]></content>
			<author>
				<name><![CDATA[theboosted1]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=21</uri>
			</author>
			<updated>2018-04-12T02:36:13Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3545#p3545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3544#p3544" />
			<content type="html"><![CDATA[<p>yep! I worked it out right before you posted.</p>]]></content>
			<author>
				<name><![CDATA[theboosted1]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=21</uri>
			</author>
			<updated>2018-04-12T01:51:53Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3544#p3544</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3543#p3543" />
			<content type="html"><![CDATA[<p>Something like that:<br /><a href="https://ibb.co/iJuNMc"><span class="postimg"><img src="https://thumb.ibb.co/iJuNMc/img1.png" alt="https://thumb.ibb.co/iJuNMc/img1.png" /></span></a></p><p>In Tools / Bolt / Unit Options Wizard / Types, add the following types:<br />OnlineMapsGoogleDirections.Params<br />OnlineMapsGoogleDirections.Mode</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2018-04-12T01:35:36Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3543#p3543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3542#p3542" />
			<content type="html"><![CDATA[<p>thats it!<br /> I had added the 2 types correctly in the unit options wizard, but was using different step and leg units. Switching to programmer readable from human readable in the setup wizard helped me identify the correct units as yours were labeled differently then mine.</p><p>One last question (maybe)<br />I am attempting to set the &quot;mode&quot; to bicycle, I added the only mode type I could find, which created a mode unit, but I cant set it correctly. I found a directions.find unit that accepts params, but could not hook them up. something like this:</p><p>OnlineMapsGoogleDirections query = OnlineMapsGoogleDirections.Find(<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; new OnlineMapsGoogleDirections.Params(startPos, finalPos)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mode = OnlineMapsGoogleDirections.Mode.walking<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br />&nbsp; &nbsp; &nbsp; &nbsp;<br />I will provide screenshots of my Bolt graphs tonight so other users can see how we&#039;ve created this logic.</p>]]></content>
			<author>
				<name><![CDATA[theboosted1]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=21</uri>
			</author>
			<updated>2018-04-11T11:52:58Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3542#p3542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3541#p3541" />
			<content type="html"><![CDATA[<p>Something like that:<br /><a href="https://ibb.co/dodf4x"><span class="postimg"><img src="https://thumb.ibb.co/dodf4x/img1.png" alt="https://thumb.ibb.co/dodf4x/img1.png" /></span></a></p><p>In Tools / Bolt / Unit Options Wizard / Types, add the following types:<br />OnlineMapsGoogleDirectionsResult.Leg<br />OnlineMapsGoogleDirectionsResult.Step</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2018-04-10T13:16:09Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3541#p3541</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3540#p3540" />
			<content type="html"><![CDATA[<p>This works great, thank you!<br />How would I get the steps of the route? Like in your find directions api example?&nbsp; I found various step units, however none of them would accept an input from get result or route.</p><p>My ultimate plan is to display each step of the route to the user like turn by turn directions, as the user approaches a turn, the next relevant step is displayed.</p>]]></content>
			<author>
				<name><![CDATA[theboosted1]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=21</uri>
			</author>
			<updated>2018-04-10T12:57:22Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3540#p3540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3539#p3539" />
			<content type="html"><![CDATA[<p>very good, I am downloading the bolt integration kit tonight....</p>]]></content>
			<author>
				<name><![CDATA[theboosted1]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=21</uri>
			</author>
			<updated>2018-04-09T12:07:59Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3539#p3539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Search for a route using Bolt]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=3536#p3536" />
			<content type="html"><![CDATA[<p>An example of how to find and draw a route in Online Maps using Bolt.</p><p><div class="fancy_video_tag_player"><iframe class="youtube-player" type="text/html" width="640" height="385" src="https://www.youtube.com/embed/8t0aH269yQ4" frameborder="0"></iframe></div></p><p>Online Maps Bolt Integration Kit:<br /><a href="http://forum.infinity-code.com/viewtopic.php?pid=3535">http://forum.infinity-code.com/viewtopic.php?pid=3535</a></p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2018-04-09T02:53:46Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=3536#p3536</id>
		</entry>
</feed>
