org.apache.camel.component.geocoder
Class GeoCoderConstants

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

public final class GeoCoderConstants
extends Object


Field Summary
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 REGION_CODE
           
static String REGION_NAME
           
static String STATUS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Apache Camel