<?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 — How to get world position of location on my tileset]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=2410</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=2410&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to get world position of location on my tileset.]]></description>
		<lastBuildDate>Sun, 11 Jan 2026 23:57:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to get world position of location on my tileset]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9940#p9940</link>
			<description><![CDATA[<p>Thanks!!&nbsp; Awesome Alex <img src="https://forum.infinity-code.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (digitalrock)]]></author>
			<pubDate>Sun, 11 Jan 2026 23:57:57 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9940#p9940</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to get world position of location on my tileset]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9939#p9939</link>
			<description><![CDATA[<p>Hi.</p><div class="codebox"><pre><code>// get the world (vector3) pos corresponding to this lat/lon
Vector3 customMarkerPos = TileSetControl.instance.LocationToWorld(someObject.Long, someObject.Lat);</code></pre></div><p><a href="https://infinity-code.com/documentation/online-maps-v4.html#api---OnlineMaps-ControlBaseDynamicMesh---LocationToWorld">https://infinity-code.com/documentation … ionToWorld</a></p><p>Upgrade From Online Maps v3:<br /><a href="https://infinity-code.com/documentation/online-maps-v4.html#api---upgrade-from-v3">https://infinity-code.com/documentation … de-from-v3</a></p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Sun, 11 Jan 2026 23:33:38 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9939#p9939</guid>
		</item>
		<item>
			<title><![CDATA[How to get world position of location on my tileset]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9938#p9938</link>
			<description><![CDATA[<p>So I have a new unity project and have upgraded to using the new Online Maps 4 asset.&nbsp; Years ago, using online maps 3 I was able to execute this line:</p><div class="codebox"><pre><code>// get the world (vector3) pos corresponding to this lat/lon
Vector3 customMarkerPos = OnlineMapsTileSetControl.instance.GetWorldPosition(someObject.Long, someObject.Lat);</code></pre></div><p>I looked through the atlas of examples and searched here on the forum, but I only came up with:</p><div class="codebox"><pre><code>Vector3 customMarkerPos = OnlineMapsControlBaseDynamicMesh.instance.GetWorldPosition(locationMarker.location);</code></pre></div><p>Unfortunately I get:&nbsp; The name &#039;OnlineMapsControlBaseDynamicMesh&#039; does not exist in the current context</p><p>I think I&#039;m in over my head here Alex.&nbsp; Any suggestions?&nbsp; Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (digitalrock)]]></author>
			<pubDate>Sun, 11 Jan 2026 23:23:35 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9938#p9938</guid>
		</item>
	</channel>
</rss>
