<?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: How to auto zoom and auto center Google Maps</title>
	<atom:link href="http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/</link>
	<description>C#, ASP.NET, Google, Remoting, AJAX, Silverlight, Web Development</description>
	<lastBuildDate>Sat, 02 Oct 2010 13:04:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: coder</title>
		<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/comment-page-1/#comment-16245</link>
		<dc:creator>coder</dc:creator>
		<pubDate>Fri, 13 Aug 2010 23:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/#comment-16245</guid>
		<description>Thanks for posting this and thanks for the source code! :-)</description>
		<content:encoded><![CDATA[<p>Thanks for posting this and thanks for the source code! <img src='http://www.codedblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Lachance</title>
		<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/comment-page-1/#comment-10695</link>
		<dc:creator>Sebastien Lachance</dc:creator>
		<pubDate>Tue, 19 Jan 2010 11:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/#comment-10695</guid>
		<description>I&#039;ve recently done this in Javascript, but it&#039;s great to see it done in C#. Great post!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently done this in Javascript, but it&#8217;s great to see it done in C#. Great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/comment-page-1/#comment-9152</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 30 Sep 2009 21:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/#comment-9152</guid>
		<description>Just to say thanks for the maths for Auto Zoom :)

I&#039;m learning Ruby On Rails at the moment and I popped in to a little app to save me countless hours!  As I&#039;m still a beginner I couldn&#039;t quite figure out how to use GLatLngBounds but, until I do, your method will suit me just fine :)</description>
		<content:encoded><![CDATA[<p>Just to say thanks for the maths for Auto Zoom <img src='http://www.codedblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
	I&#8217;m learning Ruby On Rails at the moment and I popped in to a little app to save me countless hours!  As I&#8217;m still a beginner I couldn&#8217;t quite figure out how to use GLatLngBounds but, until I do, your method will suit me just fine <img src='http://www.codedblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman</title>
		<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/comment-page-1/#comment-3958</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Tue, 17 Mar 2009 07:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/#comment-3958</guid>
		<description>Since Google Maps API v2, you can use the GLatLngBounds class for this purpose. I&#039;ve put together a demonstration at this URL:

http://911-need-code-help.blogspot.com/2009/03/zoom-to-fit-all-markers-polylines-or.html</description>
		<content:encoded><![CDATA[<p>Since Google Maps API v2, you can use the GLatLngBounds class for this purpose. I&#8217;ve put together a demonstration at this URL:<br />
	<a href="http://911-need-code-help.blogspot.com/2009/03/zoom-to-fit-all-markers-polylines-or.html">http://911-need-code-help.blogspot.com/2009/03/zoom-to-fit-all-markers-polylines-or.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Warzin</title>
		<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/comment-page-1/#comment-3537</link>
		<dc:creator>Nick Warzin</dc:creator>
		<pubDate>Tue, 20 Jan 2009 17:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/#comment-3537</guid>
		<description>For anyone still catching this article on Google searches, GLatLngBounds takes care of all this math if you don&#039;t mind doing some of the work in JavaScript.

http://code.google.com/apis/maps/documentation/reference.html#GLatLngBounds</description>
		<content:encoded><![CDATA[<p>For anyone still catching this article on Google searches, GLatLngBounds takes care of all this math if you don&#8217;t mind doing some of the work in JavaScript.<br />
	<a href="http://code.google.com/apis/maps/documentation/reference.html#GLatLngBounds">http://code.google.com/apis/maps/documentation/reference.html#GLatLngBounds</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Supriya</title>
		<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/comment-page-1/#comment-3387</link>
		<dc:creator>Supriya</dc:creator>
		<pubDate>Sat, 20 Dec 2008 12:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/#comment-3387</guid>
		<description>Hello!

i have used ur code but implemented in javascript,but it give error
c.getMinimumResolution(); is not a function.
 One more thng i found ;this code only work for 2 markers but i want to 
do same auot-center &amp; auto-zoom for many markers.
Plz give me suggestion for error as well as my other problem.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello!<br />
	i have used ur code but implemented in javascript,but it give error<br />
c.getMinimumResolution(); is not a function.<br />
 One more thng i found ;this code only work for 2 markers but i want to<br />
do same auot-center &amp; auto-zoom for many markers.<br />
Plz give me suggestion for error as well as my other problem.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Busby SEO Challenge</title>
		<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/comment-page-1/#comment-2536</link>
		<dc:creator>Busby SEO Challenge</dc:creator>
		<pubDate>Tue, 12 Aug 2008 07:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/#comment-2536</guid>
		<description>great post...i love it</description>
		<content:encoded><![CDATA[<p>great post&#8230;i love it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shopping cart</title>
		<link>http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/comment-page-1/#comment-2473</link>
		<dc:creator>shopping cart</dc:creator>
		<pubDate>Tue, 15 Jul 2008 10:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codedblog.com/2007/09/28/how-to-auto-zoom-and-auto-center-google-maps/#comment-2473</guid>
		<description>Hi.

That is really a very nice and helpful post.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
	That is really a very nice and helpful post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

