| Package | com.yahoo.maps.webservices.local |
| Class | public class LocalSearchItem |
| Property | Defined by | ||
|---|---|---|---|
| addr : String [read-only]
A string containing the street address for this result.
| LocalSearchItem | ||
| city : String [read-only]
A string containing the city name for this result.
| LocalSearchItem | ||
| crossStreet : String [read-only]
A string containing the cross-street name for this result, which may be blank.
| LocalSearchItem | ||
| detailURL : String [read-only]
A string containing the URL to the Yahoo! Local listing page for this result.
| LocalSearchItem | ||
| dphone : String [read-only]
A string containing the unformatted phone number for this result.
| LocalSearchItem | ||
| id : String [read-only]
A string containing the Yahoo! Local item ID.
| LocalSearchItem | ||
| lat : Number [read-only]
A Number containing the latitude for this result.
| LocalSearchItem | ||
| latlon : LatLon
[read-only]
A LatLon object containing the latitude and longitude for this result.
| LocalSearchItem | ||
| lon : Number [read-only]
A Number containing the longitude for this result.
| LocalSearchItem | ||
| phone : String [read-only]
A string containing the formatted phone number for this result.
| LocalSearchItem | ||
| resultURL : String [read-only]
A string containing the URL to the Yahoo! Local search results page.
| LocalSearchItem | ||
| reviewURL : String [read-only]
A string containing the URL to the Yahoo! Local reviews section for this result.
| LocalSearchItem | ||
| state : String [read-only]
A string containing the state name for this result.
| LocalSearchItem | ||
| title : String [read-only]
A string containing the name of this result.
| LocalSearchItem | ||
| zip : String [read-only]
A string containing the zip code for this result.
| LocalSearchItem | ||
| Method | Defined by | ||
|---|---|---|---|
|
LocalSearchItem(xml:XML)
Creates a new LocalSearchItem object
| LocalSearchItem | ||
|
websiteURL():String
A string containing the URL to this results website, which may be blank.
| LocalSearchItem | ||
| addr | property |
addr:String [read-only]A string containing the street address for this result.
Implementation public function get addr():String
| city | property |
city:String [read-only]A string containing the city name for this result.
Implementation public function get city():String
| crossStreet | property |
crossStreet:String [read-only]A string containing the cross-street name for this result, which may be blank.
Implementation public function get crossStreet():String
| detailURL | property |
detailURL:String [read-only]A string containing the URL to the Yahoo! Local listing page for this result.
Implementation public function get detailURL():String
| dphone | property |
dphone:String [read-only]A string containing the unformatted phone number for this result.
Implementation public function get dphone():String
| id | property |
id:String [read-only]A string containing the Yahoo! Local item ID.
Implementation public function get id():String
| lat | property |
lat:Number [read-only]A Number containing the latitude for this result.
Implementation public function get lat():Number
| latlon | property |
latlon:LatLon [read-only]A LatLon object containing the latitude and longitude for this result.
Implementation public function get latlon():LatLon
| lon | property |
lon:Number [read-only]A Number containing the longitude for this result.
Implementation public function get lon():Number
| phone | property |
phone:String [read-only]A string containing the formatted phone number for this result.
Implementation public function get phone():String
| resultURL | property |
resultURL:String [read-only]A string containing the URL to the Yahoo! Local search results page.
Implementation public function get resultURL():String
| reviewURL | property |
reviewURL:String [read-only]A string containing the URL to the Yahoo! Local reviews section for this result.
Implementation public function get reviewURL():String
| state | property |
state:String [read-only]A string containing the state name for this result.
Implementation public function get state():String
| title | property |
title:String [read-only]A string containing the name of this result.
Implementation public function get title():String
| zip | property |
zip:String [read-only]A string containing the zip code for this result.
Implementation public function get zip():String
| LocalSearchItem | () | constructor |
public function LocalSearchItem(xml:XML)Creates a new LocalSearchItem object
Parametersxml:XML |
| websiteURL | () | method |
public function websiteURL():StringA string containing the URL to this results website, which may be blank.
ReturnsString |