public static interface GeoCoderEndpointBuilderFactory.GeoCoderBuilders
| Modifier and Type | Method and Description |
|---|---|
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder |
geocoder(String path)
Geocoder (camel-geocoder)
Find geocodes (latitude and longitude) for a given address or the
other way round.
|
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder |
geocoder(String componentName,
String path)
Geocoder (camel-geocoder)
Find geocodes (latitude and longitude) for a given address or the
other way round.
|
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:path - address:latlngdefault GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder geocoder(String componentName, 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:componentName - to use a custom component name for the endpoint
instead of the default namepath - address:latlngApache Camel