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 String
ADDRESS
static String
CITY
static String
COUNTRY_LONG
static String
COUNTRY_SHORT
static String
LAT
static String
LATLNG
static String
LNG
static String
POSTAL_CODE
static String
REGION_CODE
static String
REGION_NAME
static String
STATUS
-
-
-
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
-
-