<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Infinity Code Forum — GPS AR Example]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=1370</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1370&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in GPS AR Example.]]></description>
		<lastBuildDate>Thu, 31 Oct 2019 13:22:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: GPS AR Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=5714#p5714</link>
			<description><![CDATA[<p>Hi, I have developed a solution to this using geofences technique by adding a collider to the 3D marker and then another collider to the player. Programmatically it can trigger any action when the player is entering, exiting or staying within the 3D geofences from markers. I hope it helps.</p>]]></description>
			<author><![CDATA[null@example.com (digitalmkt)]]></author>
			<pubDate>Thu, 31 Oct 2019 13:22:36 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=5714#p5714</guid>
		</item>
		<item>
			<title><![CDATA[Re: GPS AR Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=5614#p5614</link>
			<description><![CDATA[<p>I think there is a misunderstanding here:<br />Online Maps is a mapping solution, not AR framework.<br />For example, you need a map for your AR project, and Online Maps allows you to do this.</p><p>I think you want to position objects in a scene based on GPS, without displaying a map.<br />Technically, using Online Maps you can do this. <br />But keep in mind that Online Maps is not designed for this, and, of course, does not have such an example.</p><p>How to do it:<br />1. Create Tileset map.<br />2. Add Online Maps Location Service and Elevation Manager.<br />3. Make the map have the size of the real world.<br /><a href="http://infinity-code.com/atlas/online-maps/pages/RealTilesetSizeExample.html">http://infinity-code.com/atlas/online-m … ample.html</a><br />4. Disable map renderer.<br /></p><div class="codebox"><pre><code>OnlineMaps.instance.GetComponent&lt;MeshRenderer&gt;().enabled = false;</code></pre></div><p>5. Set the camera in the center of the map:<br /></p><div class="codebox"><pre><code>double lng, lat;
OnlineMapsTilesetControl.instance.GetCoords(out lng, out lat);
Camera.main.transform.position = OnlineMapsTilesetControl.instance.GetWorldPositionWithElevation(lng, lat);</code></pre></div><p>6. Create your GPS objects as 3D markers.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 25 Sep 2019 11:15:31 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=5614#p5614</guid>
		</item>
		<item>
			<title><![CDATA[Re: GPS AR Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=5613#p5613</link>
			<description><![CDATA[<p>In the description of the Unity Asset it states, &quot;Online Maps is a universal multi-platform mapping solution for your 2D, 3D, AR / VR and mobile applications and games.&quot;<br />There are no example videos of AR I could find and looking through the Package contents I could not find anything relating to Augmented Reality so I am curious as to how the AR is implemented.</p>]]></description>
			<author><![CDATA[null@example.com (citizenphil)]]></author>
			<pubDate>Wed, 25 Sep 2019 10:37:15 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=5613#p5613</guid>
		</item>
		<item>
			<title><![CDATA[Re: GPS AR Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=5612#p5612</link>
			<description><![CDATA[<p>Hello.</p><p>What asset are you asking about?</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 25 Sep 2019 10:23:39 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=5612#p5612</guid>
		</item>
		<item>
			<title><![CDATA[GPS AR Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=5611#p5611</link>
			<description><![CDATA[<p>Do you have available an example scene that shows AR objects that have been positioned using a GPS coordinate?</p>]]></description>
			<author><![CDATA[null@example.com (citizenphil)]]></author>
			<pubDate>Wed, 25 Sep 2019 10:01:26 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=5611#p5611</guid>
		</item>
	</channel>
</rss>
