=== Plugin Name === Contributors: tobiasonline Tags: google, google maps,maps, latitude,longitude Requires at least: 2.0.2 Tested up to: 3.0.1 Stable tag: 1.0 Simple Google Map plugin that will draw a map on your post/page based on Latitude Longitude that is inserted. == Description == Google Maps TO is a plugin that will draw a Google Map on your page/post that will include field called google_map_latlng with the values of latitude,longitude. So for example -12.9703817,-38.5123820 will draw a map of Salvador in Brazil on the page/post that include that Latitude,Longitude as values for google_map_latlng field. To get this working you need a Google Maps API Key. This can be retreived from http://code.google.com/intl/sv/apis/maps/signup.html You will have to include that code under Settings -> Google Maps API key. == Installation == This section describes how to install the plugin and get it working. 1. Upload `google-maps-to.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Insert Google MAPS API Key under "Settings->Google Maps API Key" 4. Under the post/page you want a map, then insert custom field google_maps_latlng with value of Latitude,Longitude of position. == Screenshots == No screenshots yet == Changelog == = 1.0 = * This is the first version released.