<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — How can I get your current location]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=60&amp;type=atom" />
	<updated>2015-12-04T15:51:17Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=60</id>
		<entry>
			<title type="html"><![CDATA[Re: How can I get your current location]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=241#p241" />
			<content type="html"><![CDATA[<p>OnlineMaps.instance.SetPosition(position.x, position.y)<br />I used the code but I could not get my location position on the map<br />I want to get my location from the map I am as a person and not the middle of the screen</p>]]></content>
			<author>
				<name><![CDATA[mr.softeng]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=61</uri>
			</author>
			<updated>2015-12-04T15:51:17Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=241#p241</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can I get your current location]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=240#p240" />
			<content type="html"><![CDATA[<p>Hello.</p><p>Vector2 position = OnlineMaps.instance.position; // X - Longitude, Y - Latitude.</p><p>Or if you need high accuracy:</p><p>double lng, lat;<br />OnlineMaps.instance.GetPosition (out lng, out lat);</p><p>Examples:<br /><a href="http://infinity-code.com/atlas/online-maps/index.html">http://infinity-code.com/atlas/online-maps/index.html</a></p><p>API Reference:<br /><a href="http://infinity-code.com/doxygen/online-maps/">http://infinity-code.com/doxygen/online-maps/</a></p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2015-12-04T15:24:19Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=240#p240</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How can I get your current location]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=239#p239" />
			<content type="html"><![CDATA[<p>How can I get your current location</p>]]></content>
			<author>
				<name><![CDATA[mr.softeng]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=61</uri>
			</author>
			<updated>2015-12-04T15:02:49Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=239#p239</id>
		</entry>
</feed>
