第110章 Geocoder コンポーネント
Camel バージョン 2.12 から利用可能
ジオコーダー: コンポーネントは、特定のアドレスまたは逆引きルックアップでジオコード(latitude および longitude)を検索するために使用されます。コンポーネントは、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>
110.1. URI 形式
geocoder:address:name[?options] geocoder:latlng:latitude,longitude[?options]