<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux, Programming, Telephony, Asterisk, Apache, Tips &#38; Tricks &#187; Google Map Key</title>
	<atom:link href="http://shahidz.com/tag/google-map-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://shahidz.com</link>
	<description>Passionate About Technology</description>
	<lastBuildDate>Sun, 10 Jan 2010 17:38:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Maps API</title>
		<link>http://shahidz.com/google-maps-api/</link>
		<comments>http://shahidz.com/google-maps-api/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 12:38:08 +0000</pubDate>
		<dc:creator>Shahid</dc:creator>
				<category><![CDATA[Micellanious]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[google map API]]></category>
		<category><![CDATA[Google Map Key]]></category>

		<guid isPermaLink="false">http://shahidz.com/?p=7</guid>
		<description><![CDATA[What is the Google Maps API?
The Google Maps API lets you embed Google Maps in your own web pages with JavaScript. The API provides a number of utilities for manipulating maps (just like on the  shahidz.com/map.php  web page) and adding content to the map through a variety of services, allowing you to create [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is the Google Maps API?</strong></p>
<p>The Google Maps API lets you embed Google Maps in your own web pages with JavaScript. The API provides a number of utilities for manipulating maps (just like on the <a href="http://shahidz.com/map.php"> shahidz.com/map.php </a> web page) and adding content to the map through a variety of services, allowing you to create robust maps applications on your website.</p>
<p>For enabling Google Map in your site you need a key. You can generate the key from this link : <a href="http://code.google.com/apis/maps/signup.html">http://code.google.com/apis/maps/signup.html</a></p>
<p><a href="http://shahidz.com/map.php" target="_blank" title="Google Map API"><img src="http://shahidz.com/wp-content/uploads/2008/02/screenshot-1.png" alt="Google Map API" /></a></p>
<p><strong>Example program for a simple Google Map showing Cochin</strong><br />
&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;content-type&#8221; content=&#8221;text/html; charset=utf-8&#8243;/&gt;<br />
&lt;title&gt;Google Maps JavaScript API Example&lt;/title&gt;<br />
&lt;script src=&#8221;http://maps.google.com/maps?file=api&amp;v=2&amp;key=GIVE YOUR GOOGLE MAP API KEY HERE&#8221;<br />
type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>//&lt;![CDATA[</p>
<p>function load() {<br />
if (GBrowserIsCompatible()) {<br />
var map = new GMap2(document.getElementById("map"));<br />
//        map.setCenter(new GLatLng(37.4419, -122.1419), 13);<br />
//        map.setCenter(new GLatLng(8.81355,77.335328), 7);<br />
map.setCenter(new GLatLng(9.91355,76.335328), 11 );<br />
}<br />
}</p>
<p>//]]&gt;<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body onload=&#8221;load()&#8221; onunload=&#8221;GUnload()&#8221;&gt;<br />
&lt;div id=&#8221;map&#8221; style=&#8221;width: 500px; height: 500px&#8221;&gt;&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fshahidz.com%2Fgoogle-maps-api%2F&amp;linkname=Google%20Maps%20API"><img src="http://shahidz.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://shahidz.com/google-maps-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
