Title: Advanced Custom Fields: Multiple Coordinates
Author: Jonas Hjalmarsson
Published: <strong>2013 年 10 月 24 日</strong>
Last modified: 2014 年 6 月 9 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/advanced-custom-fields-multiple-coordinates.
svg)

# Advanced Custom Fields: Multiple Coordinates

 作者：[Jonas Hjalmarsson](https://profiles.wordpress.org/jonashjalmarsson/)

[下载](https://downloads.wordpress.org/plugin/advanced-custom-fields-multiple-coordinates.zip)

 * [详情](https://cn.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/#description)
 * [评价](https://cn.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/#developers)

 [支持](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/)

## 描述

The plugin is a modified extended version of the Advanced Custom Fields: Coordinates
made by Stupid Studio and is found here:
 https://wordpress.org/plugins/advanced-
custom-fields-coordinates/

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.

### Usage

When you create a new custom field with ACF, set the field type to
 **Multiple Coordinates
map**. Now the coordinates chooser should show up when you edit a post with your
custom fields.

The tool add a point on each click on the map. To remove the point you select the“
Remove Coordinate” button and click a point.
 You can also show the points as a 
Polygon on the map with the “Show area on map” button and show the actual coordinates
in a semi-colon separated list with the “Show coordinates” button. The search field
is only there to quickly take you to different places on the map. Not to add the
actual points.

To get the coordinates data in your frontend, simply request the field value
 and
in return you get the coordinates in a latitude, longitude array and the zoom as
in the sample below.

    ```
    <?php
    $values = get_field('*****FIELD_NAME*****');
    print_r($values);
    /* which will give you an array like the following sample
        Array
        (
            [coords] => Array
                (
                    [0] => Array
                        (
                            [lat] => 57.156363766336
                            [lng] => 16.364327427978
                        )
                    [1] => Array
                        (
                            [lat] => 57.159612809986
                            [lng] => 16.370315551758
                        )
                )
            [zoom] => 13
        )
    */
    ?>
    ```

## 屏幕截图

 * [[
 * The plugin in action in the backend.

## 安装

Install this plugin by downloading [the source](https://wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/)

and unzipping it into the plugin folder in your WordPress installation. Make sure
to also have ACF installed.

## 常见问题

  How do I get the plugin to show a map on the website?

By implementing a map on your own. We do not provide a frontend-implementation –
this is up to you.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Advanced Custom Fields: Multiple Coordinates」是开源软件。 以下人员对此插件做出
了贡献。

贡献者

 *   [ Jonas Hjalmarsson ](https://profiles.wordpress.org/jonashjalmarsson/)
 *   [ web111se ](https://profiles.wordpress.org/web111se/)

[帮助将「Advanced Custom Fields: Multiple Coordinates」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/advanced-custom-fields-multiple-coordinates)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/advanced-custom-fields-multiple-coordinates/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/advanced-custom-fields-multiple-coordinates/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/advanced-custom-fields-multiple-coordinates/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/advanced-custom-fields-multiple-coordinates/)。

## 更新日志

#### 1.0.2

Copy feature added to copy points from existing value to another Multiple Coordinates
value.
 1. Press the Copy button, right click on the selection and select Copy. 
2. Go to the place you want to paste the point values and press the Copy button,
right click on the selection and select Paste. 3. Publish or update the page or 
post to get the new points.

#### 1.0.1

 * Bugfix 1. Get lat and lng from Marker via correct API function.
 * Bugfix 2. Toggle Show area on map button now works.
 * Optimized init of map when many markers.

#### 1.0.0

 * First release.

## 额外信息

 *  版本 **1.0.2**
 *  最后更新：**12 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.4.0 或更高版本 **
 *  已测试的最高版本为 **3.9.40**
 *  语言
 * [English (US)](https://wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/)
 * 标签
 * [acf](https://cn.wordpress.org/plugins/tags/acf/)[admin](https://cn.wordpress.org/plugins/tags/admin/)
   [advanced-custom-field](https://cn.wordpress.org/plugins/tags/advanced-custom-field/)
   [custom field](https://cn.wordpress.org/plugins/tags/custom-field/)[Google Maps](https://cn.wordpress.org/plugins/tags/google-maps/)
 *  [高级视图](https://cn.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/advanced/)

## 评级

 2.3 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=3)
 *  [  1 条 2 星评价     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=2)
 *  [  2 条 1 星评价     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/)

## 贡献者

 *   [ Jonas Hjalmarsson ](https://profiles.wordpress.org/jonashjalmarsson/)
 *   [ web111se ](https://profiles.wordpress.org/web111se/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/)