<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>WordPress Plugins &#187; Tag: latitude - Recent Posts</title>
		<link>http://wordpress.org/extend/plugins/tags/latitude</link>
		<description>WordPress Plugins &#187; Tag: latitude - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 27 May 2012 02:07:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/extend/plugins/rss/tags/latitude" rel="self" type="application/rss+xml" />

		<item>
			<title>Jon Lynch on "Suntimes Widget"</title>
			<link>http://wordpress.org/extend/plugins/suntimes-widget/#post-35941</link>
			<pubDate>Tue, 20 Mar 2012 14:35:45 +0000</pubDate>
			<dc:creator>Jon Lynch</dc:creator>
			<guid isPermaLink="false">35941@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Displays sunrise and sunset times in a widget]]></description>
					</item>
		<item>
			<title>plugin-master on "Google Latitude History"</title>
			<link>http://wordpress.org/extend/plugins/google-latitude-history/#post-33868</link>
			<pubDate>Sat, 14 Jan 2012 17:49:52 +0000</pubDate>
			<dc:creator>plugin-master</dc:creator>
			<guid isPermaLink="false">33868@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[This plugin will display your Google Latitude location history on a Google Map.

<!--plugin-data-description-->
<p>The Google Latitude History plugin provides shortcode to display and customize your Latitude location history on a map. The plugin runs on a hourly wordpress cron to keep your locations up to date. Just use [glatitude-map /] on any post or page to see a map of your location history.</p>

<!--plugin-data-installation-->
<ol>
<li>Upload the folder containing the plugin files.</li>
<li>Activate the plugin through the 'Plugins' menu in WordPress</li>
<li>Sign up for Google Latitude at <a href="http://www.google.com/latitude" title="Google Latitude">http://www.google.com/latitude</a>.</li>
<li>Registry for Google API service at <a href="https://code.google.com/apis/console" title="Google API Console">https://code.google.com/apis/console</a>.</li>
<li>In the <a href="https://code.google.com/apis/console" title="Google API Console">Google API Console</a> click on 'API Access' and update your Google Latitude History plugin settings with your Client ID and Client Secret (screenshot 3).</li>
<li>Copy the Redirect URI in the Google Latitude History settings page, click 'edit settings' in  the under API Access in the <a href="https://code.google.com/apis/console" title="Google API Console">Google API Console</a> and paste the URI into the 'Authorized Redirect URIs' box (screenshot 6).  </li>
<li>&#091;Optional&#093; In the <a href="https://code.google.com/apis/console" title="Google API Console">Google API Console</a> click on 'Services' and turn on 'Google Maps API v3'. Then click on 'API Access' and update your Google Latitude History plugin settings with your Simple API key. The api key tracks usuage and is not necessary. If your website uses a SSL certificate then set Google Maps to use SSL (screenshot 4).</li>
<li>Refresh OAuth token and grant access to this plugin.</li>
<li>Click sync location history.</li>
<li>Add [glatitude-map /] to any page to see your map.</li>
<li>Your location history will update automatically every hour.</li>
</ol>

<!--plugin-data-faq-->
<h4>Why is my location data empty?</h4>

<p>The Google Latitude product is still in beta therefore bugs will come up from time to time. Google has confirmed a <a href="http://code.google.com/p/latitude-api/issues/detail?id=30" title="bug">bug</a> which results in empty location data. Changing your granularity to "best" might fix the problem.</p>

<h4>What is wrong with my info windows</h4>

<p>The info windows are inheriting CSS styles from the page. Please override the offending styles by using the custom css option on the plugin settings page. If the offending CSS is not overrided check the style.css of your theme and look for the max-width property of images and set it to 'none'.</p>

<h4>Fatal error: Call to undefined function curl_init()</h4>

<p>If you get: "Fatal error: Call to undefined function curl_init(). Go to the php.ini and uncomment "extension=php_curl.dll" and restart your server.</p>

<h4>Where can I find HTML color codes</h4>

<h4>When I attempt to refresh my token I get a "OAuth 2.0 error: redirect_uri_mismatch" error</h4>

<p>Add your redirect uri, located in the Google Latitude History plugin settings page, to the Google API console. See screenshot 6.</p>

<p><a href="http://html-color-codes.info/" title="HTML color codes">http://html-color-codes.info/</a></p>

<h4>How often are my locations updated</h4>

<p>The locations are updated hourly by a Wordpress cron</p>

<h4>Where do the location names come from</h4>

<p>The location names are found by using Google's geocode service to find the location name by using it's latitude and longitude coordinates</p>

<h4>Why doesn't my timestamp match</h4>

<p>The time is shown in Coordinated Universal Time (UTC)</p>

<h4>Do I need to use the Google Simple API key?</h4>

<p>The Google Simply API key allows you to monitor to your usuage. This is important for highly trafficked websites that might approach the limits of the free service. For more information about usuage limits please visit <a href="http://code.google.com/apis/maps/documentation/javascript/usage.html#usage_limits" title="Usuage Limits">http://code.google.com/apis/maps/documentation/javascript/usage.html#usage_limits</a></p>

<h4>Do I need to use Google Maps over SSL?</h4>

<p>If you are using this plugin on a website that uses an SSL certificate, your url will start with "https://", then yes.</p>

<!--plugin-data-screenshots-->
<ol class='screenshots'>
	<li>
		<img class='screenshot' src='screenshot-1.jpg' alt='google-latitude-history screenshot 1' />
		<p>Example of a Google Latitude history map</p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-2.jpg' alt='google-latitude-history screenshot 2' />
		<p>Second example of a Google Latitude history map</p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-3.jpg' alt='google-latitude-history screenshot 3' />
		<p>Where to find the Client ID, Client secret, and Simple API key at <a href="https://code.google.com/apis/console" title="Google API Console">https://code.google.com/apis/console</a> </p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-4.jpg' alt='google-latitude-history screenshot 4' />
		<p>Where to turn on the Google services at <a href="https://code.google.com/apis/console" title="Google API Console">https://code.google.com/apis/console</a>.</p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-5.jpg' alt='google-latitude-history screenshot 5' />
		<p>Google Latitude History plugin settings page.</p>
	</li>
	<li>
		<img class='screenshot' src='screenshot-6.jpg' alt='google-latitude-history screenshot 6' />
		<p>How to update the Redirect URI in the <a href="https://code.google.com/apis/console" title="Google API Console">https://code.google.com/apis/console</a>.</p>
	</li>
</ol>

<!--plugin-data-changelog-->
<h4>0.9.7</h4>

<ul>
<li>Upgraded to OAuth 2</li>
</ul>

<h4>0.9.6</h4>

<ul>
<li>updated Google Map url</li>
<li>added option to use Google Simple API key with Google Maps</li>
<li>added option to use Google maps over SSL</li>
<li>added shortcode option to add local style to the Google map</li>
<li>added shortcode option to disable the map markers' infowindows </li>
</ul>

<h4>0.9.5</h4>

<ul>
<li>added support for multiple maps on a single page</li>
<li>fixed shortcode option (openwindow) for the current location window to be open when the map is loaded.</li>
<li>fixed shortcode option for the street view control</li>
</ul>

<h4>0.9.4</h4>

<ul>
<li>added granularity to rest request</li>
</ul>

<h4>0.9.3</h4>

<ul>
<li>Fixed map zoom without points</li>
<li>Added latitude response to sync status message </li>
</ul>

<h4>0.9.2</h4>

<ul>
<li>Added minimum and maximum time options for Latitude history retrieval</li>
<li>Added minimum and maximum time shortcode options for Latitude history map</li>
<li>fixed php/javascript bug in settings page </li>
</ul>

<h4>0.9.1</h4>

<ul>
<li>checked IE select option bug</li>
<li>added option to open the current locations's infowindow upon loading</li>
<li>displayed shortcode options to settings page</li>
</ul>

<h4>0.9</h4>

<ul>
<li>Initial checkin</li>
</ul>

<!--plugin-data-other_notes-->
<h3 id='Shortcode-Options'>Shortcode Options</h3>
<ul>
<li>height = height of the map in pixels</li>
<li>width = width of the map in pixels</li>
<li>max = maximum number of locations to display on the map</li>
<li>maptype = Google map type ( HYBRID, ROADMAP, SATELLITE, TERRAIN )</li>
<li>mapcontrol = show map type control ( true / false )</li>
<li>controlstyle = map control style ( DEFAULT, DROPDOWN_MENU, HORIZONTAL_BAR )</li>
<li>zoomcontrol = show zoom controls ( true / false )</li>
<li>zoomstyle = zoom control style ( DEFAULT, SMALL, LARGE )</li>
<li>pancontrol = show pan control ( true / false )</li>
<li>streetcontrol = show street view control ( true / false )</li>
<li>haveoverview = include overview map button ( true / false )</li>
<li>openoverview = open overview map ( true / false )</li>
<li>disabledefaultui = disable default UI ( true / false )</li>
<li>showpath = show path between the locations ( true / false )</li>
<li>pathcolor = color of the path ( HTML color codes )</li>
<li>pathweight = weight of the path in pixels</li>
<li>pathopacity = opacity of the path ( 0.0 - 1.0 )</li>
<li>currentcolor = color of the marker for the current location ( HTML color codes )</li>
<li>pastcolor = color of the marker for past locations ( HTML color codes )</li>
<li>openwindow = open current location's info window on load ( true / false )</li>
<li>disablewindow = disable the markers' info window ( true / false ) </li>
<li>mintime = location timestamps must be greater then or equal to this time in mm/dd/YYYY or mm/dd/YYYY hh:ss format</li>
<li>maxtime = location timestamps must be less then or equal to this time in mm/dd/YYYY or mm/dd/YYYY hh:ss format</li>
<li>style = add css style to the map div, it will override the custom css in the plugin settings</li>
</ul>
<h3 id='Usage'>Usage</h3>
<ul>
<li>[glatitude-map /] = standard</li>
<li>[glatitude-map height="300" width="500" /] = change the map height and width</li>
<li>[glatitude-map maptype="SATELLITE" /] = show a satellite map</li>
<li>[glatitude-map currentcolor="#00FF09" pastcolor="#FFFF00" /] = change the current location marker to green and the past location markers to yellow</li>
<li>[glatitude-map max="80" /] = increase the maximum number of locations to 80</li>
<li>[glatitude-map mapcontrol="false" /] = remove the map type control </li>
<li>[glatitude-map pathcolor="FF0000" pathopacity="0.5" pathweight="3" /] = change the path color, opacity, and the weight</li>
<li>[glatitude-map mintime="04/20/2011 4:23" /] = only show locations on or after April 20, 2011 at 4:23</li>
<li>etc etc</li>
</ul>]]></description>
					</item>
		<item>
			<title>RobertHarm on "Leaflet Maps Marker"</title>
			<link>http://wordpress.org/extend/plugins/leaflet-maps-marker/#post-32842</link>
			<pubDate>Sun, 11 Dec 2011 08:55:56 +0000</pubDate>
			<dc:creator>RobertHarm</dc:creator>
			<guid isPermaLink="false">32842@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Pin, organize &#38; show your favorite places through OpenStreetMap/WMTS, Google Maps/Earth (KML), GeoJSON, GeoRSS or Augmented-Reality browsers]]></description>
					</item>
		<item>
			<title>Mark (podz) on "Geoportail Shortcode"</title>
			<link>http://wordpress.org/extend/plugins/geoportail-shortcode/#post-32801</link>
			<pubDate>Fri, 09 Dec 2011 14:42:28 +0000</pubDate>
			<dc:creator>Mark (podz)</dc:creator>
			<guid isPermaLink="false">32801@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: Hi,<br />
Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.<br />
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.<br />
Thanks.
</p>]]></description>
					</item>
		<item>
			<title>geoWP on "Geoportail Shortcode"</title>
			<link>http://wordpress.org/extend/plugins/geoportail-shortcode/#post-32800</link>
			<pubDate>Fri, 09 Dec 2011 14:15:51 +0000</pubDate>
			<dc:creator>geoWP</dc:creator>
			<guid isPermaLink="false">32800@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Last updated:  17/05/2012

This plugin allows you to add one map (via the Geoportail API) to your page/post using shortcode.]]></description>
					</item>
		<item>
			<title>soundwaves-productions on "Google Maps v3 Shortcode multiple Markers"</title>
			<link>http://wordpress.org/extend/plugins/google-maps-v3-shortcode-multiple-markers/#post-30711</link>
			<pubDate>Fri, 30 Sep 2011 13:59:15 +0000</pubDate>
			<dc:creator>soundwaves-productions</dc:creator>
			<guid isPermaLink="false">30711@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[This plugin supports multiple markers per map! Kudos to yohman for his plugin:
<a href="http://wordpress.org/extend/plugins/google-maps-v3-shortcode/" rel="nofollow">http://wordpress.org/extend/plugins/google-maps-v3-shortcode/</a>]]></description>
					</item>
		<item>
			<title>peter2322 on "Geo Tag"</title>
			<link>http://wordpress.org/extend/plugins/geo-tag/#post-29976</link>
			<pubDate>Fri, 09 Sep 2011 04:25:36 +0000</pubDate>
			<dc:creator>peter2322</dc:creator>
			<guid isPermaLink="false">29976@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[This plugin adds location information to your posts and pages.]]></description>
					</item>
		<item>
			<title>Bernd Altmeier on "Google Maps GPX Viewer"</title>
			<link>http://wordpress.org/extend/plugins/google-maps-gpx-viewer/#post-29694</link>
			<pubDate>Mon, 29 Aug 2011 14:26:45 +0000</pubDate>
			<dc:creator>Bernd Altmeier</dc:creator>
			<guid isPermaLink="false">29694@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Insert google maps, overlay kml, gpx, fusion tables even mix them, add elevation profile, download link address markers.]]></description>
					</item>
		<item>
			<title>peter2322 on "Google Latitude History"</title>
			<link>http://wordpress.org/extend/plugins/google-latitude-history/#post-28355</link>
			<pubDate>Wed, 13 Jul 2011 01:04:41 +0000</pubDate>
			<dc:creator>peter2322</dc:creator>
			<guid isPermaLink="false">28355@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[This plugin will display your Google Latitude location history on a Google Map and allow you to manage your Latitude locations.]]></description>
					</item>
		<item>
			<title>peter2322 on "Google Latitude Badge Widget"</title>
			<link>http://wordpress.org/extend/plugins/google-latitude-badge/#post-28277</link>
			<pubDate>Sun, 10 Jul 2011 22:18:43 +0000</pubDate>
			<dc:creator>peter2322</dc:creator>
			<guid isPermaLink="false">28277@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[This widget will display your Google Latitude location badge on your blog.]]></description>
					</item>
		<item>
			<title>Cyber Sprocket Labs (cybersprocket.com) on "Google Maps via Store Locator Plus"</title>
			<link>http://wordpress.org/extend/plugins/store-locator-le/#post-26566</link>
			<pubDate>Sun, 15 May 2011 13:06:38 +0000</pubDate>
			<dc:creator>Cyber Sprocket Labs (cybersprocket.com)</dc:creator>
			<guid isPermaLink="false">26566@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Store Locator Plus works with Google Maps to put a store location search on your site.  
Tweak the look and feel with the custom settings.]]></description>
					</item>
		<item>
			<title>WPMU DEV - The WordPress Experts on "Google Maps All In One"</title>
			<link>http://wordpress.org/extend/plugins/wordpress-google-maps/#post-26150</link>
			<pubDate>Wed, 27 Apr 2011 19:51:40 +0000</pubDate>
			<dc:creator>WPMU DEV - The WordPress Experts</dc:creator>
			<guid isPermaLink="false">26150@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Easily embed and customize Google maps on your WordPress site - in posts, pages or as an easy to use widget.]]></description>
					</item>
		<item>
			<title>theozero on "EasyGeo"</title>
			<link>http://wordpress.org/extend/plugins/easygeo/#post-25959</link>
			<pubDate>Tue, 19 Apr 2011 05:57:58 +0000</pubDate>
			<dc:creator>theozero</dc:creator>
			<guid isPermaLink="false">25959@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Adds simplest geocoding features to WP posts (description, lat, long). Adds nothing to the front-end, but has tools for you to do so in your themes.]]></description>
					</item>
		<item>
			<title>gonzalesc on "GoMaps"</title>
			<link>http://wordpress.org/extend/plugins/simple-gomaps-10/#post-24565</link>
			<pubDate>Sun, 20 Feb 2011 06:32:30 +0000</pubDate>
			<dc:creator>gonzalesc</dc:creator>
			<guid isPermaLink="false">24565@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[Simple GoMaps is a Wordpres Plugin that allows insert map of Google Maps in user profile or admin post, for obtain the coordinates.]]></description>
					</item>
		<item>
			<title>ZonaW on "ZonaW Maps"</title>
			<link>http://wordpress.org/extend/plugins/zonaw-maps/#post-23012</link>
			<pubDate>Mon, 20 Dec 2010 11:55:56 +0000</pubDate>
			<dc:creator>ZonaW</dc:creator>
			<guid isPermaLink="false">23012@http://wordpress.org/extend/plugins/</guid>
			<description><![CDATA[This Plugin insert a image with a map in your posts using the Static Google Maps Api.]]></description>
					</item>

	</channel>
</rss>

