=== Advanced Custom Fields: Coordinates === Contributors: stupid_studio Requires at least: 3.4.0 Tags: admin, advanced custom field, cusstom field, acf, google maps, maps, gmap, map Tested up to: 3.6.1 Stable tag: 1.0.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html == Description == This add-on to [Advanced Custom Fields (ACF)](http://www.advancedcustomfields.com/ "Advanced Custom Fields") makes it easy to add coordinates to your posts by choosing the location on a visual map or by searching for an address. This software is licensed under the GNU General Public License version 3. See gpl.txt included with this software for more detail. The plugin relies on the Google Maps API. It does not use an API-key and is therefore operating under the [restrictions of the free Google Maps API](https://developers.google.com/maps/faq#usage_pricing), which should be plenty for most backend usage. == Installation == Install this plugin by downloading [the source](https://github.com/StupidStudio/acf-coordinates/archive/master.zip) and unzipping it into the plugin folder in your WordPress installation. Make sure to also have ACF installed. == Usage == When you create a new custom field with ACF, set the field type to **Coordinates map**. Now the coordinates chooser should show up when you edit a post with your custom fields. To get the coordinates data in your frontend, simply request the field value and in return you get the latitude, longitude and the address.