Changeset 244

Show
Ignore:
Timestamp:
08/27/08 01:24:33 (3 months ago)
Author:
silver
Message:
 
Location:
trunk/earthplayer/apisample/src
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/earthplayer/apisample/src/combination/MapsStack.mxml

    r2 r244  
    66                        import mx.collections.ArrayCollection; 
    77                 
    8                         public static const maps_names:Array = ["Live地图","Google地图","51ditu地图"]; 
     8                        public static const maps_names:Array = ["Live地图","Google地图","51ditu地图","Google Map"]; 
    99                         
    1010                        public static const maps_links:Array = ["http://map.live.com", 
    1111                                                                                                        "http://ditu.google.com", 
    12                                                                                                         "http://www.51ditu.com"]; 
     12                                                                                                        "http://www.51ditu.com", 
     13                                                                                                        "http://map.google.com"]; 
    1314                                                                                                         
    1415                        public static const maps_types:Array = ["MAP_TYPE_LIVE", 
    1516                                                                                                        "MAP_TYPE_GDITU", 
    16                                                                                                         "MAP_TYPE_51DITU"]; 
     17                                                                                                        "MAP_TYPE_51DITU", 
     18                                                                                                        "MAP_TYPE_GMAP"]; 
    1719                         
    1820                ]]> 
     
    2224        <maps:DituGoogle label="Google地图" id="google_ditu" width="100%" height="100%" /> 
    2325        <maps:Map51ditu label="51Ditu地图" id="lingtu_map" width="100%" height="100%" />   
     26        <maps:MapGoogleAPI label="Google Map" id="google_map" width="100%" height="100%" /> 
    2427         
    2528</mx:ViewStack>