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개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/address-geocoder/#description)
 * [평가](https://ko.wordpress.org/plugins/address-geocoder/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/address-geocoder/#installation)
 * [개발](https://ko.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 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

## 설치

 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/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/address-geocoder/)을 [RSS](https://plugins.trac.wordpress.org/log/address-geocoder/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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**
 *  최근 업데이트: **8년 전**
 *  활성화된 설치 **500+**
 *  워드프레스 버전 ** 4.8 또는 그 이상 **
 *  다음까지 시험됨: **5.1.24**
 *  언어
 * [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://ko.wordpress.org/plugins/tags/coordinates/)[geocode](https://ko.wordpress.org/plugins/tags/geocode/)
   [latitude](https://ko.wordpress.org/plugins/tags/latitude/)[location](https://ko.wordpress.org/plugins/tags/location/)
   [longitude](https://ko.wordpress.org/plugins/tags/longitude/)
 *  [고급 보기](https://ko.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/)