Open topic with navigation
You are here: ArcWeb Explorer Flex overview
O V E R V
I E W
ArcWeb Explorer Flex overview
ArcWeb Explorer (AWX) Flex API has graduated from Labs. See the ArcWeb Explorer Developer's Guide for details on the released version of ArcWeb Explorer Flex API.
- Map now defaults to “show world at startup” (unless scale is specified). The showWorldAtStart property has been removed.
- Markers now default to CircleMarkerStyle (not BubbleMarkerStyle). BubbleMarkers still default to BubbleMarkerStyle.
- Point has changed to GeoPoint.
- Map class: center:Point property is now center:GeoPoint
- Map class: centerLat and centerLon properties are now centerGeoY and centerGeoX
- Polygon and Polyline classes: The addCoord and addCoordArray methods have been renamed to addGeoPoint and addGeoPointArray.
- Marker: lat and lon properties are now GeoY and GeoX.
- convertDDToPixel(latlong:Point) is now convertGeoPointToPoint(GeoPoint:GeoPoint) for the Map class.
-
convertPixelToDD(point:Point) is now convertPointToGeoPoint(point:point) for the Map class.
- ToolTipContainer: “boundry” property is now spelled “boundary”.
- Mouse handler now dispatches OverlayEvent (instead of the specific MarkerEvent, PolylineEvent, PolygonEvent).
- MarkerShape is being deprecated. Use PointShape instead.
- IIPUtil now returns ip (instead of address).
- RouteStop: latlong:Point is now point:GeoPoint.