113장. geocoder 구성 요소

Camel 버전 2.12로 사용 가능

geocoder: 구성 요소는 지정된 주소 또는 역방향 조회에 대한 지리적 코드(도도와 긴도)를 찾는 데 사용됩니다. 구성 요소에서는 Google Geocoder 라이브러리용 Java API를 사용합니다.

Maven 사용자는 이 구성 요소를 위해 다음 종속성을 pom.xml 에 추가해야 합니다.

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-geocoder</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

113.1. URI 형식

geocoder:address:name[?options]
geocoder:latlng:latitude,longitude[?options]