<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; latitude</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/latitude/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Distance between two latitude,longitude points</title>
		<link>http://helpdesk.objects.com.au/java/distance-between-two-latitude-longitude-points?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=distance-between-two-latitude-longitude-points</link>
		<comments>http://helpdesk.objects.com.au/java/distance-between-two-latitude-longitude-points#comments</comments>
		<pubDate>Mon, 05 Oct 2009 23:37:46 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[longitude]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1263</guid>
		<description><![CDATA[The Spherical law of cosines gives a pretty accurate result that will be sufficient for most applications. /** lat, longs are in radians */ public static double distance(double lat1, double lon1, double lat2, double lon2) { return R * Math.acos(Math.sin(lat1) * Math.sin(lat2) + Math.cos(lat1) * Math.cos(lat2) * Math.cos(lon1 - lon2)); } private static final double [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/distance-between-two-latitude-longitude-points/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get coordinates of point in Google Maps?</title>
		<link>http://helpdesk.objects.com.au/javascript/how-to-get-coordinates-of-point-in-google-maps?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-coordinates-of-point-in-google-maps</link>
		<comments>http://helpdesk.objects.com.au/javascript/how-to-get-coordinates-of-point-in-google-maps#comments</comments>
		<pubDate>Sun, 05 Apr 2009 23:58:53 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[coordinates]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[longitude]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=871</guid>
		<description><![CDATA[Sometimes we need to get the latitude and longitude of a point in Google Maps but Maps does not display them, so how do we get them? Turns out its pretty simple. First centre your map on the point of interest, then type the following javascript into the location bar of your browser and hit [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/javascript/how-to-get-coordinates-of-point-in-google-maps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

