public static interface GeoCoderEndpointBuilderFactory.GeoCoderBuilders
| Modifier and Type | Method and Description |
|---|---|
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder |
geocoder(String path)
Geocoder (camel-geocoder)
The geocoder component is used for looking up geocodes (latitude and
longitude) for a given address, or reverse lookup.
|
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder geocoder(String path)
geocoder:address:latlng
Path parameter: address
The geo address which should be prefixed with address:
Path parameter: latlng
The geo latitude and longitude which should be prefixed with latlng:Apache Camel