| Package | com.yahoo.maps.api |
| Class | public class MapTypes |
_map.mapType = MapTypes.HYBRID;
| Property | Defined 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 | ||
| HYBRID | property |
public static var HYBRID:String = "hybrid"A string containing the name of the 'hybrid' view type.
| MAP | property |
public static var MAP:String = "map"A string containing the name of the 'map' view type.
| SATELLITE | property |
public static var SATELLITE:String = "satellite"A string containing the name of the 'satellite' view type.