Title: Advanced Custom Fields: Multiple Coordinates
Author: Jonas Hjalmarsson
Published: <strong>24. Oktober 2013</strong>
Last modified: 9. Juni 2014

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Advanced Custom Fields: Multiple Coordinates

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

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

 * [Details](https://de.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/#developers)

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

## Beschreibung

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
        )
    */
    ?>
    ```

## Screenshots

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

## Installation

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.

## FAQ

  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.

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Advanced Custom Fields: Multiple Coordinates“ ist Open-Source-Software. Folgende
Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „Advanced Custom Fields: Multiple Coordinates“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/advanced-custom-fields-multiple-coordinates)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/advanced-custom-fields-multiple-coordinates/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/advanced-custom-fields-multiple-coordinates/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/advanced-custom-fields-multiple-coordinates/)
per [RSS](https://plugins.trac.wordpress.org/log/advanced-custom-fields-multiple-coordinates/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 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.

## Meta

 *  Version **1.0.2**
 *  Zuletzt aktualisiert **vor 12 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 3.4.0 oder höher **
 *  Getestet bis **3.9.40**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/)
 * Schlagwörter
 * [acf](https://de.wordpress.org/plugins/tags/acf/)[admin](https://de.wordpress.org/plugins/tags/admin/)
   [advanced-custom-field](https://de.wordpress.org/plugins/tags/advanced-custom-field/)
   [custom field](https://de.wordpress.org/plugins/tags/custom-field/)[Google Maps](https://de.wordpress.org/plugins/tags/google-maps/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/advanced-custom-fields-multiple-coordinates/advanced/)

## Bewertungen

 2.3 von 5 Sternen.

 *  [  1 5-Sterne-Rezension     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=3)
 *  [  1 2-Sterne-Rezension     ](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/?filter=2)
 *  [  2 1-Sterne-Rezensionen     ](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)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/advanced-custom-fields-multiple-coordinates/)