viernes, 14 de mayo de 2010




width="100%" height="100%" key="ABQIAAAAwVSw3HHuqIigpWF1JHjVhBRaMp9kp-AJQJAq2xYUV0Vz43J2oxThCRBxQqNI4ycpx01QCerCuIliHw"/>


import com.google.maps.LatLng;
import com.google.maps.Map;
import com.google.maps.MapEvent;
import com.google.maps.MapType;

private function onMapReady(event:Event):void {
this.map.setCenter(new LatLng(40.736072,-73.992062), 14, MapType.NORMAL_MAP_TYPE);
}
]]>