| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| lastUpdateDate — Property in class com.yahoo.maps.api.config.MapConfig | |
| The UNIX timestamp of the latest update to the map configuration. | |
| lastUpdateDate — Property in class com.yahoo.maps.webservices.traffic.TrafficResponse | |
| A string containing the UNIX timestamp of the latest data update | |
| lastUpdateDateDisplay — Property in class com.yahoo.maps.webservices.traffic.TrafficResponse | |
| A string containing the read-able version of the lastUpdateDate. | |
| lat — Property in class com.yahoo.maps.api.core.location.LatLon | |
| A number representing the north-south geographic coordinate measurement. | |
| lat — Property in class com.yahoo.maps.webservices.local.LocalSearchItem | |
| A Number containing the latitude for this result. | |
| latitude — Property in class com.yahoo.maps.webservices.geocoder.GeocoderResult | |
| Latitude of matched point in degrees Returned if P flag is not set | |
| latitude — Property in class com.yahoo.maps.webservices.traffic.TrafficResultItem | |
| A number containing the latitude of this traffic incident. | |
| latlon — Property in interface com.yahoo.maps.api.markers.IMarker | |
| latlon — Property in class com.yahoo.maps.api.markers.Marker | |
| The markers location as a latitude and longitude. | |
| latlon — Property in class com.yahoo.maps.webservices.geocoder.GeocoderResult | |
| A LatLon object representing the latitude and longitude. | |
| latlon — Property in class com.yahoo.maps.webservices.local.LocalSearchItem | |
| A LatLon object containing the latitude and longitude for this result. | |
| latlon — Property in class com.yahoo.maps.webservices.local.LocalSearchResults | |
| A LatLon object representing the latitude and longitude used as the center point in the query arguments. | |
| latlon — Property in class com.yahoo.maps.webservices.traffic.TrafficResultItem | |
| A LatLon object containing the latitude and longitude pair of this traffic incident. | |
| LatLon — Class in package com.yahoo.maps.api.core.location | |
| An object that represents the coordinates for a geographical point. | |
| LatLon(latitude, longitude, bounded) — Constructor in class com.yahoo.maps.api.core.location.LatLon | |
| Creates a new LatLon object. | |
| latRadians — Property in class com.yahoo.maps.api.core.location.LatLon | |
| Returns the latitude coordinate in radians, as a number between -PI/2 and +PI/2. | |
| latSpan — Property in class com.yahoo.maps.api.core.location.BoundingBox | |
| Returns the span of the bounding box on the latitude. | |
| LAT_SPAN — Constant static property in class com.yahoo.maps.api.core.location.LatLon | |
| The latitudinal span of the map in degrees. | |
| LEFT — Constant static property in class com.yahoo.maps.api.widgets.WidgetAlign | |
| Specifies that the Widget is aligned on the left. | |
| line1 — Property in class com.yahoo.maps.webservices.geocoder.GeocoderResult | |
| First line of address (House Street UnitType Unit) Returned if C flag is not set | |
| line2 — Property in class com.yahoo.maps.webservices.geocoder.GeocoderResult | |
| Second line of address (City State Zip in the US) Returned if C flag is not set | |
| line3 — Property in class com.yahoo.maps.webservices.geocoder.GeocoderResult | |
| Third line of address Returned if C flag is not set | |
| line4 — Property in class com.yahoo.maps.webservices.geocoder.GeocoderResult | |
| Fourth line of address Returned if C flag is not set | |
| lineAlpha — Property in class com.yahoo.maps.api.overlays.CircleOverlay | |
| The alpha value for the line. | |
| lineAlpha — Property in class com.yahoo.maps.api.overlays.PolylineOverlay | |
| The alpha value for the line. | |
| lineColor — Property in class com.yahoo.maps.api.overlays.CircleOverlay | |
| The hexidecimal color value for the line. | |
| lineColor — Property in class com.yahoo.maps.api.overlays.PolylineOverlay | |
| The hexidecimal color value for the line. | |
| lineThickness — Property in class com.yahoo.maps.api.overlays.CircleOverlay | |
| The thickness of the polyline in pixels | |
| lineThickness — Property in class com.yahoo.maps.api.overlays.PolylineOverlay | |
| The thickness of the polyline in pixels | |
| lineToLatLon(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in interface com.yahoo.maps.api.overlays.IOverlay | |
| lineToLatLon(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in class com.yahoo.maps.api.overlays.Overlay | |
| Draws a line using the current line style from the current drawing position to the specified LatLon location; the current drawing position is then set to the LatLon location. | |
| load(request, context) — Method in class com.yahoo.maps.api.markers.LoaderMarker | |
| Loads a SWF, JPEG, progressive JPEG, unanimated GIF, or PNG file into an object that is a child of this Loader object. | |
| loadBytes(bytes, context) — Method in class com.yahoo.maps.api.markers.LoaderMarker | |
| Loads from binary data stored in a ByteArray object. | |
| loader — Property in class com.yahoo.maps.api.markers.LoaderMarker | |
| Returns the Loader object. | |
| LoaderMarker — Class in package 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. | |
| LoaderMarker() — Constructor in class com.yahoo.maps.api.markers.LoaderMarker | |
| Creates a new LoaderMarker object. | |
| locale — Property in class com.yahoo.maps.api.core.location.Address | |
| The locale to geocode this address to. | |
| locale — Property in class com.yahoo.maps.api.core.location.LatLon | |
| locale — Property in class com.yahoo.maps.webservices.geocoder.Geocoder | |
| locale — Property in class com.yahoo.maps.webservices.geocoder.GeocoderResultSet | |
| Locale code | |
| locale — Property in class com.yahoo.maps.webservices.traffic.TrafficResponse | |
| A string containing the locale used in the search. | |
| locale — Property in class com.yahoo.maps.webservices.traffic.TrafficSearch | |
| localeCode — Property in class com.yahoo.maps.api.config.MapConfig | |
| The locale code. | |
| LocalSearch — Class in package 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. | |
| LocalSearch() — Constructor in class com.yahoo.maps.webservices.local.LocalSearch | |
| Creates a LocalSearch object | |
| LocalSearchEvent — Class in package 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 | |
| LocalSearchEvent(type, data, bubbles, cancelable) — Constructor in class com.yahoo.maps.webservices.local.events.LocalSearchEvent | |
| Creates a new LocalSearchEvent object | |
| LocalSearchItem — Class in package com.yahoo.maps.webservices.local | |
| This class stores the individual local listing data returned by the Yahoo! Local Search API. | |
| LocalSearchItem(xml) — Constructor in class com.yahoo.maps.webservices.local.LocalSearchItem | |
| Creates a new LocalSearchItem object | |
| LocalSearchResults — Class in package com.yahoo.maps.webservices.local | |
| This class stores the local listings result data returned by the Yahoo! Local Search API. | |
| LocalSearchResults(xml) — Constructor in class com.yahoo.maps.webservices.local.LocalSearchResults | |
| Creates a new LocalSearchResults object | |
| localSearchURL — Property in class com.yahoo.maps.api.config.MapConfig | |
| The URL to the Local Search API. | |
| lon — Property in class com.yahoo.maps.api.core.location.LatLon | |
| A number representing the east-west geographic coordinate measurement. | |
| lon — Property in class com.yahoo.maps.webservices.local.LocalSearchItem | |
| A Number containing the longitude for this result. | |
| longitude — Property in class com.yahoo.maps.webservices.geocoder.GeocoderResult | |
| Longitude of matched point in degrees Returned if P flag is not set | |
| longitude — Property in class com.yahoo.maps.webservices.traffic.TrafficResultItem | |
| A number containing the longitude of this traffic incident. | |
| lonRadians — Property in class com.yahoo.maps.api.core.location.LatLon | |
| Returns the longitude coordinate in radians, as a number between -PI and +PI. | |
| lonSpan — Property in class com.yahoo.maps.api.core.location.BoundingBox | |
| Returns the span of the bounding box on the longitude. | |
| LON_SPAN — Constant static property in class com.yahoo.maps.api.core.location.LatLon | |
| The longitudinal span of the map in degrees. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |