Class GeoCoderConstants
- java.lang.Object
-
- org.apache.camel.component.geocoder.GeoCoderConstants
-
public final class GeoCoderConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDRESSstatic StringCITYstatic StringCOUNTRY_LONGstatic StringCOUNTRY_SHORTstatic StringLATstatic StringLATLNGstatic StringLNGstatic StringPOSTAL_CODEstatic StringREGION_CODEstatic StringREGION_NAMEstatic StringSTATUS
-
-
-
Field Detail
-
ADDRESS
public static final String ADDRESS
- See Also:
- Constant Field Values
-
LATLNG
public static final String LATLNG
- See Also:
- Constant Field Values
-
LAT
public static final String LAT
- See Also:
- Constant Field Values
-
LNG
public static final String LNG
- See Also:
- Constant Field Values
-
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
-
REGION_CODE
public static final String REGION_CODE
- See Also:
- Constant Field Values
-
REGION_NAME
public static final String REGION_NAME
- See Also:
- Constant Field Values
-
CITY
public static final String CITY
- See Also:
- Constant Field Values
-
COUNTRY_LONG
public static final String COUNTRY_LONG
- See Also:
- Constant Field Values
-
COUNTRY_SHORT
public static final String COUNTRY_SHORT
- See Also:
- Constant Field Values
-
POSTAL_CODE
public static final String POSTAL_CODE
- See Also:
- Constant Field Values
-
-