<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Extending The API To Create Labeled Markers</title>
	<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/</link>
	<description>with PHP or Rails and AJAX: From Novice to Professional</description>
	<pubDate>Sun, 06 Jul 2008 16:09:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: ALoughe</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-53917</link>
		<dc:creator>ALoughe</dc:creator>
		<pubDate>Thu, 19 Jun 2008 15:31:45 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-53917</guid>
		<description>Your labeled marker code is great.  I have found it very useful to add a span element to the labelText, thus identifying all of my sites (locations) with a nice CSS embellished label.  I can also alter the CSS once a site has been chosen (clicked).  I do this with:  onClick="this.className='pinClicked', and I use a different set of CSS for 'pinClicked' events.  When I want to choose a whole new set of sites, I simply click a "reset" button, which returns all of my labels to their original state (quickly re-loads all of the individual sites).  Since the sites (locations) I am interested in are labeled nicely using your code and my fancy CSS, I don't even use an image to show the location of the sitte, I don't need a "dot" to know where it is, the label tells me quite clearly.  When loading many sites (say over 500), I find it much quicker for Google Maps not to have to load any marker images.  It's very fast without the images!</description>
		<content:encoded><![CDATA[<p>Your labeled marker code is great.  I have found it very useful to add a span element to the labelText, thus identifying all of my sites (locations) with a nice CSS embellished label.  I can also alter the CSS once a site has been chosen (clicked).  I do this with:  onClick=&#8221;this.className=&#8217;pinClicked&#8217;, and I use a different set of CSS for &#8216;pinClicked&#8217; events.  When I want to choose a whole new set of sites, I simply click a &#8220;reset&#8221; button, which returns all of my labels to their original state (quickly re-loads all of the individual sites).  Since the sites (locations) I am interested in are labeled nicely using your code and my fancy CSS, I don&#8217;t even use an image to show the location of the sitte, I don&#8217;t need a &#8220;dot&#8221; to know where it is, the label tells me quite clearly.  When loading many sites (say over 500), I find it much quicker for Google Maps not to have to load any marker images.  It&#8217;s very fast without the images!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edmundo</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-34418</link>
		<dc:creator>Edmundo</dc:creator>
		<pubDate>Wed, 16 Apr 2008 22:35:51 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-34418</guid>
		<description>Thanks for the help! I'm kind of understanding this javascript/google maps relationship a whole lot better...

I was wondering if there is any way to just use a GIcon class to change a custom GMarker, though... or do I have to set my icons/shadows through custom images?</description>
		<content:encoded><![CDATA[<p>Thanks for the help! I&#8217;m kind of understanding this javascript/google maps relationship a whole lot better&#8230;</p>
<p>I was wondering if there is any way to just use a GIcon class to change a custom GMarker, though&#8230; or do I have to set my icons/shadows through custom images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peng Fang</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-25469</link>
		<dc:creator>Peng Fang</dc:creator>
		<pubDate>Wed, 27 Feb 2008 04:59:11 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-25469</guid>
		<description>The extension is very useful. I really appreciate its development.
I am having trouble to display '-' together with any text, such as '-5mm'. the text after '-' will be offset to a new line. I wonder if anybody could help me out on this.
Thank you in advance.</description>
		<content:encoded><![CDATA[<p>The extension is very useful. I really appreciate its development.<br />
I am having trouble to display &#8216;-&#8217; together with any text, such as &#8216;-5mm&#8217;. the text after &#8216;-&#8217; will be offset to a new line. I wonder if anybody could help me out on this.<br />
Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DonB</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-25181</link>
		<dc:creator>DonB</dc:creator>
		<pubDate>Mon, 25 Feb 2008 01:36:06 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-25181</guid>
		<description>Thank you for writing an article that explains 'why', not just 'what' like so many others do.  For example, when I read the code snippet with the 'absolute' CSS attribute I instantly thought, 'Why?'  I was pleased to see you address that just two paragraphs later.</description>
		<content:encoded><![CDATA[<p>Thank you for writing an article that explains &#8216;why&#8217;, not just &#8216;what&#8217; like so many others do.  For example, when I read the code snippet with the &#8216;absolute&#8217; CSS attribute I instantly thought, &#8216;Why?&#8217;  I was pleased to see you address that just two paragraphs later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chipwreck &#124; blog &#187; archive &#187; Google maps customization</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-21927</link>
		<dc:creator>chipwreck &#124; blog &#187; archive &#187; Google maps customization</dc:creator>
		<pubDate>Thu, 31 Jan 2008 19:50:16 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-21927</guid>
		<description>[...] The "click-here" button with the GIF background is created using an extension of the GMarker class, details on googlemapsbook.com. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The &#8220;click-here&#8221; button with the GIF background is created using an extension of the GMarker class, details on googlemapsbook.com. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leons Blog &#187; Blog Archive &#187; Create labeled markers in GM by subclassing the GMarker</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-14795</link>
		<dc:creator>Leons Blog &#187; Blog Archive &#187; Create labeled markers in GM by subclassing the GMarker</dc:creator>
		<pubDate>Fri, 26 Oct 2007 13:18:04 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-14795</guid>
		<description>[...] article could be useful to read. It&#8217;s about extending the existing GMarker object of Google Maps to [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] article could be useful to read. It&#8217;s about extending the existing GMarker object of Google Maps to [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harry</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-11379</link>
		<dc:creator>harry</dc:creator>
		<pubDate>Wed, 15 Aug 2007 09:24:52 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-11379</guid>
		<description>hi,

Excellent job, thanks a lot for posting it. I've some questions and need your help:

Can you pls. tell me how to implement same in asp.net 2.0 with c#.
As this code includes map_data.php file, how can i get its substitute in asp.net?

Actual task is :

I've to create location names in english for thailand map. and the most important thing is all the postions gets highlighted when we perform search according to hotels, shopping,etc  at a particular Location Like for e.g in pattaya(in thailand).

Its quite urgent.

Thanks.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Excellent job, thanks a lot for posting it. I&#8217;ve some questions and need your help:</p>
<p>Can you pls. tell me how to implement same in asp.net 2.0 with c#.<br />
As this code includes map_data.php file, how can i get its substitute in asp.net?</p>
<p>Actual task is :</p>
<p>I&#8217;ve to create location names in english for thailand map. and the most important thing is all the postions gets highlighted when we perform search according to hotels, shopping,etc  at a particular Location Like for e.g in pattaya(in thailand).</p>
<p>Its quite urgent.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Dow</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-7882</link>
		<dc:creator>Tony Dow</dc:creator>
		<pubDate>Wed, 30 May 2007 18:40:56 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-7882</guid>
		<description>Hi. Is it possible to click on a map, add a marker at the click point and have a label or infoWindow displaying the Lat/Long</description>
		<content:encoded><![CDATA[<p>Hi. Is it possible to click on a map, add a marker at the click point and have a label or infoWindow displaying the Lat/Long</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-7031</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sat, 12 May 2007 12:51:15 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-7031</guid>
		<description>MSN I NIIPET
&lt;a href="http://msn.com" rel="nofollow"&gt;MSN&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>MSN I NIIPET<br />
<a href="http://msn.com" rel="nofollow">MSN</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MonALISA Fantastic Team &#187; How to create your own map using Google Map API</title>
		<link>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-6898</link>
		<dc:creator>MonALISA Fantastic Team &#187; How to create your own map using Google Map API</dc:creator>
		<pubDate>Wed, 09 May 2007 09:10:20 +0000</pubDate>
		<guid>http://googlemapsbook.com/2007/01/22/extending-gmarker/#comment-6898</guid>
		<description>[...] After googling the internet for a solution I&#8217;ve found an extention to GMarker, LabeledMarker: http://googlemapsbook.com/2007/01/22/extending-gmarker/ 930   [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] After googling the internet for a solution I&#8217;ve found an extention to GMarker, LabeledMarker: <a href="http://googlemapsbook.com/2007/01/22/extending-gmarker/" rel="nofollow">http://googlemapsbook.com/2007/01/22/extending-gmarker/</a> 930   [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
