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

---

搜尋外掛

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

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# Address Geocoder

 由 [Marty Spellerberg](https://profiles.wordpress.org/martyspellerberg/) 開發

[下載](https://downloads.wordpress.org/plugin/address-geocoder.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/address-geocoder/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/address-geocoder/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/address-geocoder/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/address-geocoder/#developers)

 [技術支援](https://wordpress.org/support/plugin/address-geocoder/)

## 外掛說明

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 ); ?>
    ```

## 螢幕擷圖

 * [[
 * The meta box before clicking “Geocode”
 * [[
 * The meta box after clicking “Geocode”
 * [[
 * The settings page

## 安裝方式

 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.

## 使用者評論

![](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/) 2020 年 11 月 16 日

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/) 2016 年 9 月 3 日

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/) 2016 年 9 月 3 日

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/) 2016 年 9 月 3 日

Before must tweak at javascript

 [ 閱讀全部 7 則使用者評論 ](https://wordpress.org/support/plugin/address-geocoder/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Address Geocoder〉的開發相關工作。

參與者

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

〈Address Geocoder〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/address-geocoder/contributors)
為這個外掛做出的貢獻。

[將〈Address Geocoder〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/address-geocoder)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/address-geocoder/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/address-geocoder/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/address-geocoder/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/address-geocoder/)。

## 變更記錄

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

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **7 年前**
 *  啟用安裝數 **500+**
 *  WordPress 版本需求 ** 4.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.1.22**
 *  語言
 * [English (US)](https://wordpress.org/plugins/address-geocoder/) 及 [Swedish](https://sv.wordpress.org/plugins/address-geocoder/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/address-geocoder)
 * 標籤
 * [coordinates](https://tw.wordpress.org/plugins/tags/coordinates/)[geocode](https://tw.wordpress.org/plugins/tags/geocode/)
   [latitude](https://tw.wordpress.org/plugins/tags/latitude/)[location](https://tw.wordpress.org/plugins/tags/location/)
   [longitude](https://tw.wordpress.org/plugins/tags/longitude/)
 *  [進階檢視](https://tw.wordpress.org/plugins/address-geocoder/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  7 個 5 星使用者評論     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/address-geocoder/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/address-geocoder/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/address-geocoder/)