|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MapTypeStyleFeatureType
public class MapTypeStyleFeatureType
This enumeration type overrides behavior of the generated gwt binding. The underlying javascript type does not have real enum values, but instead looks for specific strings. As a result, we create instances rather than just dereferencing them. NOTE: The collection of feature types listed in this file need to be maintained by hand.
Field Summary | |
---|---|
static MapTypeStyleFeatureType |
ADMINISTRATIVE
Apply the rule to administrative areas. |
static MapTypeStyleFeatureType |
ADMINISTRATIVE_COUNTRY
Apply the rule to countries. |
static MapTypeStyleFeatureType |
ADMINISTRATIVE_LAND_PARCEL
Apply the rule to land parcels. |
static MapTypeStyleFeatureType |
ADMINISTRATIVE_LOCALITY
Apply the rule to localities. |
static MapTypeStyleFeatureType |
ADMINISTRATIVE_NEIGHBORHOOD
Apply the rule to neighborhoods. |
static MapTypeStyleFeatureType |
ADMINISTRATIVE_PROVINCE
Apply the rule to provinces. |
static MapTypeStyleFeatureType |
ALL
Apply the rule to all selector types. |
static MapTypeStyleFeatureType |
LANDSCAPE
Apply the rule to landscapes. |
static MapTypeStyleFeatureType |
LANDSCAPE_MAN_MADE
Apply the rule to man made structures. |
static MapTypeStyleFeatureType |
LANDSCAPE_NATURAL
Apply the rule to natural features. |
static MapTypeStyleFeatureType |
POI
Apply the rule to points of interest. |
static MapTypeStyleFeatureType |
POI_ATTRACTION
Apply the rule to attractions for tourists. |
static MapTypeStyleFeatureType |
POI_BUSINESS
Apply the rule to businesses. |
static MapTypeStyleFeatureType |
POI_GOVERNMENT
Apply the rule to government buildings. |
static MapTypeStyleFeatureType |
POI_MEDICAL
Apply the rule to emergency services (hospitals, pharmacies, police, doctors, etc). |
static MapTypeStyleFeatureType |
POI_PARK
Apply the rule to parks. |
static MapTypeStyleFeatureType |
POI_PLACE_OF_WORSHIP
Apply the rule to places of worship, such as church, temple, or mosque. |
static MapTypeStyleFeatureType |
POI_SCHOOL
Apply the rule to schools. |
static MapTypeStyleFeatureType |
POI_SPORTS_COMPLEX
Apply the rule to sports complexes. |
static MapTypeStyleFeatureType |
ROAD
Apply the rule to all roads. |
static MapTypeStyleFeatureType |
ROAD_ARTERIAL
Apply the rule to arterial roads. |
static MapTypeStyleFeatureType |
ROAD_HIGHWAY
Apply the rule to highways. |
static MapTypeStyleFeatureType |
ROAD_LOCAL
Apply the rule to local roads. |
static MapTypeStyleFeatureType |
TRANSIT
Apply the rule to all transit stations and lines. |
static MapTypeStyleFeatureType |
TRANSIT_LINE
Apply the rule to transit lines. |
static MapTypeStyleFeatureType |
TRANSIT_STATION
Apply the rule to all transit stations. |
static MapTypeStyleFeatureType |
TRANSIT_STATION_AIRPORT
Apply the rule to airports. |
static MapTypeStyleFeatureType |
TRANSIT_STATION_BUS
Apply the rule to bus stops. |
static MapTypeStyleFeatureType |
TRANSIT_STATION_RAIL
Apply the rule to rail stations. |
static MapTypeStyleFeatureType |
WATER
Apply the rule to bodies of water. |
Constructor Summary | |
---|---|
protected |
MapTypeStyleFeatureType()
Protected constructor for internal use only. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MapTypeStyleFeatureType ADMINISTRATIVE
public static final MapTypeStyleFeatureType ADMINISTRATIVE_COUNTRY
public static final MapTypeStyleFeatureType ADMINISTRATIVE_LAND_PARCEL
public static final MapTypeStyleFeatureType ADMINISTRATIVE_LOCALITY
public static final MapTypeStyleFeatureType ADMINISTRATIVE_NEIGHBORHOOD
public static final MapTypeStyleFeatureType ADMINISTRATIVE_PROVINCE
public static final MapTypeStyleFeatureType ALL
public static final MapTypeStyleFeatureType LANDSCAPE
public static final MapTypeStyleFeatureType LANDSCAPE_MAN_MADE
public static final MapTypeStyleFeatureType LANDSCAPE_NATURAL
public static final MapTypeStyleFeatureType POI
public static final MapTypeStyleFeatureType POI_ATTRACTION
public static final MapTypeStyleFeatureType POI_BUSINESS
public static final MapTypeStyleFeatureType POI_GOVERNMENT
public static final MapTypeStyleFeatureType POI_MEDICAL
public static final MapTypeStyleFeatureType POI_PARK
public static final MapTypeStyleFeatureType POI_PLACE_OF_WORSHIP
public static final MapTypeStyleFeatureType POI_SCHOOL
public static final MapTypeStyleFeatureType POI_SPORTS_COMPLEX
public static final MapTypeStyleFeatureType ROAD
public static final MapTypeStyleFeatureType ROAD_ARTERIAL
public static final MapTypeStyleFeatureType ROAD_HIGHWAY
public static final MapTypeStyleFeatureType ROAD_LOCAL
public static final MapTypeStyleFeatureType TRANSIT
public static final MapTypeStyleFeatureType TRANSIT_LINE
public static final MapTypeStyleFeatureType TRANSIT_STATION
public static final MapTypeStyleFeatureType TRANSIT_STATION_AIRPORT
public static final MapTypeStyleFeatureType TRANSIT_STATION_BUS
public static final MapTypeStyleFeatureType TRANSIT_STATION_RAIL
public static final MapTypeStyleFeatureType WATER
Constructor Detail |
---|
protected MapTypeStyleFeatureType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |