<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using iPhone SDK MapKit Framework &#8211; A tutorial</title>
	<atom:link href="http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/</link>
	<description>I do the talking here...</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:11:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Faizal</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5222</link>
		<dc:creator>Faizal</dc:creator>
		<pubDate>Wed, 21 Jul 2010 15:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5222</guid>
		<description>dude, I would like to know how did ya solve the multiple annotations problem.  I have
stored the lat and long in an array as [&quot;-34.343:-34.434&quot;] format
so I split the string and locate. So if I have [&quot;-34.343:-34.434&quot;],
[&quot;-54.343:-24.434&quot;] ,[&quot;-31.343:-58.434&quot;] ,[&quot;-74.343:-14.434&quot;] .
which points to multiple locations. Now how can I locate by using
multiple annotations..Please reply to my email address.</description>
		<content:encoded><![CDATA[<p>dude, I would like to know how did ya solve the multiple annotations problem.  I have<br />
stored the lat and long in an array as ["-34.343:-34.434"] format<br />
so I split the string and locate. So if I have ["-34.343:-34.434"],<br />
["-54.343:-24.434"] ,["-31.343:-58.434"] ,["-74.343:-14.434"] .<br />
which points to multiple locations. Now how can I locate by using<br />
multiple annotations..Please reply to my email address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lilanga</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5217</link>
		<dc:creator>Lilanga</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5217</guid>
		<description>Thank you So much for the tutorial.

@Rahmat
stringWithContentsOfURL: is Deprecated in OS 4.0
I Used
&lt;code&gt;NSError* error;	
NSString* locationString = [NSString stringWithContentsOfURL:[NSURL URLWithString:urlString] encoding:NSASCIIStringEncoding error:&amp;error];&lt;/code&gt;

insted of
&lt;code&gt;NSString *locationString = [NSString stringWithContentsOfURL:[NSURL URLWithString:urlString]];&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thank you So much for the tutorial.</p>
<p>@Rahmat<br />
stringWithContentsOfURL: is Deprecated in OS 4.0<br />
I Used<br />
<code>NSError* error;<br />
NSString* locationString = [NSString stringWithContentsOfURL:[NSURL URLWithString:urlString] encoding:NSASCIIStringEncoding error:&amp;error];</code></p>
<p>insted of<br />
<code>NSString *locationString = [NSString stringWithContentsOfURL:[NSURL URLWithString:urlString]];</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fauad Anwar</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5212</link>
		<dc:creator>Fauad Anwar</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5212</guid>
		<description>use Interface builder and check the check box of &quot;show my location&quot;.</description>
		<content:encoded><![CDATA[<p>use Interface builder and check the check box of &#8220;show my location&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahmat Hidayat</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5210</link>
		<dc:creator>Rahmat Hidayat</dc:creator>
		<pubDate>Sun, 04 Jul 2010 12:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5210</guid>
		<description>What version of the SDK were you using? some of the methods are deprecated</description>
		<content:encoded><![CDATA[<p>What version of the SDK were you using? some of the methods are deprecated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angad SOni</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5199</link>
		<dc:creator>Angad SOni</dc:creator>
		<pubDate>Tue, 22 Jun 2010 03:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5199</guid>
		<description>Great tutorial thanks a ton. I&#039;m kind of a new on iPhone development i was wondering if there was any way to show where the user is on the map. Like the users location is a pin as well on the map....

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Great tutorial thanks a ton. I&#8217;m kind of a new on iPhone development i was wondering if there was any way to show where the user is on the map. Like the users location is a pin as well on the map&#8230;.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: First look at iPad Development &#171; Oba&#039;s SandBox</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5195</link>
		<dc:creator>First look at iPad Development &#171; Oba&#039;s SandBox</dc:creator>
		<pubDate>Thu, 17 Jun 2010 22:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5195</guid>
		<description>[...] and didn&#8217;t know that it needed some extra project settings to work. Answer found here http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/ (solution was to link the MapKit.framework [...]</description>
		<content:encoded><![CDATA[<p>[...] and didn&#8217;t know that it needed some extra project settings to work. Answer found here http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/ (solution was to link the MapKit.framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aldrin</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5194</link>
		<dc:creator>aldrin</dc:creator>
		<pubDate>Tue, 15 Jun 2010 19:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5194</guid>
		<description>This is an excellent piece of tutorials but as a newbie to xcode, I am stuck at step 4. Okay this is very stupid, how do I actually add the textfield, button and MKMapview under view?</description>
		<content:encoded><![CDATA[<p>This is an excellent piece of tutorials but as a newbie to xcode, I am stuck at step 4. Okay this is very stupid, how do I actually add the textfield, button and MKMapview under view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chennareddy</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5192</link>
		<dc:creator>chennareddy</dc:creator>
		<pubDate>Mon, 14 Jun 2010 07:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5192</guid>
		<description>this is a good tutorial to learn mkmap simply super</description>
		<content:encoded><![CDATA[<p>this is a good tutorial to learn mkmap simply super</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Kubitza</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5191</link>
		<dc:creator>Daniel Kubitza</dc:creator>
		<pubDate>Thu, 10 Jun 2010 12:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5191</guid>
		<description>Hi,
you have to add:

AddressAnnotation *addAnnotation;

in your header file.

And there is no else part needed. This will release the first Annotation when one was set. So you have only one Annotation.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
you have to add:</p>
<p>AddressAnnotation *addAnnotation;</p>
<p>in your header file.</p>
<p>And there is no else part needed. This will release the first Annotation when one was set. So you have only one Annotation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bkbroiler</title>
		<link>http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/#comment-5190</link>
		<dc:creator>bkbroiler</dc:creator>
		<pubDate>Mon, 07 Jun 2010 04:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://mithin.in/?p=310#comment-5190</guid>
		<description>Excellent tutorial.  I would like to fold this into a multi-view application, for example using a navigation bar, but I cannot seem to get that to work right.  I guess it is a bit much to ask but an addendum expanding the application in such a way would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Excellent tutorial.  I would like to fold this into a multi-view application, for example using a navigation bar, but I cannot seem to get that to work right.  I guess it is a bit much to ask but an addendum expanding the application in such a way would be greatly appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>