Geocoder

Geocoder

Description: Represents the component that manages GeoCoderEndpoint.
Scheme: geocoder
Syntax: geocoder:address:latlng
Maven: org.apache.camel/camel-geocoder/2.16.1

Represents a GeoCoder endpoint.

Name Kind Group Required Default Type Enum Description
address path producer java.lang.String The geo address which should be prefixed with address:
latlng path producer java.lang.String The geo latitude and longitude which should be prefixed with latlng:
clientId parameter producer java.lang.String To use google premium with this client id
clientKey parameter producer java.lang.String To use google premium with this client key
headersOnly parameter producer boolean Whether to only enrich the Exchange with headers, and leave the body as-is.
language parameter producer en java.lang.String The language to use.
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).