Class GeoCoderComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.geocoder")
    public class GeoCoderComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Find geocodes (latitude and longitude) for a given address or the other way round. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • GeoCoderComponentConfiguration

        public GeoCoderComponentConfiguration()
    • Method Detail

      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getGeoApiContext

        public com.google.maps.GeoApiContext getGeoApiContext()
      • setGeoApiContext

        public void setGeoApiContext​(com.google.maps.GeoApiContext geoApiContext)