public enum GeocoderAddressComponentType extends Enum<GeocoderAddressComponentType>
Modifier and Type | Method and Description |
---|---|
static GeocoderAddressComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeocoderAddressComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeocoderAddressComponentType STREET_ADDRESS
public static final GeocoderAddressComponentType ROUTE
public static final GeocoderAddressComponentType INTERSECTION
public static final GeocoderAddressComponentType POLITICAL
public static final GeocoderAddressComponentType COUNTRY
public static final GeocoderAddressComponentType ADMINISTRATIVE_AREA_LEVEL_1
public static final GeocoderAddressComponentType ADMINISTRATIVE_AREA_LEVEL_2
public static final GeocoderAddressComponentType ADMINISTRATIVE_AREA_LEVEL_3
public static final GeocoderAddressComponentType ADMINISTRATIVE_AREA_LEVEL_4
public static final GeocoderAddressComponentType ADMINISTRATIVE_AREA_LEVEL_5
public static final GeocoderAddressComponentType COLLOQUIAL_AREA
public static final GeocoderAddressComponentType LOCALITY
public static final GeocoderAddressComponentType SUBLOCALITY
public static final GeocoderAddressComponentType NEIGHBORHOOD
public static final GeocoderAddressComponentType PREMISE
public static final GeocoderAddressComponentType SUBPREMISE
public static final GeocoderAddressComponentType POSTAL_CODE
public static final GeocoderAddressComponentType NATURAL_FEATURE
public static final GeocoderAddressComponentType AIRPORT
public static final GeocoderAddressComponentType PARK
public static final GeocoderAddressComponentType POST_BOX
public static final GeocoderAddressComponentType STREET_NUMBER
public static final GeocoderAddressComponentType FLOOR
public static final GeocoderAddressComponentType ROOM
public static GeocoderAddressComponentType[] values()
for (GeocoderAddressComponentType c : GeocoderAddressComponentType.values()) System.out.println(c);
public static GeocoderAddressComponentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All Rights Reserved.