What's new

Version 1.3

November 2009

ArcGIS API for Flex 1.3 release notes

Generally all versions of ArcGIS API for Flex will work with any version of ArcGIS Server 9.3 and above. However, for certain functionality you need to use specific versions. For example, for routing, use ArcGIS API for Flex 1.2 (or later) and ArcGIS Server 9.3.1 (or later). See the API Reference for more details.

May 2009

ArcGIS API for Flex 1.2 release notes


January 2009

ArcGIS API for Flex 1.1 release notes


In addition, the following have been updated:

  1. General updates to code hinting and using design view inside Flex Builder.
  2. General updates to API Reference in Resource Center.
  3. The name property on Layer is no longer overridden.
  4. Map:
  5. Controls:
  6. Geometry:
  7. Symbols:
  8. Tasks:
  9. Toolbars:


October 2008

First official release - ArcGIS API for Flex 1.0 was released on October 24, 2008.

If you have been using the beta version of this API, refer below for the changes.

New functionality since beta:


In addition, the following have been updated:

  1. Graphics now move to the top automatically when you mouse over them. Set autoMoveToTop on your graphics to false to prevent this.
  2. Graphic now supports extent Geometry type
  3. The Draw toolbar now returns a Graphic instead of Geometry. This makes it easier to send it as input to a task.
  4. InfoWindow has been moved from com.esri.ags package to com.esri.ags.controls.
  5. InfoWindow.title has been renamed to InfoWindow.label.
  6. The casing of Map property rubberbandZoomEnabled (no longer rubberBandZoomEnabled) is now consistent with the rubberband properties for Map.
  7. Anchor has been renamed to InfoPlacement, and moved from com.esri.ags package into com.esri.ags.controls.infoClasses. It now contains nine placements options instead of four.
  8. InfoTemplate functionality (on Graphic) has been replaced with InfoWindowRenderer.
  9. Query is no longer a child of QueryTask. This means that in mxml the Query tag needs to be outside of the QueryTask.
  10. Names of Geometry constants have changed: GEOMETRY_ENVELOPE is now EXTENT, GEOMETRY_POINT is now MAPPOINT, GEOMETRY_MULTIPOINT is now MULTIPOINT, GEOMETRY_POLYGON is now POLYGON and GEOMETRY_POLYLINE is now POLYLINE.
  11. Better support for using Flex components on top of the map component.
  12. The default size of SimpleMarkerSymbol have been increased from 5 to 15.

The following items have been removed and/or deprecated: