2 Home
gitea_admin edited this page 2026-03-11 14:39:17 +00:00

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