Changeset 244
- Timestamp:
- 08/27/08 01:24:33 (3 months ago)
- Location:
- trunk/earthplayer/apisample/src
- Files:
-
- 1 added
- 1 modified
-
GoogleAPITest.mxml (added)
-
combination/MapsStack.mxml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/earthplayer/apisample/src/combination/MapsStack.mxml
r2 r244 6 6 import mx.collections.ArrayCollection; 7 7 8 public static const maps_names:Array = ["Live地图","Google地图","51ditu地图" ];8 public static const maps_names:Array = ["Live地图","Google地图","51ditu地图","Google Map"]; 9 9 10 10 public static const maps_links:Array = ["http://map.live.com", 11 11 "http://ditu.google.com", 12 "http://www.51ditu.com"]; 12 "http://www.51ditu.com", 13 "http://map.google.com"]; 13 14 14 15 public static const maps_types:Array = ["MAP_TYPE_LIVE", 15 16 "MAP_TYPE_GDITU", 16 "MAP_TYPE_51DITU"]; 17 "MAP_TYPE_51DITU", 18 "MAP_TYPE_GMAP"]; 17 19 18 20 ]]> … … 22 24 <maps:DituGoogle label="Google地图" id="google_ditu" width="100%" height="100%" /> 23 25 <maps:Map51ditu label="51Ditu地图" id="lingtu_map" width="100%" height="100%" /> 26 <maps:MapGoogleAPI label="Google Map" id="google_map" width="100%" height="100%" /> 24 27 25 28 </mx:ViewStack>
