Interface GeoCoderEndpointBuilderFactory.GeoCoderBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
GeoCoderEndpointBuilderFactory

public static interface GeoCoderEndpointBuilderFactory.GeoCoderBuilders
  • Method Details

    • geocoder

      Geocoder (camel-geocoder) Find geocodes (latitude and longitude) for a given address or the other way round. Category: api,search Since: 2.12 Maven coordinates: org.apache.camel:camel-geocoder
      Returns:
      the dsl builder for the headers' name.
    • geocoder

      Geocoder (camel-geocoder) Find geocodes (latitude and longitude) for a given address or the other way round. Category: api,search Since: 2.12 Maven coordinates: org.apache.camel:camel-geocoder Syntax: 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:
      Parameters:
      path - address:latlng
      Returns:
      the dsl builder
    • geocoder

      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. Category: api,search Since: 2.12 Maven coordinates: org.apache.camel:camel-geocoder Syntax: 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:
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - address:latlng
      Returns:
      the dsl builder