Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| Address
| com.yahoo.maps.api.core.location | This class wraps an address string and provides methods to geocode the location, access its geocoder result and normalizing address strings. | |
| Animation
| com.yahoo.astra.animation | An ultra lightweight animation engine. | |
| AnimationEvent
| com.yahoo.astra.animation | The AnimationEvent class represents events that are broadcast by the com.yahoo.astra.animation.Animation class. | |
| BoundingBox
| com.yahoo.maps.api.core.location | Defines an area over the map by a southwest and northeast corner LatLon objects. | |
| CircleOverlay
| com.yahoo.maps.api.overlays | An overlay that draws a circle on the map over a center location. | |
| Connection
| com.yahoo.net | A helpful utility class that is used to create and handle basic HTTP requests in Flash and AIR. | |
| CopyrightWidget
| com.yahoo.maps.api.widgets | A UI widget that displays copyright data. | |
| CrosshairWidget
| com.yahoo.maps.api.widgets | A UI widget that displays a cross hair. | |
| Distance
| com.yahoo.maps.api.utils | A utility class which provides static methods which allow you to convert units of measurement and get point-to-point distance between two locations. | |
| DistanceResult
| com.yahoo.maps.api.utils | A utility class which stores distance values in metres, miles and nautical miles. | |
| Geocoder
| com.yahoo.maps.webservices.geocoder | This class provides access to the Yahoo! Geocoder service, allowing you to find the specific latitude and longitude for an address string. | |
| GeocoderCache
| com.yahoo.maps.webservices.geocoder.cache | A singleton class which stores GeocoderResult objects from the geocoder. | |
| GeocoderEvent
| com.yahoo.maps.webservices.geocoder.events | The GeocoderEvent class represents the event object passed to the event listener for events dispatched by the Geocoder object | |
| GeocoderFlagTypes
| com.yahoo.maps.webservices.geocoder | This class holds different flag types that can be used to manipulate the data returned by the geocoder. | |
| GeocoderResult
| com.yahoo.maps.webservices.geocoder | Contains the returned geo-location data for an address through the Geocoder. | |
| GeocoderResultSet
| com.yahoo.maps.webservices.geocoder | Contains the error, errorMessage, locale, quality and the number of found elements along with all Result elements that matched the location query. | |
| Geodesic
| com.yahoo.maps.api.utils | ||
| ILocation
| com.yahoo.maps.api.core.location | ||
| IMarker
| com.yahoo.maps.api.markers | ||
| IOverlay
| com.yahoo.maps.api.overlays | ||
| IWidget
| com.yahoo.maps.api.widgets | ||
| IYahooMap
| com.yahoo.maps.api | ||
| LatLon
| com.yahoo.maps.api.core.location | An object that represents the coordinates for a geographical point. | |
| LoaderMarker
| com.yahoo.maps.api.markers | Wraps a Loader class inside a Marker that allows you to load SWF files or images (PNG, GIF, JPG) by URL or ByteArray. | |
| LocalSearch
| com.yahoo.maps.webservices.local | The LocalSearch class enables you to access Yahoo!'s extensive databases of local businesses and consumer ratings and locations and use its returned data to display POIs on your map. | |
| LocalSearchEvent
| com.yahoo.maps.webservices.local.events | The LocalSearchEvent class represents the event object passed to the event listener for events dispatched by the LocalSearch object | |
| LocalSearchItem
| com.yahoo.maps.webservices.local | This class stores the individual local listing data returned by the Yahoo! Local Search API. | |
| LocalSearchResults
| com.yahoo.maps.webservices.local | This class stores the local listings result data returned by the Yahoo! Local Search API. | |
| MapConfig
| com.yahoo.maps.api.config | The MapConfig class retrieves the latest configuration data from Yahoo! to generate the map. | |
| MapConfigEvent
| com.yahoo.maps.api.config.events | The MapConfigEvent class represents the event object passed to the event listener for events dispatched by the MapConfig object | |
| MapKeyboardManager
| com.yahoo.maps.api.managers | This class manages key down events on specific keys and controls the map position and zoom level. | |
| MapLocales
| com.yahoo.maps.api.intl | The locale codes supported by the API as determined by ISO-639 standards. | |
| MapTrackr
| com.yahoo.maps.api.tracking | ||
| MapTypes
| com.yahoo.maps.api | Stores the static constants for each of the supported map types. | |
| MapTypeWidget
| com.yahoo.maps.api.widgets | A widget that allows a user to change map view types. | |
| Marker
| com.yahoo.maps.api.markers | This object, a subclass of Sprite, forms the core marker in which you can extend to create custom markers. | |
| MarkerEvent
| com.yahoo.maps.api.markers.events | The MarkerEvent class represents the event object passed to the event listener for events dispatched by the Marker object | |
| MarkerManager
| com.yahoo.maps.api.managers | This class manages the markers which have been added to the map. | |
| Overlay
| com.yahoo.maps.api.overlays | The core Overlay class contains a set of methods that you can use to create a vector shape over the map, in which you can extend to create your own overlays on the map. | |
| OverlayManager
| com.yahoo.maps.api.managers | This class manages the overlays which have been added to the map. | |
| PanControl
| com.yahoo.maps.api.controls | The PanControl class handles mouse events to move the map when the mouse is dragged and double clicked. | |
| PolylineOverlay
| com.yahoo.maps.api.overlays | Creates a map overlay which can plot lines, curves and shapes along locations over the map. | |
| RadiusConversion
| com.yahoo.maps.api.utils | A utility class which converts a radius in meters to the appropriate zoom level. | |
| ScaleBarWidget
| com.yahoo.maps.api.widgets | A UI widget which displays scales for miles and kilometers/meters based on the center latitude of the map. | |
| SearchMarker
| com.yahoo.maps.api.markers | A Marker object that displays information on a result provided by the local search webservices | |
| SimpleMarker
| com.yahoo.maps.api.markers | The SimpleMarker 'simply' extends the Marker class and provides a visual cue to the location. | |
| TileCoordinates
| com.yahoo.maps.api.core.location | Stores the column, row and zoom coordinates of a Tile object. | |
| TrafficResponse
| com.yahoo.maps.webservices.traffic | This class stores the overall traffic information and TrafficResultItems for the query. | |
| TrafficResultItem
| com.yahoo.maps.webservices.traffic | This class stores the traffic data for a traffic incident as returned from the Yahoo! Traffic API. | |
| TrafficSearch
| com.yahoo.maps.webservices.traffic | This class provides access to Yahoos traffic service, allowing you to search for traffic incidents and get speed data along major routes. | |
| TrafficSearchEvent
| com.yahoo.maps.webservices.traffic.events | The TrafficSearchEvent class represents the event object passed to the event listener for events dispatched by the TrafficSearch object | |
| Widget
| com.yahoo.maps.api.widgets | The core widget class that contains a set of methods that help to create a widget. | |
| WidgetAlign
| com.yahoo.maps.api.widgets |
The WidgetAlign class provides constant values to use for the Widget.align property. |
|
| YahooMap
| com.yahoo.maps.api | Yahoo! Maps API Service Class. | |
| YahooMapEvent
| com.yahoo.maps.api | The MapEvent class represents the event object passed to the event listener for events dispatched by the YahooMap object. | |
| ZoomWidget
| com.yahoo.maps.api.widgets | A UI widget that controls the map zoom level. |