Class GeoCoderConstants


  • public final class GeoCoderConstants
    extends Object
    • Field Detail

      • ADDRESS

        @Metadata(description="The formatted address",
                  javaType="String")
        public static final String ADDRESS
        See Also:
        Constant Field Values
      • LATLNG

        @Metadata(description="The latitude and longitude of the location. Separated by comma.",
                  javaType="String")
        public static final String LATLNG
        See Also:
        Constant Field Values
      • LAT

        @Metadata(description="The latitude of the location.",
                  javaType="String")
        public static final String LAT
        See Also:
        Constant Field Values
      • LNG

        @Metadata(description="The longitude of the location.",
                  javaType="String")
        public static final String LNG
        See Also:
        Constant Field Values
      • STATUS

        @Metadata(description="Status code from the geocoder library. If status is\n`GeocoderStatus.OK` then additional headers is enriched",
                  javaType="org.apache.camel.component.geocoder.GeocoderStatus",
                  required=true)
        public static final String STATUS
        See Also:
        Constant Field Values
      • REGION_CODE

        @Metadata(description="The region code.",
                  javaType="String")
        public static final String REGION_CODE
        See Also:
        Constant Field Values
      • REGION_NAME

        @Metadata(description="The region name.",
                  javaType="String")
        public static final String REGION_NAME
        See Also:
        Constant Field Values
      • CITY

        @Metadata(description="The city long name.",
                  javaType="String")
        public static final String CITY
        See Also:
        Constant Field Values
      • COUNTRY_LONG

        @Metadata(description="The country long name.",
                  javaType="String")
        public static final String COUNTRY_LONG
        See Also:
        Constant Field Values
      • COUNTRY_SHORT

        @Metadata(description="The country short name.",
                  javaType="String")
        public static final String COUNTRY_SHORT
        See Also:
        Constant Field Values
      • POSTAL_CODE

        @Metadata(description="The postal code.",
                  javaType="String")
        public static final String POSTAL_CODE
        See Also:
        Constant Field Values