Wordpress plugins
Advanced Custom Fields: Coordinates

Advanced Custom Fields: Coordinates

Version : 1.0.0
Tested up to : 3.6.1
Number of download : 19250
Author : Stupid Studio
Average rating : 4.5 / 5 on 4 votes 4 votes, 4.5 avg.rating

Screenshots

Advanced Custom Fields: Coordinates
Advanced Custom Fields: Coordinates
Advanced Custom Fields: Coordinates
Advanced Custom Fields: Coordinates

This add-on to Advanced Custom Fields (ACF) 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, which should be plenty for most backend usage. 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. <?php $values = get_field('*****FIELD_NAME*****'); $lat = $values['lat']; $lng = $values['lng']; $address = $values['address']; Address is not the exact, correct name of the location. Instead it is the term you wrote when searching for the coordinates.

Download now