<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Detecting Bad CoreLocation Data</title>
	<atom:link href="http://troybrant.net/blog/2010/02/detecting-bad-corelocation-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://troybrant.net/blog/2010/02/detecting-bad-corelocation-data/</link>
	<description>Mistakes and learnings of an iPhone developer</description>
	<lastBuildDate>Thu, 02 Sep 2010 07:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Hawken</title>
		<link>http://troybrant.net/blog/2010/02/detecting-bad-corelocation-data/comment-page-1/#comment-548</link>
		<dc:creator>Andrew Hawken</dc:creator>
		<pubDate>Sun, 13 Jun 2010 18:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://troybrant.net/blog/?p=64#comment-548</guid>
		<description>I think I can take this information one step further. You should not just ignore but blacklist any points that appear out of order, and then drop any further references to that exact location: that seems clear out the  repeated jumps to a specific point I see quite often.</description>
		<content:encoded><![CDATA[<p>I think I can take this information one step further. You should not just ignore but blacklist any points that appear out of order, and then drop any further references to that exact location: that seems clear out the  repeated jumps to a specific point I see quite often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ultrasound technician</title>
		<link>http://troybrant.net/blog/2010/02/detecting-bad-corelocation-data/comment-page-1/#comment-527</link>
		<dc:creator>ultrasound technician</dc:creator>
		<pubDate>Tue, 01 Jun 2010 03:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://troybrant.net/blog/?p=64#comment-527</guid>
		<description>nice post. thanks.</description>
		<content:encoded><![CDATA[<p>nice post. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genesis</title>
		<link>http://troybrant.net/blog/2010/02/detecting-bad-corelocation-data/comment-page-1/#comment-202</link>
		<dc:creator>genesis</dc:creator>
		<pubDate>Thu, 01 Apr 2010 13:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://troybrant.net/blog/?p=64#comment-202</guid>
		<description>You have tested it and writing form your personal experience or you find some information online?</description>
		<content:encoded><![CDATA[<p>You have tested it and writing form your personal experience or you find some information online?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Binna</title>
		<link>http://troybrant.net/blog/2010/02/detecting-bad-corelocation-data/comment-page-1/#comment-35</link>
		<dc:creator>Manuel Binna</dc:creator>
		<pubDate>Mon, 08 Feb 2010 08:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://troybrant.net/blog/?p=64#comment-35</guid>
		<description>Hi Troy,

as always, another great blog post! But are you sure that points, that are not in order should be filtered out? The iPhone Application Programming Guide says in chapter 8 &quot;Getting the User’s Current Location&quot;:

&quot;Note: The Core Location framework records timestamp values at the beginning of each location query, not when that query returns. Because Core Location uses several different techniques to get a location fix, queries can sometimes come back in a different order than their timestamps might otherwise indicate. As a result, it is normal for new events to sometimes have timestamps that are slightly older than those from previous events. The framework concentrates on improving the accuracy of the location data with each new event it delivers, regardless of the timestamp values.&quot;

Greetings from Germany,
Manuel</description>
		<content:encoded><![CDATA[<p>Hi Troy,</p>
<p>as always, another great blog post! But are you sure that points, that are not in order should be filtered out? The iPhone Application Programming Guide says in chapter 8 &#8220;Getting the User’s Current Location&#8221;:</p>
<p>&#8220;Note: The Core Location framework records timestamp values at the beginning of each location query, not when that query returns. Because Core Location uses several different techniques to get a location fix, queries can sometimes come back in a different order than their timestamps might otherwise indicate. As a result, it is normal for new events to sometimes have timestamps that are slightly older than those from previous events. The framework concentrates on improving the accuracy of the location data with each new event it delivers, regardless of the timestamp values.&#8221;</p>
<p>Greetings from Germany,<br />
Manuel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
