Packagecom.yahoo.maps.api
Classpublic class MapTypes

Stores the static constants for each of the supported map types. Use these values when changing the YahooMap.mapType value.


Example
   _map.mapType = MapTypes.HYBRID;
  



Public Properties
 PropertyDefined by
  HYBRID : String = "hybrid"
[static] A string containing the name of the 'hybrid' view type.
MapTypes
  MAP : String = "map"
[static] A string containing the name of the 'map' view type.
MapTypes
  SATELLITE : String = "satellite"
[static] A string containing the name of the 'satellite' view type.
MapTypes
Property detail
HYBRIDproperty
public static var HYBRID:String = "hybrid"

A string containing the name of the 'hybrid' view type.

MAPproperty 
public static var MAP:String = "map"

A string containing the name of the 'map' view type.

SATELLITEproperty 
public static var SATELLITE:String = "satellite"

A string containing the name of the 'satellite' view type.