@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface GeoCoderEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GeoCoderEndpointBuilderFactory.AdvancedGeoCoderEndpointBuilder
Advanced builder for endpoint for the Geocoder component.
|
static interface |
GeoCoderEndpointBuilderFactory.GeoCoderBuilders |
static interface |
GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder
Builder for endpoint for the Geocoder component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
static 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