com.google.maps.gwt.client
Class MapTypeStyleFeatureType

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.MapTypeStyleFeatureType

public class MapTypeStyleFeatureType
extends JavaScriptObject

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

ADMINISTRATIVE

public static final MapTypeStyleFeatureType ADMINISTRATIVE
Apply the rule to administrative areas.


ADMINISTRATIVE_COUNTRY

public static final MapTypeStyleFeatureType ADMINISTRATIVE_COUNTRY
Apply the rule to countries.


ADMINISTRATIVE_LAND_PARCEL

public static final MapTypeStyleFeatureType ADMINISTRATIVE_LAND_PARCEL
Apply the rule to land parcels.


ADMINISTRATIVE_LOCALITY

public static final MapTypeStyleFeatureType ADMINISTRATIVE_LOCALITY
Apply the rule to localities.


ADMINISTRATIVE_NEIGHBORHOOD

public static final MapTypeStyleFeatureType ADMINISTRATIVE_NEIGHBORHOOD
Apply the rule to neighborhoods.


ADMINISTRATIVE_PROVINCE

public static final MapTypeStyleFeatureType ADMINISTRATIVE_PROVINCE
Apply the rule to provinces.


ALL

public static final MapTypeStyleFeatureType ALL
Apply the rule to all selector types.


LANDSCAPE

public static final MapTypeStyleFeatureType LANDSCAPE
Apply the rule to landscapes.


LANDSCAPE_MAN_MADE

public static final MapTypeStyleFeatureType LANDSCAPE_MAN_MADE
Apply the rule to man made structures.


LANDSCAPE_NATURAL

public static final MapTypeStyleFeatureType LANDSCAPE_NATURAL
Apply the rule to natural features.


POI

public static final MapTypeStyleFeatureType POI
Apply the rule to points of interest.


POI_ATTRACTION

public static final MapTypeStyleFeatureType POI_ATTRACTION
Apply the rule to attractions for tourists.


POI_BUSINESS

public static final MapTypeStyleFeatureType POI_BUSINESS
Apply the rule to businesses.


POI_GOVERNMENT

public static final MapTypeStyleFeatureType POI_GOVERNMENT
Apply the rule to government buildings.


POI_MEDICAL

public static final MapTypeStyleFeatureType POI_MEDICAL
Apply the rule to emergency services (hospitals, pharmacies, police, doctors, etc).


POI_PARK

public static final MapTypeStyleFeatureType POI_PARK
Apply the rule to parks.


POI_PLACE_OF_WORSHIP

public static final MapTypeStyleFeatureType POI_PLACE_OF_WORSHIP
Apply the rule to places of worship, such as church, temple, or mosque.


POI_SCHOOL

public static final MapTypeStyleFeatureType POI_SCHOOL
Apply the rule to schools.


POI_SPORTS_COMPLEX

public static final MapTypeStyleFeatureType POI_SPORTS_COMPLEX
Apply the rule to sports complexes.


ROAD

public static final MapTypeStyleFeatureType ROAD
Apply the rule to all roads.


ROAD_ARTERIAL

public static final MapTypeStyleFeatureType ROAD_ARTERIAL
Apply the rule to arterial roads.


ROAD_HIGHWAY

public static final MapTypeStyleFeatureType ROAD_HIGHWAY
Apply the rule to highways.


ROAD_LOCAL

public static final MapTypeStyleFeatureType ROAD_LOCAL
Apply the rule to local roads.


TRANSIT

public static final MapTypeStyleFeatureType TRANSIT
Apply the rule to all transit stations and lines.


TRANSIT_LINE

public static final MapTypeStyleFeatureType TRANSIT_LINE
Apply the rule to transit lines.


TRANSIT_STATION

public static final MapTypeStyleFeatureType TRANSIT_STATION
Apply the rule to all transit stations.


TRANSIT_STATION_AIRPORT

public static final MapTypeStyleFeatureType TRANSIT_STATION_AIRPORT
Apply the rule to airports.


TRANSIT_STATION_BUS

public static final MapTypeStyleFeatureType TRANSIT_STATION_BUS
Apply the rule to bus stops.


TRANSIT_STATION_RAIL

public static final MapTypeStyleFeatureType TRANSIT_STATION_RAIL
Apply the rule to rail stations.


WATER

public static final MapTypeStyleFeatureType WATER
Apply the rule to bodies of water.

Constructor Detail

MapTypeStyleFeatureType

protected MapTypeStyleFeatureType()
Protected constructor for internal use only.