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  
G_CROSS_STREET — Constant static property in class com.yahoo.maps.webservices.geocoder.GeocoderFlagTypes
Look up cross streets for each result (gflag)
geocode() — Method in class com.yahoo.maps.api.core.location.Address
Geocodes the address input using the built-in Geocoder class.
geocode(address:com.yahoo.maps.api.core.location:Address, args) — Method in class com.yahoo.maps.webservices.geocoder.Geocoder
Sends a request to the geocoding service.
geocoded — Property in class com.yahoo.maps.api.core.location.Address
Returns true if this address has been geocoded.
geocoded — Property in interface com.yahoo.maps.api.core.location.ILocation
geocoded — Property in class com.yahoo.maps.api.core.location.LatLon
Returns true if this address has been geocoded.
Geocoder — Class in package 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.
Geocoder() — Constructor in class com.yahoo.maps.webservices.geocoder.Geocoder
Creates a new Geocoder object
GeocoderCache — Class in package com.yahoo.maps.webservices.geocoder.cache
A singleton class which stores GeocoderResult objects from the geocoder.
GeocoderCache() — Constructor in class com.yahoo.maps.webservices.geocoder.cache.GeocoderCache
Creates a new GeocoderCache object.
GeocoderEvent — Class in package 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
GeocoderEvent(type, data, bubbles, cancelable) — Constructor in class com.yahoo.maps.webservices.geocoder.events.GeocoderEvent
Creates a new GeocoderEvent object
geocoderFailure — Event in class com.yahoo.maps.api.core.location.Address
geocoderFailure — Event in class com.yahoo.maps.api.core.location.LatLon
Dispatched only if the request failed, the XML did not parse or there were no results.
geocoderFailure — Event in class com.yahoo.maps.webservices.geocoder.Geocoder
Dispatched only if the request failed, the XML did not parse or there were no results.
GEOCODER_FAILURE — Constant static property in class com.yahoo.maps.webservices.geocoder.events.GeocoderEvent
A string containing the name of the GEOCODE_FAILURE event
GeocoderFlagTypes — Class in package com.yahoo.maps.webservices.geocoder
This class holds different flag types that can be used to manipulate the data returned by the geocoder.
GeocoderResult — Final dynamic class in package com.yahoo.maps.webservices.geocoder
Contains the returned geo-location data for an address through the Geocoder.
GeocoderResult() — Constructor in class com.yahoo.maps.webservices.geocoder.GeocoderResult
Creates a new GeocoderResult object
geocoderResultSet — Property in class com.yahoo.maps.api.core.location.Address
Returns the ResultSet provided by the geocoder.
geocoderResultSet — Property in interface com.yahoo.maps.api.core.location.ILocation
geocoderResultSet — Property in class com.yahoo.maps.api.core.location.LatLon
Returns the ResultSet provided by the geocoder.
GeocoderResultSet — Final dynamic class in package 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.
GeocoderResultSet(results, quality, error, locale, errorMessage) — Constructor in class com.yahoo.maps.webservices.geocoder.GeocoderResultSet
Creates a new GeocoderResultSet object
geocoderSuccess — Event in class com.yahoo.maps.api.core.location.Address
geocoderSuccess — Event in class com.yahoo.maps.api.core.location.LatLon
Dispatched when the geocode request was successful and there was at least one result.
geocoderSuccess — Event in class com.yahoo.maps.webservices.geocoder.Geocoder
Dispatched when the request was successful and there was at least one result.
GEOCODER_SUCCESS — Constant static property in class com.yahoo.maps.webservices.geocoder.events.GeocoderEvent
A string containing the name of the GEOCODE_SUCCESS event
geocodeWOEId(woeid, args) — Method in class com.yahoo.maps.webservices.geocoder.Geocoder
geodesic — Property in class com.yahoo.maps.api.overlays.PolylineOverlay
Determines whether the polyline will be drawn as a geodesic.
Geodesic — Class in package com.yahoo.maps.api.utils
Geodesic(pointOne:com.yahoo.maps.api.core.location:LatLon, pointTwo:com.yahoo.maps.api.core.location:LatLon) — Constructor in class com.yahoo.maps.api.utils.Geodesic
Creates a new Geodesic.
geodesicElements — Property in class com.yahoo.maps.api.overlays.PolylineOverlay
The amount of line segments that create the geodesic.
getAreaViewCenter() — Method in class com.yahoo.maps.api.tracking.MapTrackr
getAreaViewEdge() — Method in class com.yahoo.maps.api.tracking.MapTrackr
getBoundingBox(points) — Static method in class com.yahoo.maps.api.core.location.BoundingBox
Returns a BoundingBox object that contains all LatLon points in the provided array.
getConfig() — Method in class com.yahoo.maps.api.config.MapConfig
Sends a request to retrieve the map configuration.
getDistance() — Method in class com.yahoo.maps.api.overlays.PolylineOverlay
Returns the point-to-point distance along the polyline.
getDistance(pointOne:com.yahoo.maps.api.core.location:LatLon, pointTwo:com.yahoo.maps.api.core.location:LatLon) — Static method in class com.yahoo.maps.api.utils.Distance
Returns the point-to-point distance from one location to another.
getDistanceFrom(boundingBox:com.yahoo.maps.api.core.location:BoundingBox) — Method in class com.yahoo.maps.api.core.location.BoundingBox
Returns a DistanceResult object containing the distances from this bounding box center LatLon to the provided bounding box center LatLon.
getDistanceFrom(point:com.yahoo.maps.api.core.location:LatLon) — Method in class com.yahoo.maps.api.core.location.LatLon
Returns the distance from this point to the given LatLon point.
getFeetToPixels(feet, latitude) — Method in interface com.yahoo.maps.api.IYahooMap
getFeetToPixels(feet, latitude) — Method in class com.yahoo.maps.api.YahooMap
Converts a value in feet to pixels.
getFromCache(address:com.yahoo.maps.api.core.location:Address) — Method in class com.yahoo.maps.webservices.geocoder.cache.GeocoderCache
Returns the GeocoderCache object associated with the Address object provided, if available.
getGeodesicDistance(pointOne:com.yahoo.maps.api.core.location:LatLon, pointTwo:com.yahoo.maps.api.core.location:LatLon) — Static method in class com.yahoo.maps.api.utils.Distance
Measures the shortest distance between two LatLon points along the surface of a sphere.
getGeodesicDistanceFrom(point:com.yahoo.maps.api.core.location:LatLon) — Method in class com.yahoo.maps.api.core.location.LatLon
Returns the shortest distance between this point and the given LatLon point along the surface of a sphere.
getInstance(appid, localeCode) — Static method in class com.yahoo.maps.api.config.MapConfig
Returns the sole instance of this singleton class, creating it if it does not already exist.
getInstance() — Static method in class com.yahoo.maps.webservices.geocoder.cache.GeocoderCache
Returns the sole instance of this singleton class, creating it if it does not already exist.
getKilometersToPixels(kilometers, latitude) — Method in interface com.yahoo.maps.api.IYahooMap
getKilometersToPixels(kilometers, latitude) — Method in class com.yahoo.maps.api.YahooMap
Converts a value in kilometers to pixels.
getLatLonToLocalPoint(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in interface com.yahoo.maps.api.markers.IMarker
getLatLonToLocalPoint(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in class com.yahoo.maps.api.markers.Marker
Converts a LatLon object to a local XY point.
getLatLonToLocalPoint(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in interface com.yahoo.maps.api.overlays.IOverlay
getLatLonToLocalPoint(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in class com.yahoo.maps.api.overlays.Overlay
Converts a LatLon point to a local XY Point
getLatLonToTileXY(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in class com.yahoo.maps.api.YahooMap
Converts a LatLon to a TileXY object
getLatLonToXY(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in interface com.yahoo.maps.api.IYahooMap
getLatLonToXY(latlon:com.yahoo.maps.api.core.location:LatLon) — Method in class com.yahoo.maps.api.YahooMap
Converts a LatLon object to a point
getLineAddress() — Method in class com.yahoo.maps.webservices.geocoder.GeocoderResult
Returns a single string containing each address line item, separated by commas.
getLocalPointToLatLon(point) — Method in interface com.yahoo.maps.api.markers.IMarker
getLocalPointToLatLon(point) — Method in class com.yahoo.maps.api.markers.Marker
Converts a local XY point to a LatLon object.
getLocalPointToLatLon(point) — Method in interface com.yahoo.maps.api.overlays.IOverlay
getLocalPointToLatLon(point) — Method in class com.yahoo.maps.api.overlays.Overlay
Converts a local XY point to a LatLon object.
getMapBounds() — Method in interface com.yahoo.maps.api.IYahooMap
getMapBounds() — Method in class com.yahoo.maps.api.YahooMap
Retrieves the bounds of the map.
getMarkerBounds() — Method in class com.yahoo.maps.api.managers.MarkerManager
Returns a BoundingBox object that contains all the markers currently active in the manager.
getMarkersById(groupId) — Method in class com.yahoo.maps.api.managers.MarkerManager
Returns an array of markers whose groupId property match the provided groupId search string.
getMarkersOnStage() — Method in class com.yahoo.maps.api.managers.MarkerManager
Returns an array of markers currently added to the stage.
getMetersToPixels(meters, latitude) — Method in interface com.yahoo.maps.api.IYahooMap
getMetersToPixels(meters, latitude) — Method in class com.yahoo.maps.api.YahooMap
Converts a value in meters to pixels.
getMilesToPixels(miles, latitude) — Method in interface com.yahoo.maps.api.IYahooMap
getMilesToPixels(miles, latitude) — Method in class com.yahoo.maps.api.YahooMap
Converts a value in miles to pixels.
getOverlayBounds() — Method in class com.yahoo.maps.api.overlays.PolylineOverlay
Returns a BoundingBox object that contains the geographical area of the shape.
getOverlaysOnStage() — Method in class com.yahoo.maps.api.managers.OverlayManager
Returns an array of overlays currently added to the stage.
getPoint(position) — Method in class com.yahoo.maps.api.utils.Geodesic
Returns a LatLon object at a position along the geodesic.
getTraffic(zoomLevel, latlon:com.yahoo.maps.api.core.location:LatLon, radius) — Method in class com.yahoo.maps.webservices.traffic.TrafficSearch
Sends a search request to the Yahoo! Traffic API
getVersion() — Method in interface com.yahoo.maps.api.IYahooMap
getVersion() — Method in class com.yahoo.maps.api.YahooMap
The current version of the API.
getVisibleMarkers() — Method in class com.yahoo.maps.api.managers.MarkerManager
Returns an array of markers that are visible on the stage.
getVisibleOverlays() — Method in class com.yahoo.maps.api.managers.OverlayManager
Returns an array of overlays that are visible on the stage.
getXYToLatLon(point) — Method in interface com.yahoo.maps.api.IYahooMap
getXYToLatLon(point) — Method in class com.yahoo.maps.api.YahooMap
Converts a Point to a LatLon object
getZoomRange() — Method in interface com.yahoo.maps.api.IYahooMap
getZoomRange() — Method in class com.yahoo.maps.api.YahooMap
Returns an array of zoom levels allowed on the map base.
G_EXIT_COORDINATES — Constant static property in class com.yahoo.maps.webservices.geocoder.GeocoderFlagTypes
Return exit coordinates (if known) for each result (gflag)
G_LIMIT_TO_LOCALE — Constant static property in class com.yahoo.maps.webservices.geocoder.GeocoderFlagTypes
Limit results to the locale country (gflag)
GLOBAL_AREA_LEVEL_NAMES — Constant static property in class com.yahoo.maps.webservices.geocoder.GeocoderFlagTypes
Return global area elements instead of US-specific elements.
GLOBAL_ELEMENT — Constant static property in class com.yahoo.maps.webservices.geocoder.GeocoderFlagTypes
Return global area elements instead of US-specific elements (flag).
G_REVERSE_GEOCODE — Constant static property in class com.yahoo.maps.webservices.geocoder.GeocoderFlagTypes
Reverse geocode coordinates for each result (gflag)
groupId — Property in class com.yahoo.maps.api.markers.Marker
An ID which you can assign to the marker, to enable you to fetch a group of markers using the MarkerManager.
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