Class GeoCoderConstants

java.lang.Object
org.apache.camel.component.geocoder.GeoCoderConstants

public final class GeoCoderConstants extends Object
  • Field Details

    • ADDRESS

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

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

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

      @Metadata(description="The longitude of the location.", javaType="String") public static final String LNG
      See Also:
    • 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:
    • REGION_CODE

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

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

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

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

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

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