Nominatim GeoCode Action
Find locations on Earth by name and address.
This Kamelet expects in the body the address to find.
The return message will also contain the following headers with the geolocation info:
CamelGeoCoderAddress
CamelGeoCoderCity
CamelGeoCoderCountryLong
CamelGeoCoderCountryShort
CamelGeoCoderLat
CamelGeoCoderLng
CamelGeoCoderLatlng
CamelGeoCoderPostalCode
CamelGeoCoderRegionCode
CamelGeoCoderRegionName
CamelGeoCoderStatus
The body will be returned in JSON format.
Metadata
| Property |
Value |
| Type |
action |
| Group |
Geospatial |
| Namespace |
Geo |
| Support Level |
Stable |
| Provider |
Apache Software Foundation |
Properties
| Name |
Type |
Required |
Default |
Description |
serverUrl |
string |
✓ |
|
Url of the Nominatim server |
Dependencies
camel:core
camel:jackson
camel:geocoder
camel:kamelet