Title: Address Geocoder
Author: Marty Spellerberg
Published: <strong>16. 5. 2012</strong>
Last modified: 23. 1. 2019

---

Prohledat pluginy

![](https://ps.w.org/address-geocoder/assets/banner-772x250.png?rev=1400499)

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

![](https://ps.w.org/address-geocoder/assets/icon-256x256.png?rev=1400499)

# Address Geocoder

 Autor: [Marty Spellerberg](https://profiles.wordpress.org/martyspellerberg/)

[Stáhnout](https://downloads.wordpress.org/plugin/address-geocoder.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/address-geocoder/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/address-geocoder/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/address-geocoder/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/address-geocoder/#developers)

 [Podpora](https://wordpress.org/support/plugin/address-geocoder/)

## Popis

The Address Geocoder plugin lets you attach coordinates to your posts, pages, and
custom post types. On your edit screens, simply enter an address into the metabox
and hit „Geocode“.

This plugin uses Google Maps API v3 to translate an address to lat/lng coordinates.
A Google Maps API key is required.

### Fequently Asked Questions

#### How do I retrieve the coordinates?

Access your data in the loop using the following functions, with the post ID passed
as a parameter. For the full coordinates (in brackets):

    ```
    <?php echo get_geocode_latlng( $post->ID ); ?>
    ```

For the Latitude:

    ```
    <?php echo get_geocode_lat( $post->ID ); ?>
    ```

For the Longitude:

    ```
    <?php echo get_geocode_lng( $post->ID ); ?>
    ```

For the Address:

    ```
    <?php echo get_geocode_address( $post->ID ); ?>
    ```

## Snímky obrazovky

[⌊The meta box before clicking "Geocode"⌉⌊The meta box before clicking "Geocode"⌉[

The meta box before clicking „Geocode“

[⌊The meta box after clicking "Geocode"⌉⌊The meta box after clicking "Geocode"⌉[

The meta box after clicking „Geocode“

[⌊The settings page⌉⌊The settings page⌉[

The settings page

## Instalace

 1. Activate the plugin
 2. Go to Settings > Address Geocoder to set your Google Maps API key and choose desired
    post types
 3. Done! You’ll see a „Geocoder“ meta box on your edit screens.

## Recenze

![](https://secure.gravatar.com/avatar/205b7aaa73566edc1a93d6b2b572bac03dcddfb0173f60476df751a807b6a893?
s=60&d=retro&r=g)

### 󠀁[Works!](https://wordpress.org/support/topic/works-1808/)󠁿

 [ndawebs](https://profiles.wordpress.org/ndawebs/) 16. 11. 2020

It is a very useful plugin to use with Facetwp and the map plugin

![](https://secure.gravatar.com/avatar/dbe496dfa859ff247d554cb5aa48a79b9f962fd3c09effae509ef1e6750d7c69?
s=60&d=retro&r=g)

### 󠀁[excellent](https://wordpress.org/support/topic/excellent-3827/)󠁿

 [bort](https://profiles.wordpress.org/b0r7/) 3. 9. 2016

does what it says very well. awesome contribution!

![](https://secure.gravatar.com/avatar/df8a93f528402bcb6ef824cc790dc5ec5aaa43bf5433cf4c269fda88c4ddbfd4?
s=60&d=retro&r=g)

### 󠀁[Works as advertised.](https://wordpress.org/support/topic/works-as-advertised-323/)󠁿

 [b2marketing](https://profiles.wordpress.org/b2marketing/) 3. 9. 2016

Light weight and allows us to select which post types the box should appear on. 
Great! Thanks for providing us with this plugin for free.

![](https://secure.gravatar.com/avatar/6e041ddb05ec5b5220d9bd92b494971b02f900a4f0f15310b51bfd7de66346c5?
s=60&d=retro&r=g)

### 󠀁[Helpful Plugin](https://wordpress.org/support/topic/helpful-plugin-35/)󠁿

 [c1zone](https://profiles.wordpress.org/c1zone/) 3. 9. 2016

Before must tweak at javascript

 [ Přečtěte si všech 7 recenzí ](https://wordpress.org/support/plugin/address-geocoder/reviews/)

## Autoři

Address Geocoder je otevřený software. Následující lidé přispěli k vývoji tohoto
pluginu.

Spolupracovníci

 *   [ Marty Spellerberg ](https://profiles.wordpress.org/martyspellerberg/)
 *   [ Matt Gibbs ](https://profiles.wordpress.org/mgibbs189/)

Plugin „Address Geocoder“ byl přeložen do 1 jazyku. Děkujeme všem [překladatelům](https://translate.wordpress.org/projects/wp-plugins/address-geocoder/contributors)
za jejich pomoc.

[Přeložte “Address Geocoder” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/address-geocoder)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/address-geocoder/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/address-geocoder/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/address-geocoder/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/address-geocoder/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.0.1

 * Tested compatibility against WP 5.1

#### 1.0

 * Better meta box handling (props @burkeshartsis)
 * Draggable marker (props @burkeshartsis)
 * Various fixes and improvements

#### 0.9.2

 * Minor cleanup
 * Added new icon and banner to wordpress.org plugins page

#### 0.9.1

 * Tested compatibility against WP 4.4

#### 0.9

 * A Google Maps API key is now required. Go to Settings > Address Geocoder to set
   your Google Maps API key.

## Meta

 *  Verze **1.0.1**
 *  Poslední aktualizace **před 7 roky**
 *  Aktivních instalací **500+**
 *  Verze WordPressu ** 4.8 nebo novější **
 *  Testováno až do WordPressu **5.1.22**
 *  Jazyky
 * [English (US)](https://wordpress.org/plugins/address-geocoder/) a [Swedish](https://sv.wordpress.org/plugins/address-geocoder/).
 *  [Přeložte do vašeho jazyka](https://translate.wordpress.org/projects/wp-plugins/address-geocoder)
 * Štítků
 * [coordinates](https://cs.wordpress.org/plugins/tags/coordinates/)[geocode](https://cs.wordpress.org/plugins/tags/geocode/)
   [latitude](https://cs.wordpress.org/plugins/tags/latitude/)[location](https://cs.wordpress.org/plugins/tags/location/)
   [longitude](https://cs.wordpress.org/plugins/tags/longitude/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/address-geocoder/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  7 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/address-geocoder/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/address-geocoder/reviews/)

## Spolupracovníci

 *   [ Marty Spellerberg ](https://profiles.wordpress.org/martyspellerberg/)
 *   [ Matt Gibbs ](https://profiles.wordpress.org/mgibbs189/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/address-geocoder/)