<?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: Routes/Lines on a MKMapView (as a MKAnnotationView) – Part 2.5</title>
	<atom:link href="http://www.hanspinckaers.com/routes-on-a-mkmapview-as-an-mkannotationview-%e2%80%93-part-2-5/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hanspinckaers.com/routes-on-a-mkmapview-as-an-mkannotationview-%e2%80%93-part-2-5</link>
	<description></description>
	<lastBuildDate>Sun, 25 Dec 2011 03:09:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Everton</title>
		<link>http://www.hanspinckaers.com/routes-on-a-mkmapview-as-an-mkannotationview-%e2%80%93-part-2-5/comment-page-1#comment-269</link>
		<dc:creator>Everton</dc:creator>
		<pubDate>Tue, 05 Apr 2011 18:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=263#comment-269</guid>
		<description>At least in iOS4 the route is not updating while zooming.

Great work, thanks for sharing :)</description>
		<content:encoded><![CDATA[<p>At least in iOS4 the route is not updating while zooming.</p>
<p>Great work, thanks for sharing <img src='http://www.hanspinckaers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.hanspinckaers.com/routes-on-a-mkmapview-as-an-mkannotationview-%e2%80%93-part-2-5/comment-page-1#comment-142</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 15 Nov 2010 14:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=263#comment-142</guid>
		<description>Do you know of it&#039;s worthwhile to
use MKOverlayPathView in iOS4? It seems to me you still have
to define the path yourself with this class (ie - figure out how to
match the route to the roads on the maps).</description>
		<content:encoded><![CDATA[<p>Do you know of it&#8217;s worthwhile to<br />
use MKOverlayPathView in iOS4? It seems to me you still have<br />
to define the path yourself with this class (ie &#8211; figure out how to<br />
match the route to the roads on the maps).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Pinckaers</title>
		<link>http://www.hanspinckaers.com/routes-on-a-mkmapview-as-an-mkannotationview-%e2%80%93-part-2-5/comment-page-1#comment-85</link>
		<dc:creator>Hans Pinckaers</dc:creator>
		<pubDate>Thu, 01 Jul 2010 11:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=263#comment-85</guid>
		<description>With iOS4 it&#039;s better to use build in MapView overlays.</description>
		<content:encoded><![CDATA[<p>With iOS4 it&#8217;s better to use build in MapView overlays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adriaan</title>
		<link>http://www.hanspinckaers.com/routes-on-a-mkmapview-as-an-mkannotationview-%e2%80%93-part-2-5/comment-page-1#comment-83</link>
		<dc:creator>adriaan</dc:creator>
		<pubDate>Tue, 22 Jun 2010 09:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=263#comment-83</guid>
		<description>Hi Hans,

Nice work! I&#039;ve got a question though. It&#039;s got more to do with the Craig&#039;s codebase, but maybe you can shed some light on it.

What I’m trying to do is to display an evolving route. Most of it’s static but the last coordinate is extrapolated based (as if something is moving at a certain speed). I am trying to accomplish this with two routes – one for the static component and one for the extrapolated bit.

The problem I’m having is that the RouteView is initializing with a non-origin frame which is causing the extrapolated route to get cropped in certain situations. And because I keep redrawing/extrapolating this every second, it gets re-cropped every second.

Do you have an idea on how to get the RouteView to initialize correctly, i.e. aligned with the frame of the mapview?</description>
		<content:encoded><![CDATA[<p>Hi Hans,</p>
<p>Nice work! I&#8217;ve got a question though. It&#8217;s got more to do with the Craig&#8217;s codebase, but maybe you can shed some light on it.</p>
<p>What I’m trying to do is to display an evolving route. Most of it’s static but the last coordinate is extrapolated based (as if something is moving at a certain speed). I am trying to accomplish this with two routes – one for the static component and one for the extrapolated bit.</p>
<p>The problem I’m having is that the RouteView is initializing with a non-origin frame which is causing the extrapolated route to get cropped in certain situations. And because I keep redrawing/extrapolating this every second, it gets re-cropped every second.</p>
<p>Do you have an idea on how to get the RouteView to initialize correctly, i.e. aligned with the frame of the mapview?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://www.hanspinckaers.com/routes-on-a-mkmapview-as-an-mkannotationview-%e2%80%93-part-2-5/comment-page-1#comment-72</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Thu, 06 May 2010 03:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=263#comment-72</guid>
		<description>Looks really nice man. I&#039;ve been tinkering with trying to solve the same problem over the last few days and this seems solid. Thanks for posting!</description>
		<content:encoded><![CDATA[<p>Looks really nice man. I&#8217;ve been tinkering with trying to solve the same problem over the last few days and this seems solid. Thanks for posting!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

