public enum AddressType extends java.lang.Enum<AddressType> implements com.google.maps.internal.StringJoin.UrlValue
Enum Constant and Description |
---|
ACCOUNTING
ACCOUNTING is currently not a documented return type. |
ADMINISTRATIVE_AREA_LEVEL_1
ADMINISTRATIVE_AREA_LEVEL_1 indicates a first-order civil entity below the country
level. |
ADMINISTRATIVE_AREA_LEVEL_2
ADMINISTRATIVE_AREA_LEVEL_2 indicates a second-order civil entity below the country
level. |
ADMINISTRATIVE_AREA_LEVEL_3
ADMINISTRATIVE_AREA_LEVEL_3 indicates a third-order civil entity below the country
level. |
ADMINISTRATIVE_AREA_LEVEL_4
ADMINISTRATIVE_AREA_LEVEL_4 indicates a fourth-order civil entity below the country
level. |
ADMINISTRATIVE_AREA_LEVEL_5
ADMINISTRATIVE_AREA_LEVEL_5 indicates a fifth-order civil entity below the country
level. |
AIRPORT
AIRPORT indicates an airport. |
BUS_STATION
BUS_STATION indicates the location of a bus stop. |
CAR_DEALER
CAR_DEALER is currently not a documented return type. |
CAR_REPAIR
CAR_REPAIR is currently not a documented return type. |
CHURCH
CHURCH indicates the location of a church. |
COLLOQUIAL_AREA
COLLOQUIAL_AREA indicates a commonly-used alternative name for the entity. |
COUNTRY
COUNTRY indicates the national political entity, and is typically the highest order
type returned by the Geocoder. |
ESTABLISHMENT
ESTABLISHMENT typically indicates a place that has not yet been categorized. |
FINANCE
FINANCE indicates the location of a finance institute. |
FOOD
FOOD is currently not a documented return type. |
FURNITURE_STORE
FURNITURE_STORE is currently not a documented return type. |
GAS_STATION
GAS_STATION is currently not a documented return type. |
GROCERY_OR_SUPERMARKET
GROCERY_OR_SUPERMARKET is currently not a documented return type. |
GYM
GYM is currently not a documented return type. |
HEALTH
HEALTH is currently not a documented return type. |
HOME_GOODS_STORE
HOME_GOODS_STORE is currently not a documented return type. |
INSURANCE_AGENCY
INSURANCE_AGENCY is currently not a documented return type. |
INTERSECTION
INTERSECTION indicates a major intersection, usually of two major roads. |
LAWYER
LAWYER is currently not a documented return type. |
LIGHT_RAIL_STATION
LIGHT_RAIL_STATION indicates the location of a light rail station. |
LOCALITY
LOCALITY indicates an incorporated city or town political entity. |
LODGING
LODGING is currently not a documented return type. |
MEAL_TAKEAWAY
MEAL_TAKEAWAY is currently not a documented return type. |
MOVING_COMPANY
MOVING_COMPANY is currently not a documented return type. |
NATURAL_FEATURE
NATURAL_FEATURE indicates a prominent natural feature. |
NEIGHBORHOOD
NEIGHBORHOOD indicates a named neighborhood. |
PARK
PARK indicates a named park. |
PLACE_OF_WORSHIP
PLACE_OF_WORSHIP indicates the location of a place of worship. |
POINT_OF_INTEREST
POINT_OF_INTEREST indicates a named point of interest. |
POLITICAL
POLITICAL indicates a political entity. |
POST_OFFICE
POST_OFFICE indicates the location of a post office. |
POSTAL_CODE
POSTAL_CODE indicates a postal code as used to address postal mail within the country. |
POSTAL_CODE_PREFIX
POSTAL_CODE_PREFIX indicates a postal code prefix as used to address postal mail within
the country. |
POSTAL_TOWN
POSTAL_TOWN indicates a grouping of geographic areas, such as locality and sublocality,
used for mailing addresses in some countries. |
PREMISE
PREMISE indicates a named location, usually a building or collection of buildings with
a common name. |
ROUTE
ROUTE indicates a named route (such as "US 101"). |
SHOPPING_MALL
SHOPPING_MALL is currently not a documented return type. |
STORAGE
STORAGE is currently not a documented return type. |
STORE
STORE is currently not a documented return type. |
STREET_ADDRESS
STREET_ADDRESS indicates a precise street address. |
SUBLOCALITY
SUBLOCALITY indicates a first-order civil entity below a locality. |
SUBLOCALITY_LEVEL_1 |
SUBLOCALITY_LEVEL_2 |
SUBLOCALITY_LEVEL_3 |
SUBLOCALITY_LEVEL_4 |
SUBLOCALITY_LEVEL_5 |
SUBPREMISE
SUBPREMISE indicates a first-order entity below a named location, usually a singular
building within a collection of buildings with a common name |
SUBWAY_STATION
SUBWAY_STATION indicates the location of a subway station. |
SYNAGOGUE
SYNAGOGUE is currently not a documented return type. |
TRAIN_STATION
TRAIN_STATION indicates the location of a train station. |
TRANSIT_STATION
TRANSIT_STATION indicates the location of a transit station. |
UNIVERSITY
UNIVERSITY indicates a university. |
UNKNOWN
Indicates an unknown address type returned by the server.
|
WARD
WARD indicates a specific type of Japanese locality, to facilitate distinction between
multiple locality components within a Japanese address. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toCanonicalLiteral() |
java.lang.String |
toString() |
java.lang.String |
toUrlValue() |
static AddressType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddressType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressType STREET_ADDRESS
STREET_ADDRESS
indicates a precise street address.public static final AddressType ROUTE
ROUTE
indicates a named route (such as "US 101").public static final AddressType INTERSECTION
INTERSECTION
indicates a major intersection, usually of two major roads.public static final AddressType POLITICAL
POLITICAL
indicates a political entity. Usually, this type indicates a polygon of some
civil administration.public static final AddressType COUNTRY
COUNTRY
indicates the national political entity, and is typically the highest order
type returned by the Geocoder.public static final AddressType ADMINISTRATIVE_AREA_LEVEL_1
ADMINISTRATIVE_AREA_LEVEL_1
indicates a first-order civil entity below the country
level. Within the United States, these administrative levels are states. Not all nations
exhibit these administrative levels.public static final AddressType ADMINISTRATIVE_AREA_LEVEL_2
ADMINISTRATIVE_AREA_LEVEL_2
indicates a second-order civil entity below the country
level. Within the United States, these administrative levels are counties. Not all nations
exhibit these administrative levels.public static final AddressType ADMINISTRATIVE_AREA_LEVEL_3
ADMINISTRATIVE_AREA_LEVEL_3
indicates a third-order civil entity below the country
level. This type indicates a minor civil division. Not all nations exhibit these administrative
levels.public static final AddressType ADMINISTRATIVE_AREA_LEVEL_4
ADMINISTRATIVE_AREA_LEVEL_4
indicates a fourth-order civil entity below the country
level. This type indicates a minor civil division. Not all nations exhibit these administrative
levels.public static final AddressType ADMINISTRATIVE_AREA_LEVEL_5
ADMINISTRATIVE_AREA_LEVEL_5
indicates a fifth-order civil entity below the country
level. This type indicates a minor civil division. Not all nations exhibit these administrative
levels.public static final AddressType COLLOQUIAL_AREA
COLLOQUIAL_AREA
indicates a commonly-used alternative name for the entity.public static final AddressType LOCALITY
LOCALITY
indicates an incorporated city or town political entity.public static final AddressType WARD
WARD
indicates a specific type of Japanese locality, to facilitate distinction between
multiple locality components within a Japanese address.public static final AddressType SUBLOCALITY
SUBLOCALITY
indicates a first-order civil entity below a locality. For some locations
may receive one of the additional types: sublocality_level_1 to sublocality_level_5. Each
sublocality level is a civil entity. Larger numbers indicate a smaller geographic area.public static final AddressType SUBLOCALITY_LEVEL_1
public static final AddressType SUBLOCALITY_LEVEL_2
public static final AddressType SUBLOCALITY_LEVEL_3
public static final AddressType SUBLOCALITY_LEVEL_4
public static final AddressType SUBLOCALITY_LEVEL_5
public static final AddressType NEIGHBORHOOD
NEIGHBORHOOD
indicates a named neighborhood.public static final AddressType PREMISE
PREMISE
indicates a named location, usually a building or collection of buildings with
a common name.public static final AddressType SUBPREMISE
SUBPREMISE
indicates a first-order entity below a named location, usually a singular
building within a collection of buildings with a common namepublic static final AddressType POSTAL_CODE
POSTAL_CODE
indicates a postal code as used to address postal mail within the country.public static final AddressType POSTAL_CODE_PREFIX
POSTAL_CODE_PREFIX
indicates a postal code prefix as used to address postal mail within
the country.public static final AddressType NATURAL_FEATURE
NATURAL_FEATURE
indicates a prominent natural feature.public static final AddressType AIRPORT
AIRPORT
indicates an airport.public static final AddressType UNIVERSITY
UNIVERSITY
indicates a university.public static final AddressType PARK
PARK
indicates a named park.public static final AddressType POINT_OF_INTEREST
POINT_OF_INTEREST
indicates a named point of interest. Typically, these "POI"s are
prominent local entities that don't easily fit in another category, such as "Empire State
Building" or "Statue of Liberty."public static final AddressType ESTABLISHMENT
ESTABLISHMENT
typically indicates a place that has not yet been categorized.public static final AddressType BUS_STATION
BUS_STATION
indicates the location of a bus stop.public static final AddressType TRAIN_STATION
TRAIN_STATION
indicates the location of a train station.public static final AddressType SUBWAY_STATION
SUBWAY_STATION
indicates the location of a subway station.public static final AddressType TRANSIT_STATION
TRANSIT_STATION
indicates the location of a transit station.public static final AddressType LIGHT_RAIL_STATION
LIGHT_RAIL_STATION
indicates the location of a light rail station.public static final AddressType CHURCH
CHURCH
indicates the location of a church.public static final AddressType FINANCE
FINANCE
indicates the location of a finance institute.public static final AddressType POST_OFFICE
POST_OFFICE
indicates the location of a post office.public static final AddressType PLACE_OF_WORSHIP
PLACE_OF_WORSHIP
indicates the location of a place of worship.public static final AddressType POSTAL_TOWN
POSTAL_TOWN
indicates a grouping of geographic areas, such as locality and sublocality,
used for mailing addresses in some countries.public static final AddressType SYNAGOGUE
SYNAGOGUE
is currently not a documented return type.public static final AddressType FOOD
FOOD
is currently not a documented return type.public static final AddressType GROCERY_OR_SUPERMARKET
GROCERY_OR_SUPERMARKET
is currently not a documented return type.public static final AddressType STORE
STORE
is currently not a documented return type.public static final AddressType LAWYER
LAWYER
is currently not a documented return type.public static final AddressType HEALTH
HEALTH
is currently not a documented return type.public static final AddressType INSURANCE_AGENCY
INSURANCE_AGENCY
is currently not a documented return type.public static final AddressType GAS_STATION
GAS_STATION
is currently not a documented return type.public static final AddressType CAR_DEALER
CAR_DEALER
is currently not a documented return type.public static final AddressType CAR_REPAIR
CAR_REPAIR
is currently not a documented return type.public static final AddressType MEAL_TAKEAWAY
MEAL_TAKEAWAY
is currently not a documented return type.public static final AddressType FURNITURE_STORE
FURNITURE_STORE
is currently not a documented return type.public static final AddressType HOME_GOODS_STORE
HOME_GOODS_STORE
is currently not a documented return type.public static final AddressType SHOPPING_MALL
SHOPPING_MALL
is currently not a documented return type.public static final AddressType GYM
GYM
is currently not a documented return type.public static final AddressType ACCOUNTING
ACCOUNTING
is currently not a documented return type.public static final AddressType MOVING_COMPANY
MOVING_COMPANY
is currently not a documented return type.public static final AddressType LODGING
LODGING
is currently not a documented return type.public static final AddressType STORAGE
STORAGE
is currently not a documented return type.public static final AddressType UNKNOWN
public static AddressType[] values()
for (AddressType c : AddressType.values()) System.out.println(c);
public static AddressType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AddressType>
public java.lang.String toCanonicalLiteral()
public java.lang.String toUrlValue()
toUrlValue
in interface com.google.maps.internal.StringJoin.UrlValue